Re: mapping ALT-backspace

2011-11-05 Thread meino . cramer
Tony Mechelynck antoine.mechely...@gmail.com [11-11-05 06:48]: On 03/11/11 17:07, meino.cra...@gmx.de wrote: Tony Mechelynckantoine.mechely...@gmail.com [11-11-03 17:00]: On 03/11/11 03:54, meino.cra...@gmx.de wrote: Tony Mechelynckantoine.mechely...@gmail.com [11-11-02 06:40]: On 02/11/11

Re: mapping ALT-backspace

2011-11-05 Thread meino . cramer
Benjamin R. Haskell v...@benizi.com [11-11-05 17:36]: On Sat, 5 Nov 2011, Benjamin R. Haskell wrote: On Sat, 5 Nov 2011, meino.cra...@gmx.de wrote: For me the question remains, whether zsh from which vim is started recognizes ALT-Backspace well and vim does not... ?! Also, more to

Compound search

2011-11-04 Thread meino . cramer
Hi, suppose I want to find holidays after work. The text, which I want to search has 5 lines. The first word is work and the last one is holidays. I do a :/work/;/holidays/ The resulting match is the whole text somehow. But may be I only want to find holidays which not such a huge

Re: mapping ALT-backspace

2011-11-03 Thread meino . cramer
Tony Mechelynck antoine.mechely...@gmail.com [11-11-03 17:00]: On 03/11/11 03:54, meino.cra...@gmx.de wrote: Tony Mechelynckantoine.mechely...@gmail.com [11-11-02 06:40]: On 02/11/11 03:53, meino.cra...@gmx.de wrote: Hi, the zsh I am using is recoginzing ALT-backspace as delete one word

Re: mapping ALT-backspace

2011-11-02 Thread meino . cramer
Tony Mechelynck antoine.mechely...@gmail.com [11-11-02 06:40]: On 02/11/11 03:53, meino.cra...@gmx.de wrote: Hi, the zsh I am using is recoginzing ALT-backspace as delete one word backward, which is very handy. Unfortunately I have not found a way to map this in a similiar way for vim.

mapping ALT-backspace

2011-11-01 Thread meino . cramer
Hi, the zsh I am using is recoginzing ALT-backspace as delete one word backward, which is very handy. Unfortunately I have not found a way to map this in a similiar way for vim. How can I map ALT-backspace in vim? Thank you very much in advance for any help! Best regards, mcc -- You received

One line without EOL

2011-10-21 Thread meino . cramer
Hi, is it possible to create a line of text with vim which do not contain any \n, \ra ? Or in other words: The line should contain nothing more than the visible chars. I need this to generate test data for testing a VFD... How can I accomplish this? Thank you very much in advance for

Re: One line without EOL

2011-10-21 Thread meino . cramer
Tony Mechelynck antoine.mechely...@gmail.com [11-10-21 18:32]: On 21/10/11 17:25, meino.cra...@gmx.de wrote: Hi, is it possible to create a line of text with vim which do not contain any \n, \ra ? Or in other words: The line should contain nothing more than the visible chars.

Re: Setting undo off

2011-10-09 Thread meino . cramer
Paul google01...@rainslide.net [11-10-09 11:48]: On Sat, Oct 08, 2011 at 07:06:03PM +0200, meino.cra...@gmx.de wrote: I have a *HUGE* file, which I want to :Align\s . The problem is: It takes much too long -- I had to interrupt the process. OT: May be there is another (sorry: non vim)

Setting undo off

2011-10-08 Thread meino . cramer
Hi, I have a *HUGE* file, which I want to :Align\s . The problem is: It takes much too long -- I had to interrupt the process. If I remember correctly, vim stores for each change the undo informations... May be the aligning will be work faster, if I could switch off undo for this task? What

executing SHFT J on certain lines of a visual selection

2011-10-03 Thread meino . cramer
Hi, I want to apply SHFT-J (join lines) on those lines starting with a number which are followed by a line not starting with a number. Example: This lines: 3003 blurb foo gnats alice bob 3409 netrino boson lightspeed 3500 icecrean I scream will become 3003 blurb foo gnats alice bob 3409

Re: executing SHFT J on certain lines of a visual selection

2011-10-03 Thread meino . cramer
Tim Chase v...@tim.thechases.com [11-10-03 18:56]: On 10/03/11 11:17, Taylor Hedberg wrote: Try this: :g/^\d.*\n[^0-9]/j See `:help :global` and `:help :join`. I'd almost be tempted to do :v/^\d/-j in case you have more than one line wrapped such as 1234 alpha beta

deleting everything but pair of certain lines

2011-09-21 Thread meino . cramer
Hi, from a xml config file (rc.xml, openbox) and its old version before the update to openbox 3.5.0 i have a diff. This diff says, that a lot of keywords have changed. the accorindg lines looks like this this some other unchaged stuff - this is a line with the OLDKEYWORD + this is a line

Re: How to generate auto increased number lines

2011-09-18 Thread meino . cramer
Harvey Li lihuawe...@gmail.com [11-09-18 09:28]: Hello, Everybody, How to generate auto increased number lines in vim? For example, a[0] a[1] a[2] a[3] .. Thanks! -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text

Re: keyboard question - was Re: How to generate auto increased number lines

2011-09-18 Thread meino . cramer
sc tooth...@swbell.net [11-09-19 04:52]: On Sunday, September 18, 2011 02:42:28 meino.cra...@gmx.de wrote: To execute the macro type AltGr-q AltGr? my keyboard doesn't have one of those -- wikipedia says Windows started allowing the Alt-Ctrl combination to emulate AltGr --

Re: now swap file when loading file below a certain directory?

2011-09-16 Thread meino . cramer
Gary Johnson garyj...@spocom.com [11-09-16 17:26]: On 2011-09-16, mcc wrote: Hi, can I instruct vim not to create a swap file, when the original file is below a certain directory??? :help 'swapfile' says, This option can be reset when a swapfile is not wanted for a specific buffer.

vim and tmux

2011-09-15 Thread meino . cramer
Hi, I currently exploring tmux. tmux uses C-b as prefix to its commands. Unfortunately everything gets confused, when I run vim inside a tmuxified terminal session, since vim catches tmuxes command sequences (NO! CRITISM OR FAILURE REPORT against VIM or TMUX!!!). Before fighting long fights

To travel the unknown space, where no man has gone before.

2011-09-04 Thread meino . cramer
Hi, I am using vim on a recent Gentoo Linux system for nearly all editing tasks -- for example mailing this posting with mutt. If calling vim from the command line there is no problem at all. If vim is called from within mutt, the cursor is at 0,0 (which is correct) but the $ (end of line, not

Re: Insert-cursor/Overwrite cursor

2011-08-30 Thread meino . cramer
Christian Brabandt cbli...@256bit.org [11-08-30 18:01]: On Tue, August 30, 2011 5:12 am, meino.cra...@gmx.de wrote: Hi, sorry, I cannot remember how this feature was called...so it is difficult to search the help for ot ;) I can remember that there was a certain terminal sequence (was

Insert-cursor/Overwrite cursor

2011-08-29 Thread meino . cramer
Hi, sorry, I cannot remember how this feature was called...so it is difficult to search the help for ot ;) I can remember that there was a certain terminal sequence (was it that?) which has to set...where?...to enable the support of different cursor shapes (a | for insert mode and a normal block

Disappearing status bar?!

2011-08-28 Thread meino . cramer
Hi, I changed my system (a recent Gentoo Linux) to use utf-8 system wide. After that (as before) using mrxvt (which does not really supports utf-8/multibyte/unicode encodings) and starting vim gives me a nice status bar. When using urxvt (rxvt-unicode), which fully supports unicode, and starting

Re: Disappearing status bar?!

2011-08-28 Thread meino . cramer
meino.cra...@gmx.de meino.cra...@gmx.de [11-08-28 16:48]: Hi, I changed my system (a recent Gentoo Linux) to use utf-8 system wide. After that (as before) using mrxvt (which does not really supports utf-8/multibyte/unicode encodings) and starting vim gives me a nice status bar. When

How to apply a ex-cmd to all buffers currently displayed

2011-08-27 Thread meino . cramer
Hi, I have the vimdiff of two files open. As the diffed lines of some kind are not interesting in the moment, I want to g/pattern/d them out of the way on both windows. How can I apply the command to both, without entering the cmd again and without affecting any othe buffer? Thank you very

Re: How to apply a ex-cmd to all buffers currently displayed

2011-08-27 Thread meino . cramer
Tim Chase v...@tim.thechases.com [11-08-27 13:20]: On 08/27/11 03:59, meino.cra...@gmx.de wrote: I have the vimdiff of two files open. As the diffed lines of some kind are not interesting in the moment, I want to g/pattern/d them out of the way on both windows. How can I apply the command

How to match a certain string after an empty line?

2011-08-06 Thread meino . cramer
Hi, A listing of files with absoulte paths contains somthing like this 01 /home/user1/foo 02 /home/user1/bar 03 /home/user1/gnu 04 /home/user2/alice 05 /home/user1/gnats 06 /home/user2/alice 07 08 /home/user2/alice 09 /home/user1/bob 10 /home/user1/snafu 11 /home/user2/alice (line numbers are

Re: How to match a certain string after an empty line?

2011-08-06 Thread meino . cramer
Jean-Rene David jrda...@magma.ca [11-08-07 06:04]: * meino.cra...@gmx.de [2011.08.06 23:30]: 01 /home/user1/foo 02 /home/user1/bar 03 /home/user1/gnu 04 /home/user2/alice 05 /home/user1/gnats 06 /home/user2/alice 07 08 /home/user2/alice 09 /home/user1/bob 10 /home/user1/snafu

Re: vim - shell support

2011-07-08 Thread meino . cramer
eleanor evangeline.elea...@gmail.com [11-07-09 06:12]: Hi, I've recently come accross Conque plugin, which supports sending the highlighted command to the console with a keystroke. Is the reverse possible: to get the output of that command automatically in vim document ... so I don't have to

Eisenscript

2011-07-06 Thread meino . cramer
Hi, does vim support syntax and indenting of Eisenscript-file (structure-synth) ? Best regards, mcc -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: How can I disable search highlighting after I use search for delete {motion}?

2011-07-03 Thread meino . cramer
Xiaopan Zhang zhangxiao...@gmail.com [11-07-03 09:08]: Hi there, This is a bit complicated, let me try to explain myself a bit. First of all, search highlighting is a very useful feature and I always turn it on. Then, in some situations, I need complicated movement to delete some text

Re: How can I disable search highlighting after I use search for delete {motion}?

2011-07-03 Thread meino . cramer
Michael Henry v...@drmikehenry.com [11-07-03 15:44]: On 07/03/2011 08:11 AM, Tim Chase wrote: On 07/03/2011 02:18 AM, meino.cra...@gmx.de wrote: mapf5 :nohlsearchCR Since I don't use it often, I don't map it, but Vim does allow you to be lazy and just type :noh to get the

Re: vim Solaris

2011-06-30 Thread meino . cramer
Gary Johnson garyj...@spocom.com [11-06-30 17:27]: On 2011-06-30, meino.cra...@gmx.de wrote: Hi, at work there is Solaris machine with an oler vim installed. I am neither sysadmin nor can I acchieve root privileges. I used a Solaris system for years without root privileges and was

Re: Vim and XML -- best setup ?

2011-06-18 Thread meino . cramer
Shlomi Fish shlo...@shlomifish.org [11-06-18 08:16]: Hi mcc, On Sat, 18 Jun 2011 07:40:03 +0200 meino.cra...@gmx.de wrote: Hi, in the *very* near future I will to hack a lot XML/XSLT/XSL/XMP... I don't know what XMP is:

OT: XML/XSL/XSLT/XSL: FO/FOP...whereareyou?

2011-06-18 Thread meino . cramer
Hi, for my work I want to get a deeper look into XML/XSL/XSLT/XSL:FO/FOP and family in a shorten way. I have searched the web and until now I only find both ends of way from which I want to start in the middle: One end explains in detail the very basic concepts like well-formed documents and

Vim and XML -- best setup ?

2011-06-17 Thread meino . cramer
Hi, in the *very* near future I will to hack a lot XML/XSLT/XSL/XMP... stuff at work and I will do it with vim. Unfortunately I am not allowed to install any binary executable (with the exeption of the vim package, which is already there) on the machine. I am allowed to install text files

Re: Problem with accented letters

2011-06-13 Thread meino . cramer
Carlo Trimarchi mr.spoo...@gmail.com [11-06-13 13:52]: Hi, I am using Vim 7.3.35 on Ubuntu. I am italian, so a lot of the text I write contains accented letters such as à, è, é, ì, ò, ù. I can write these on vim, and they are displayed correctly from the shell with the less command and

False indentations...

2011-04-30 Thread meino . cramer
Hi, when writing simple ASCII texts there are sometimes false indentations (as simulated starting with this line). I dont know, whethere a wrongly loaded script, a wrong option setting or what else is the reason for this. Is there any way (oops! This line was idented by the

Re: Remove duplicate lines based on match with 1 column

2011-04-13 Thread meino . cramer
jcordes johncor...@gmail.com [11-04-14 01:32]: I have a log file with records like this: 2011Spring.pdf 10/Apr/2011 at 7:50:40 PM 76.11.9.6 2011Spring.pdf 10/Apr/2011 at 8:10:14 PM 24.222.177.150 2011Spring.pdf 11/Apr/2011 at 7:21:10 PM 24.222.177.150 2011Spring.pdf 11/Apr/2011 at

How to git correctly...?

2011-03-30 Thread meino . cramer
Hi, I want to check out the git repository for vim and I want to update it from time to time. I did this before but it seems, that I doing something wrong, since vim did not compile anymore... What are the two commands needed to perform both of the above tasks correctly? Best regards, mcc --

Re: How to git correctly...?

2011-03-30 Thread meino . cramer
Ivan Sichmann Freitas ivansichfrei...@gmail.com [11-03-31 04:40]: On Thu, Mar 31, 2011 at 04:32:01AM +0200, meino.cra...@gmx.de wrote: Hi, I want to check out the git repository for vim and I want to update it from time to time. I did this before but it seems, that I doing

Re: How to git correctly...?

2011-03-30 Thread meino . cramer
Ivan Sichmann Freitas ivansichfrei...@gmail.com [11-03-31 05:04]: What are the two commands needed for hq/mercurial to do the two tasks correctly? The detailed explanation can be found here: http://www.vim.org/mercurial.php In resume, you could use: hg clone

cterm colors from gui colorscheme

2011-03-26 Thread meino . cramer
Hi, via www.vim.org I found a script, which converts gui-only color schemes on-the-fly into cterm color schemes. It processes the the original colorscheme when it gets read via :ColorScheme gui-colorscheme-name instead of :colorscheme gui-colorscheme-name Normally I set my preferred

Keeping hlsearch on after function call

2011-03-25 Thread meino . cramer
Hi, sorry for the diffuse subject ... I simply dont know how to name the problem I have in the length of a subject line: I a function I a search (:/) at the last step. : But regardless how intense I define 'set hlsearch' -- when the function returns, the matches marked via hlsearch are gone. I

Re: Keeping hlsearch on after function call

2011-03-25 Thread meino . cramer
Tim Chase v...@tim.thechases.com [11-03-25 21:04]: On 03/25/2011 02:20 PM, meino.cra...@gmx.de wrote: After the funtino has returned control back to the user the matched keywords should be highlighted as if the user her-/himself did the search... My second function worked for me to do what

Another search 'n' highlight question

2011-03-25 Thread meino . cramer
Hi in a function there is one search at the end which hihlights its matches when the function returns control to the user (thanks to previous threads infos :) ) Now it would be great, when it would possible to do two totally different searches in the function and get highlighted the matches of

Re: Another search 'n' highlight question

2011-03-25 Thread meino . cramer
Tim Chase v...@tim.thechases.com [11-03-26 04:04]: On 03/25/2011 09:37 PM, meino.cra...@gmx.de wrote: possible to do two totally different searches in the function and get highlighted the matches of *both* searches when the function returns control to the user. Due to teh complexity of the

To be strange or not to be strange...?

2011-03-04 Thread meino . cramer
Hi, I want to rebuild vim patch by patch starting with the source of the vim version, which was that one which receives patch 7.3.001. I thought that version was 7.2.446. But applying patch 7.3.001 to it (trying: patch -p0 7.3.001, patch -i -p0 7.3.001, patch -i -p 7.3.001, patch -i -p0

Re: To be strange or not to be strange...?

2011-03-04 Thread meino . cramer
Hi Benjamin, Benjamin R. Haskell v...@benizi.com [11-03-04 19:20]: On Fri, 4 Mar 2011, meino.cra...@gmx.de wrote: Hi, I want to rebuild vim patch by patch starting with the source of the vim version, which was that one which receives patch 7.3.001. I thought that version was

Re: To be strange or not to be strange...?

2011-03-04 Thread meino . cramer
Ben Fritz fritzophre...@gmail.com [11-03-04 19:48]: On Mar 4, 11:11 am, meino.cra...@gmx.de wrote: Hi, I want to rebuild vim patch by patch starting with the source of the vim version, which was that one which receives patch 7.3.001. I thought that version was 7.2.446. But

Re: OT: Vim Humans are...

2011-02-18 Thread meino . cramer
Hi all of outside in the wonderful word of vim ! :) Oh what interesting answers you all posted : GREAT ! :) *** THANK YOU ALL! *** My perception of text and I mean mainly config files, source code or more generally technical used text has become more as being built from parts as

OT: Vim Humans are...

2011-02-17 Thread meino . cramer
Hi, first of all: My interest and/or question, which let me post here, is neither intended as the initial spark for a flame war nor as anything _against_ someone or something. May be it is a kind of exploring the psychology of the vim human. And: English isn't my mothers tongue -- anything

Re: OT: Vim Humans are...

2011-02-17 Thread meino . cramer
AK andrei@gmail.com [11-02-17 20:08]: On 02/17/2011 01:43 PM, meino.cra...@gmx.de wrote: Hi, first of all: My interest and/or question, which let me post here, is neither intended as the initial spark for a flame war nor as anything _against_ someone or something. May be it is a kind of

loading files into tabs from the commandline

2011-02-13 Thread meino . cramer
Hi, is it possible to load all files given on the commandline like: vim file1 file2 file3 into seperate tabs even when using vim instead of gvim? Thanks a lot for a any help in advance! Best regards, mcc -- You received this message from the vim_use maillist. Do not top-post! Type your

Re: loading files into tabs from the commandline

2011-02-13 Thread meino . cramer
Dominique Pell?? dominique.pe...@gmail.com [11-02-13 12:12]: meino.cramer wrote: Hi, is it possible to load all files given on the commandline like:    vim file1 file2 file3 into seperate tabs even when using vim instead of gvim? Thanks a lot for a any help in advance! Best

Re: to vimdiff twofile, except of...

2011-02-10 Thread meino . cramer
Ben Schmidt mail_ben_schm...@yahoo.com.au [11-02-10 16:57]: It is not really Vim that needs to be instructed to do this, but diff. Then you simply instruct Vim to pass the relevant option to diff using diffexpr. On my system, diff supports an -I option which instructs it to ignore changes to

to vimdiff twofile, except of...

2011-02-09 Thread meino . cramer
Hi, I often have to compare two files with nearly identical contents. There two two kinds of changes, though: There are tags, which are named after the name of the file. And there are true changes, which i am interested in. Is it possible to instruct vim that way to not to mark all lines

Re: to vimdiff twofile, except of...

2011-02-09 Thread meino . cramer
Ben Schmidt mail_ben_schm...@yahoo.com.au [11-02-10 01:12]: On 10/02/11 3:47 AM, meino.cra...@gmx.de wrote: Hi, I often have to compare two files with nearly identical contents. There two two kinds of changes, though: There are tags, which are named after the name of the file. And there

Re: to vimdiff twofile, except of...

2011-02-09 Thread meino . cramer
Ben Fritz fritzophre...@gmail.com [11-02-10 05:20]: On Feb 9, 6:49 pm, meino.cra...@gmx.de wrote: What can I do under WIN, where there is no diff? Unfortunately I am not allowed to install cygwin on my PC at work (or install anything) If diff mode is working in Vim at all,

Re: Basic scripting question

2011-01-30 Thread meino . cramer
Christian Brabandt cbli...@256bit.org [11-01-30 10:40]: Hi meino.cramer! On So, 30 Jan 2011, meino.cra...@gmx.de wrote: this is a very basic question ... I am currently learning vim scripting. With getline(.) I can get the contents of a line of a buffer. But: i How can I

Re: How do the default key commands work

2011-01-29 Thread meino . cramer
Marco net...@lavabit.com [11-01-30 01:55]: Hi, I have some basic questions about how things work in vim. Is it true that every key command executes a function? Say the key command »%« performed on a bracket jumps to the matching closing bracket. Is there a function defined like

Basic scripting question

2011-01-29 Thread meino . cramer
Hi, this is a very basic question ... I am currently learning vim scripting. With getline(.) I can get the contents of a line of a buffer. But: i How can I replace a line in the buffer with another contents? How can I delete a line completly so it become an empty one or vanishes? How can I

Indpendant position marks for scripts ?

2011-01-28 Thread meino . cramer
Hi, I want to process a text with script. The text contains of two regions: The first region contains of lines beginning with keyword_a and the second one start with keyword_b. I want to sort the first region using sort with pattern_a and after that I want to sort the second region with

Re: Indpendant position marks for scripts ?

2011-01-28 Thread meino . cramer
Ben Schmidt mail_ben_schm...@yahoo.com.au [11-01-29 06:24]: On 29/01/11 3:42 PM, meino.cra...@gmx.de wrote: Hi, I want to process a text with script. The text contains of two regions: The first region contains of lines beginning with keyword_a and the second one start with keyword_b. I

Re: Indpendant position marks for scripts ?

2011-01-28 Thread meino . cramer
Ben Schmidt mail_ben_schm...@yahoo.com.au [11-01-29 06:24]: On 29/01/11 3:42 PM, meino.cra...@gmx.de wrote: Hi, I want to process a text with script. The text contains of two regions: The first region contains of lines beginning with keyword_a and the second one start with keyword_b. I

Re: How can I do this?

2011-01-26 Thread meino . cramer
David Fishburn dfishburn@gmail.com [11-01-26 17:14]: On 1/25/2011 1:08 PM, meino.cra...@gmx.de wrote: Hi, sorry for being not more specific in the Subject line to my posting -- I didnt want to put the whole into it... ;) I have two files. One master and one copy. Both consists of

How can I do this?

2011-01-25 Thread meino . cramer
Hi, sorry for being not more specific in the Subject line to my posting -- I didnt want to put the whole into it... ;) I have two files. One master and one copy. Both consists of lines like this category parameter value ' ' is a simply space The parameter consists of word1-word2-word3, where

How to script a function, which reacts on visual blocks

2011-01-17 Thread meino . cramer
WARNING! VIM_SCRIPTING_NEWBIE AHEAD! Hi, A few day before I have started to learn to script vim. I think, I understand to write func! fun() range-functions, which react on ranges, but I didnt find ( =! there is no ;) any hint how to script a function, which also evaluate the limits of a

Re: How to script a function, which reacts on visual blocks

2011-01-17 Thread meino . cramer
Hi, Thanks a lot for reply! Didn't know, that it is that elaborated to do such things. I will see, whether I will understand or ... ;) Best regards, mcc ZyX zyx@gmail.com [11-01-17 19:00]: Reply to message «How to script a function, which reacts on visual blocks», sent 19:50:39 17

Re: in word sorting ... how ?

2010-11-19 Thread meino . cramer
Christian Brabandt cbli...@256bit.org [10-11-19 08:32]: On Fri, November 19, 2010 7:34 am, meino.cra...@gmx.de wrote: setup l-NameOfAParameter value1 setup r-NameOfAParameter value2 intro l-NameOfAnotherParameter value3 intro

in word sorting ... how ?

2010-11-18 Thread meino . cramer
Hi, I have a lot of lines like that setup l-NameOfAParameter value1 setup r-NameOfAParameter value2 intro l-NameOfAnotherParameter value3 intro r-NameOfAnotherParameter value4 physics l-NameOfASecondParameter

Re: zt,zm,zb horizontally ?

2010-10-05 Thread meino . cramer
Hi, thank you for your replies! When there is need for jumping horizontally like z* does it vertically, the lines are very long (config scripts i.e.). '|' exspects a number of the column to jump to. Since the line in question gets right far beyond the limit of the terminal the total number of

CTRL-key???

2010-09-27 Thread meino . cramer
Hi, (running vim 7.3.10 on 64bit Gentoo Linux) something weird is happening... I changed from 32bit to 64bit Linux. my XServer (xorg) uses hald/dbus/evdev for handling keyboard and mouse. I set german keyboard with nodeadkeys in the fdi-rules of hald. Now CTRL-A end CTRL-E in input are no

Re: CTRL-key???

2010-09-27 Thread meino . cramer
Tim Chase v...@tim.thechases.com [10-09-27 21:04]: On 09/27/10 13:47, meino.cra...@gmx.de wrote: Now CTRL-A end CTRL-E in input are no longer working. :CTRL-A give me a long list of functions(?) or somthing and :CTRL-E give me the opposite of that: The sound of silence or with other

Re: i_CTRL-A + i_CTRL-E as home + end

2010-09-27 Thread meino . cramer
Sven Guckes guc...@guckes.net [10-09-28 05:24]: * meino.cra...@gmx.de [2010-09-28 02:08]: What happens to CTRL-A and CTRL-E at input mode ? see here: :help i_CTRL-A - Insert previously inserted text. :help i_CTRL-E - Insert the character which is below the cursor. you may want

Re: WORD not word

2010-09-18 Thread meino . cramer
Israel Chauca F. israelvar...@fastmail.fm [10-09-18 08:17]: On Sep 17, 2010, at 11:31 PM, meino.cra...@gmx.de wrote: Hi, is there a regexp for a WORD (in opposite to a word) ? I only found \w for a word and \W for a non-word. \w is one word character, to match a

WORD not word

2010-09-17 Thread meino . cramer
Hi, is there a regexp for a WORD (in opposite to a word) ? I only found \w for a word and \W for a non-word. Thank you very much for an help in advance! :) Have a nice weekend! Best regards, mcc -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Re: Somehowofftopic: Cursorkeys with *vi* on Solaris...

2010-09-09 Thread meino . cramer
bill lam cbill@gmail.com [10-09-09 18:12]: Чтв, 09 Сен 2010, meino.cra...@gmx.de писал(а): Hi, this is a somehow offtopic question, but I need a little help to survive... ;) At work I am urged to use the plain vi on a SUN Solaris (5.3, I think) workstation very often. I

Somehowofftopic: Cursorkeys with *vi* on Solaris...

2010-09-08 Thread meino . cramer
Hi, this is a somehow offtopic question, but I need a little help to survive ;) At work I am urged to use the plain vi on a SUN Solaris (5.3, I think) workstation very often. I cannot install vi mthere for various reasons. One thing I cannot get off my fingers is using the cursor keys in

Python indenting of '#'

2010-08-15 Thread meino . cramer
Hi, after surfing the web for python related help for vim I found several sites with different versions of the best way to handle python files in vim. There is one thing (besides other others, which I have't figured out yet ;) ) which I want to fix: Regardless how deep the level of

Re: Python indenting of '#'

2010-08-15 Thread meino . cramer
AK andrei@gmail.com [10-08-16 05:40]: On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: Hi, after surfing the web for python related help for vim I found several sites with different versions of the best way to handle python files in vim. There is one thing (besides other

Using vim as Python-IDE

2010-08-13 Thread meino . cramer
Hi, for developing python scripts I want to convert my vim into a a Python IDE. I searched the web and found dozens of tricks tips and other things how to accomplish that. I tried to combine all that bits and pieces and end up with a bunch full of warnings and errors from wrong configs and script

Re: Using vim as Python-IDE

2010-08-13 Thread meino . cramer
Reid Thompson reid.thomp...@ateb.com [10-08-13 23:00]: On Fri, 2010-08-13 at 22:53 +0200, Marc Weber wrote: Excerpts from meino.cramer's message of Fri Aug 13 21:15:13 +0200 2010: Hi, for developing python scripts I want to convert my vim into a a Python IDE. google pida google

Re: Is it possible to install vim ...

2010-07-27 Thread meino . cramer
Gary Johnson garyj...@spocom.com [10-07-27 19:44]: On 2010-07-27, meino.cra...@gmx.de wrote: Hi, is it possible, to install vim under UNIX complete locally to $HOME when used only by the owner of $HOME? Yes. There are a couple of ways to do this, depending on exactly where under

Count nesting depth an size of block in C/C++

2010-06-13 Thread meino . cramer
Hi, (using Vim on Windows, not a allowed to install anything else!) Suppose the cursor is just after the first closing brace of a C/C++ function/method. How can I determine the maximum nesting depth and the maximum number of lines inside a {=} block used inside the body of this function? Thanks

Re: How to get rid of a certain feature of some plugin???

2010-05-15 Thread meino . cramer
Ben Fritz fritzophre...@gmail.com [10-05-15 18:44]: On May 15, 12:51 am, meino.cra...@gmx.de wrote: AK andrei@gmail.com [10-05-15 07:24]: On 05/14/2010 11:51 PM, meino.cra...@gmx.de wrote: Try :verbose map { Ok, it shows me, that {CR is mapped to some code of a

How to get rid of a certain feature of some plugin???

2010-05-14 Thread meino . cramer
Hi, when programming C, vim is adding the closing } when entering the opening {. I want to switch off this feature. ButI dont know, what plugin does this nor how to remove script code without editing the plugin itsself. What can I do here ? Thanks a lot in advance for any help! Best

Re: How to get rid of a certain feature of some plugin???

2010-05-14 Thread meino . cramer
AK andrei@gmail.com [10-05-15 07:24]: On 05/14/2010 11:51 PM, meino.cra...@gmx.de wrote: Hi, when programming C, vim is adding the closing } when entering the opening {. I want to switch off this feature. ButI dont know, what plugin does this nor how to remove script code

Jumpnig inside a C-function definition

2010-05-08 Thread meino . cramer
Hi, at work I am using vim as the editor under Windows XP for developing C-code. I want to jump to the beginning and to the end of the function where the cursor is currently being psoitioned. I want to start the jump from anywhere inside that funtion and dont want to jump to the

Re: Jumpnig inside a C-function definition

2010-05-08 Thread meino . cramer
Tony Mechelynck antoine.mechely...@gmail.com [10-05-09 06:36]: On 09/05/10 06:17, meino.cra...@gmx.de wrote: Hi, at work I am using vim as the editor under Windows XP for developing C-code. I want to jump to the beginning and to the end of the function where the cursor is

Re: Recover a deleted file from its swap file

2010-05-06 Thread meino . cramer
Nazri Ramliy ayieh...@gmail.com [10-05-07 05:32]: I have a vim swap file for a file that I have just deleted. It is possible to get vim to (sort of) recover the content of the file referred to by the swap file? Thanks in advance for any help. nazri. -- You received this message

Re: Doing Unix on Windows

2010-04-22 Thread meino . cramer
winterTTr winterttr@gmail.com [10-04-22 17:16]: On Thu, Apr 22, 2010 at 10:52 AM, meino.cra...@gmx.de wrote: Hi, at home I am using Vim on Linux. at work I am using Vim on Windows. I am a Unixxer... At work I am not allowed all that nice gimmicks like grep, find, sed

Re: Doing Unix on Windows

2010-04-22 Thread meino . cramer
pansz panshi...@routon.com [10-04-22 17:16]: meino.cra...@gmx.de 写道: Hi, at home I am using Vim on Linux. at work I am using Vim on Windows. I am a Unixxer... At work I am not allowed all that nice gimmicks like grep, find, sed etc. which were ported to windows also due to

Re: Doing Unix on Windows

2010-04-22 Thread meino . cramer
Ben Fritz fritzophre...@gmail.com [10-04-22 17:20]: On Apr 21, 9:52 pm, meino.cra...@gmx.de wrote:  At work I am not allowed all that nice gimmicks like  grep, find, sed etc. which were ported to windows also  due to security reasons.  I would like to get back some of that

Re: Doing Unix on Windows

2010-04-22 Thread meino . cramer
Benjamin R. Haskell v...@benizi.com [10-04-22 19:56]: On Thu, 22 Apr 2010, meino.cra...@gmx.de wrote: pansz panshi...@routon.com [10-04-22 17:16]: meino.cra...@gmx.de 写道: Hi, at home I am using Vim on Linux. at work I am using Vim on Windows. I am a Unixxer... At

Doing Unix on Windows

2010-04-21 Thread meino . cramer
Hi, at home I am using Vim on Linux. at work I am using Vim on Windows. I am a Unixxer... At work I am not allowed all that nice gimmicks like grep, find, sed etc. which were ported to windows also due to security reasons. I would like to get back some of that functionality mainly of

Get rid of color

2010-04-16 Thread meino . cramer
Hi, no,no,no...I LIKE context sensitive highlightning in vim! :) But: Some tools, which normally are made fpr output directly to the console use ESC-sequences to color parts of the text. From time to time I use the tool 'script' to log all of the text into a file to review it later (I cannot

Thanks for flying vim

2010-04-04 Thread meino . cramer
Hi, I am using mrxvt on linux and the current version of vim. Everytime I am leaving vim, vim writes to the tab of mrxvt Thanks for flying vim, which overwrites other may be more important informations. Is it possible to switch off this? Best regards mcc -- Please don't send me any Word-

Dual head *-command ;)

2010-03-24 Thread meino . cramer
Hi, while programming I often run into this situation: I have a splitted view of the same sourcefile and do a '*' on a certain -for example- variable name. But I dont want to search this in the other part of the window, not in the one where I submitted '*'. Is there a way to make '*' to behave

highlight of search only interactively?

2010-02-07 Thread meino . cramer
Hi, (using vim 7.2.356 on Linux) when I do a search command with '/' the matches will be highlighted. When putting the search string into a function and that function into .vimrc and calling the function then, nothing is highlighted. The search string was cut and pastes, so I thing I haven't

Re: highlight of search only interactively?

2010-02-07 Thread meino . cramer
John Beckett johnb.beck...@gmail.com [10-02-07 11:24]: meino wrote: when I do a search command with '/' the matches will be highlighted. When putting the search string into a function and that function into .vimrc and calling the function then, nothing is highlighted. Yes, it's

Re: highlight of search only interactively?

2010-02-07 Thread meino . cramer
sc tooth...@swbell.net [10-02-07 13:48]: On Sunday 07 February 2010 05:50:44 am meino.cra...@gmx.de wrote: :let \...@='/pattern' shouldn't that be let @/ = 'pattern' ? sc -- You received this message from the vim_use maillist. For more information, visit

<    1   2   3   4   >