OT: Want to sitch from Emacs-based mailprogram to one supporting vim

2007-02-20 Thread Meino Christian Cramer
Hi, sorry of being (may be) off topic. The only reason why Emacs is still installed is, that I am reading and editing mails with the Mail in an Emacs World (mew) program, which is really nice. Now I am looking for one as a replacement. One must-have of the new one is to store the mails in

Vertical regexp

2007-02-17 Thread Meino Christian Cramer
Hi, Is there any way to find two specific items of an ascii table of the same column but of two adjacent rows ? I am looking for some vimish solution - there is of course a way to specify an highly complex and longish regexp which is very table specific... Is there a way to say item

Re: Vertical regexp

2007-02-17 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 16:10:50 +0100 Meino Christian Cramer wrote: From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 15:46:19 +0100 Meino Christian Cramer wrote: Hi

Re: Vertical regexp

2007-02-17 Thread Meino Christian Cramer
From: Tim Chase [EMAIL PROTECTED] Subject: Re: Vertical regexp Date: Sat, 17 Feb 2007 09:11:36 -0600 Is there any way to find two specific items of an ascii table of the same column but of two adjacent rows ? I'm not quite sure what you're trying to do on the data you described in your

Re: File name completion for files residing in multiple directories

2007-02-12 Thread Meino Christian Cramer
From: Max Dyckhoff [EMAIL PROTECTED] Subject: RE: File name completion for files residing in multiple directories Date: Mon, 12 Feb 2007 11:58:35 -0800 I installed lookupfile and got back this error message while starting vim (console): Error detected while processing

additional spaces with C_V

2007-01-19 Thread Meino Christian Cramer
Hi, Suppose I have this text loaded into vim (:set list) 09wqeuwueo$ aaai$ kjdhfks$ jhd$ kdj$ asldo0$ skaj$ Now I put my cursor in the first line onto the last charcter, press a space esc to insert some space and then start visual mode with C-V and move the cursor directly down to

Fresh builds for Windows

2006-12-16 Thread Meino Christian Cramer
Hi, where can I get recent builds (vim-7.0.178) for Windows ? Thanks a lot for any help in advance ! Keep editing! mcc

Regexp pattern confusion...

2006-12-09 Thread Meino Christian Cramer
Hi, in a previous mail I asked for a way to replace $variable with ${variable} in shell scripts. One suggested solution was to apply the following to the script :%s/\$\zs\(\w\+\)/{\1}/gc which works nicely. Now I wanted to extend the above expression to also change

em-brace-ing shell variables

2006-12-08 Thread Meino Christian Cramer
Hi, in the beginning I often wrote shell scripts, which uses $variable instead of the better ${variable} . So I would like to write a short vim script which inserts the {} around the name of the variable. It should work, when the cursor is somewhere over the name of the

Do something for all ft, except....

2006-12-02 Thread Meino Christian Cramer
Hi As far as I understood augroups I can do specific actions for a specific filetype. I now came accross the situation to define a keymapping for all filetypes except for one. Is there a more elegant (and suitable for a lot more than one single keybinding) way to do this as to define the

Calendar ?

2006-11-22 Thread Meino Christian Cramer
Hi, where can I find instructions on how to use Calendar.vim and its keybindings ? I visited vim.org's script pages about Calendar.vim but didn't found, what I was searching for. Google also gave me nothing... But may be all this is my fault ?! Regards, mcc

Re: Calendar ?

2006-11-22 Thread Meino Christian Cramer
From: Tom Purl [EMAIL PROTECTED] Subject: Re: Calendar ? Date: Wed, 22 Nov 2006 12:15:04 -0600 (CST) I found the plugin in $HOME/.vim/plugin/. What version do you use? The header of my calendar.vim consists mainly of a long history, instructions on how to set some calendar specific variables in

Searching/replacing literally

2006-11-22 Thread Meino Christian Cramer
Hi, I want to search a longer string totally literally...regexp totally switched of, no exceptions. Or in other words: I want to search like sttcmp() of glibc would do. Is this possible with vim? (ok, this is a more rethorical question...everything is possible with vim. The question is

Re: Commenting out TeX-text line by line in V-mode

2006-11-16 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Commenting out TeX-text line by line in V-mode Date: Thu, 16 Nov 2006 05:20:13 +0100 Meino Christian Cramer wrote: Hi, a question more driven by curiosity than by the need to change anything. Suppose you have the following

Checking an option

2006-11-13 Thread Meino Christian Cramer
Hi, in a script I want to to something like: if option is set (do something) endif From the help I got under the toppic expr-option option *expr-option* *E112* *E113* -- option

Re: Checking an option

2006-11-13 Thread Meino Christian Cramer
aren't really options, that's just a way of turning them off. You can use: if ! startofline (do something) endif regards, Peter --- Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, in a script I want to to something like: if option is set

Scrolling down somehow

2006-11-11 Thread Meino Christian Cramer
Hi, I have a HUGE table of data of shortwave broadcasters (freqs,times,schedules...). The different table entries are only seperated by byte counts horizontally and by newlines vertically. My idea was to make things a little clearer by adding | at the right places (byte counts). But

Two other problems while diting a big table

2006-11-11 Thread Meino Christian Cramer
Hi, Currently I want to reformat a huge table of data of shortwave broadcasters. This table is build from lines of 318 characters each (***none is shorter or longer***). The entries are speperated by char/byte offsets only (defined in another file). The rows are seperated by newlines.

Re: Scrolling down somehow

2006-11-11 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: Scrolling down somehow Date: Sat, 11 Nov 2006 19:54:53 +0200 On 11/11/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, I have a HUGE table of data of shortwave broadcasters (freqs,times,schedules...). The different table

Re: ftp'n'patch'n'compile'n'install-script ???

2006-11-10 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: ftp'n'patch'n'compile'n'install-script ??? Date: Fri, 10 Nov 2006 14:17:05 +0200 On 11/10/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: ftp'n'patch'n'compile'n'install-script ??? Date

How to load a file into a tab with 'vim file'

2006-10-31 Thread Meino Christian Cramer
Hi, The subject says it all :) I want to load a file into a tab when starting vim from the console (termulator under X) with that file given on the commandline. Another thing (not included in the subject :O))) When starting vim as above but without an argument and loading a file into

Re: r! not working in any case ?

2006-10-29 Thread Meino Christian Cramer
From: koxinga [EMAIL PROTECTED] Subject: Re: r! not working in any case ? Date: Sun, 29 Oct 2006 10:20:16 +0100 Meino Christian Cramer wrote: Hi, from :h r! I read that r! cmd can be used to transfer text given by a cmd via stdout into a buffer. I am

r! not working in any case ?

2006-10-28 Thread Meino Christian Cramer
Hi, from :h r! I read that r! cmd can be used to transfer text given by a cmd via stdout into a buffer. I am using zsh 4.3.2 and have defined an alias of this form alias hcnf='./configure --help' . I wanted to insert the expanded alias

Cut'n'Paste via *p and different users

2006-10-25 Thread Meino Christian Cramer
Hi, I often edit some system related files as root while haveing cat-ed related (text-) material as user on another terminal. Trying to do the following under X and with mrxvt as termulator does not work: sux root password vim a system file (and as user at another termulator-window):

Re: Cut'n'Paste via *p and different users

2006-10-25 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Cut'n'Paste via *p and different users Date: Wed, 25 Oct 2006 14:28:23 +0200 Meino Christian Cramer wrote: Hi, I often edit some system related files as root while haveing cat-ed related (text-) material as user on another terminal

Re: Cut'n'Paste via *p and different users

2006-10-25 Thread Meino Christian Cramer
From: Tim Chase [EMAIL PROTECTED] Subject: Re: Cut'n'Paste via *p and different users Date: Wed, 25 Oct 2006 08:19:29 -0500 I was wondering, whether the clipboard-problem is caused by some (possible wrong) settings of my system or a normal behaviour of X/mrxvt and whether there are

Only curiosity: Optimizing a vimtip (modified)

2006-10-23 Thread Meino Christian Cramer
Hi, I read of a vimtip, that one can move/copy lines of a text which match a cvertina pattern to line 0 (top) of the text. This is a nice trick to gather material for a kinda quick'n'dirty Table of contents it has one drwaback: The copied lines are in reversed order. Surely it is possible

Re: Terminating search in function

2006-10-22 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Terminating search in function Date: Sun, 22 Oct 2006 09:33:01 +0200 Meino Christian Cramer wrote: Hi, I wrote this snippet: fun! Ffunchdr

Re: Terminating search in function

2006-10-22 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Terminating search in function Date: Sun, 22 Oct 2006 12:29:36 +0200 Meino Christian Cramer wrote: From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Terminating search in function Date: Sun, 22 Oct 2006 11:00:14 +0200 Meino

Re: Plain TeX support ?

2006-10-21 Thread Meino Christian Cramer
From: Benji Fisher [EMAIL PROTECTED] Subject: Re: Plain TeX support ? Date: Fri, 20 Oct 2006 15:31:33 -0400 On Mon, Sep 25, 2006 at 08:07:22PM +0200, Meino Christian Cramer wrote: [snip] After I wrote my first TeX-text without Emacs/AucTeX spontaneous I would say the following things

Terminating search in function

2006-10-21 Thread Meino Christian Cramer
Hi, I wrote this snippet: fun! Ffunchdr() let date = strftime( %F ) put='/*-*/' put='/**' put=' * desc' put=' *'

Re: Slightly OT: HELP! IDE ahead !

2006-10-17 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Slightly OT: HELP! IDE ahead ! Date: Wed, 18 Oct 2006 00:51:50 +0200 Meino Christian Cramer wrote: Hi, Is it possible to convince kdevelop from using vim? I searched the web but the only source of information I found

Slightly OT: HELP! IDE ahead !

2006-10-16 Thread Meino Christian Cramer
Hi, Is it possible to convince kdevelop from using vim? I searched the web but the only source of information I found was of kvim -- and its homepage isn't there anymore. Any ideas? Thank you very much in advanve for any help! Keep hacking! mcc

Version confusion

2006-10-14 Thread Meino Christian Cramer
Hi, For the real vim junkie there are several sources for the real stuff ( == newest versions of vim/scripts/plugins et cetera available). I myself use to update my vim source with the newest patches and download the runtime files on a regular base. Furthermore I download the newest CVS

:tab does not open in new tab in some cases ?

2006-10-13 Thread Meino Christian Cramer
:hi I did the following mappings: map F12 ESC:tab e ~/.vimrcCRC-W_ map S-F12 ESC:tab e ~/.zshrcCRC-W_ I start vim without any argument and press F12 . ${HOME}/.vimrc opens but does not create an entry in the tab pages line at the top of my Vim window -- so far so

Re: Paren highlighting and jump to

2006-10-12 Thread Meino Christian Cramer
From: Wolfgang Schmidt [EMAIL PROTECTED] Subject: Re: Paren highlighting and jump to Date: Thu, 12 Oct 2006 10:45:49 +0200 Meino Christian Cramer wrote: Hi, (I am vim 7.0.131 on the console only on a recent gentoo Linux system) I looked into :h paren but found nothing appropiate

Re: Mapping german umlauts

2006-10-08 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping german umlauts Date: Sun, 08 Oct 2006 16:41:22 +0200 Meino Christian Cramer wrote: Hi, I want to remap the german umlauts to {,[,] and } in normal mode only. When I type the umlauts on the commandline of my zsh

Re: Mapping german umlauts

2006-10-08 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping german umlauts Date: Sun, 08 Oct 2006 17:28:51 +0200 Meino Christian Cramer wrote: [...] PS: There is still a question open to me, Tony... On a german keyboard you have to press Ctrl-AltGr-9 to jump to a tag under

Back to the Future! (...hrrrm...) ...the previous line!

2006-10-03 Thread Meino Christian Cramer
Hi, I would like an uninterrupted Left and Right stepping. Example This ist the end of the previous line.x$ This is the beginnging of the line.$ ^ My cursor is here Now...when pressing Left I would like the cursor to jump to x in the previous line. And vice versa. Is it possible?

Local scope ?

2006-10-03 Thread Meino Christian Cramer
Hi, when writing a function in vim script sometimes it makes sense to change options of vim. Are these changes local to the function ? And if not: Can I simply assign the current value of the option to a variable, change the option and restore the option value from the value stored in

Nul ?

2006-10-02 Thread Meino Christian Cramer
Hi, what does it mean or what is the meaining of: When i_Ctrl-k key returns Nul ??? Do I have pressed a ghost-key ??? Keep hacking mcc

Re: Nul ?

2006-10-02 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: Nul ? Date: Mon, 2 Oct 2006 22:12:46 +0300 On 10/2/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: what does it mean or what is the meaining of: When i_Ctrl-k key returns Nul ??? It means you pressed Ctrl-@ Yakov

Re: Nul ?

2006-10-02 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: Nul ? Date: Mon, 2 Oct 2006 22:18:31 +0300 On 10/2/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: Nul ? Date: Mon, 2 Oct 2006 22:12:46 +0300 On 10/2/06, Meino Christian Cramer

Mapping of keysequences...

2006-10-01 Thread Meino Christian Cramer
Hi, is it possible to map the sequence of C-CC-Fb to anything (and how?)? I tried as a first brute-force experiment noremap C-CC-Fb echo works But it does not works... :) Any chance to do such a trick? Thanks a lot for any help ! keep hacking! mcc

Re: Mapping of keysequences...

2006-10-01 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 01 Oct 2006 15:09:17 +0200 Meino Christian Cramer wrote: Hi, is it possible to map the sequence of C-CC-Fb to anything (and how?)? I tried as a first brute-force experiment

Re: Mapping of keysequences...

2006-10-01 Thread Meino Christian Cramer
From: Mikolaj Machowski [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 1 Oct 2006 15:09:56 +0200 Dnia niedziela, 1 października 2006 14:54, Meino Christian Cramer napisał: Hi, is it possible to map the sequence of C-CC-Fb to anything (and how?)? I

Re: Mapping of keysequences...

2006-10-01 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 01 Oct 2006 18:40:47 +0200 Meino Christian Cramer wrote: From: Mikolaj Machowski [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 1 Oct 2006 15:09:56 +0200 Dnia niedziela, 1

Re: .vim_logout ???

2006-10-01 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: .vim_logout ??? Date: Sun, 1 Oct 2006 16:31:44 +0300 On 10/1/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: .vim_logout ??? Date: Sat, 30 Sep 2006 11:05:28 +0200 Meino Christian

Re: Mapping of keysequences...

2006-10-01 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 01 Oct 2006 19:44:39 +0200 Meino Christian Cramer wrote: [...] Hi Tony ! nice to read you again! And thank you very much for your help,help,help... :) - BIG smiley! Slowly and surely I

Re: Mapping of keysequences...

2006-10-01 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 01 Oct 2006 20:34:31 +0200 Meino Christian Cramer wrote: From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Mapping of keysequences... Date: Sun, 01 Oct 2006 19:44:39 +0200 Meino Christian

Re: .vim_logout ???

2006-09-30 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: .vim_logout ??? Date: Sat, 30 Sep 2006 11:05:28 +0200 Meino Christian Cramer wrote: Hi, I am looking for a way to execute some lines of vim-script everytime when ich leave vim (end the programm). Are there any hooks, which I

Re: splitting $HOME/.vimrc

2006-09-30 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: splitting $HOME/.vimrc Date: Fri, 29 Sep 2006 07:26:33 +0200 Meino Christian Cramer wrote: [...] By the way: I am using Linux. Since kernel 1.1.54 my room has no windows anymore ;) Keep hacking! mcc Not even X-windows

scripting of listing commands

2006-09-30 Thread Meino Christian Cramer
Hi, I want to write a little function in vim script to put all settings into a file. I want the output of :map :version :set (and more of this kind, if I will find them all...) to go into that file. From the list I learned that redir is the command of choice here. But I want

Re: The meaning of nothing... ?

2006-09-30 Thread Meino Christian Cramer
From: Yegappan Lakshmanan [EMAIL PROTECTED] Subject: Re: The meaning of nothing... ? Date: Sat, 30 Sep 2006 10:01:52 -0700 Hi, On 9/29/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: I looked throught the term/terminfo/termcap/xterm/rxvt/* stuff and have more questions than

Re: scripting of listing commands

2006-09-30 Thread Meino Christian Cramer
From: Yegappan Lakshmanan [EMAIL PROTECTED] Subject: Re: scripting of listing commands Date: Sat, 30 Sep 2006 09:33:40 -0700 Hi, On 9/30/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, I want to write a little function in vim script to put all settings into a file. I

Re: The meaning of nothing... ?

2006-09-30 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: The meaning of nothing... ? Date: Sun, 01 Oct 2006 00:42:56 +0200 Yakov Lerner wrote: [...] Something more on the topic. - To print full termnifo capabilities of terminal 'xterm' from file /usr/share/terminfo/x/xtern: infocmp

Re: The meaning of nothing... ?

2006-09-30 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: The meaning of nothing... ? Date: Sun, 01 Oct 2006 06:05:08 +0200 Meino Christian Cramer wrote: [...] Hi Tony, hi Yakov! :) the term information database on my system is not the problem in that way. What I am trying to try

Re: .vim_logout ???

2006-09-30 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: .vim_logout ??? Date: Sat, 30 Sep 2006 11:05:28 +0200 Meino Christian Cramer wrote: Hi, I am looking for a way to execute some lines of vim-script everytime when ich leave vim (end the programm). Are there any hooks, which I

Re: The meaning of nothing... ?

2006-09-29 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: The meaning of nothing... ? Date: Fri, 29 Sep 2006 22:58:28 +0200 Yakov Lerner wrote: On 9/29/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, to get all the keys of my keyboard working with vim I looked through my ~/.vimrc

The meaning of nothing... ?

2006-09-28 Thread Meino Christian Cramer
Hi, to get all the keys of my keyboard working with vim I looked through my ~/.vimrc and found a setting (nottybuiltin), which I do revert and now a few addtional keys (C-F1 for example) do work correctly. So it seems, that the xterm256 definition, which I use, isn't completly defined in my

Re: The meaning of nothing... ?

2006-09-28 Thread Meino Christian Cramer
From: Meino Christian Cramer [EMAIL PROTECTED] Subject: The meaning of nothing... ? Date: Fri, 29 Sep 2006 04:17:20 +0200 (CEST) Hu.sorry.contents of the mail is correct... But the subject is related to another mail I wrote. SORRY. mcc Hi, to get all the keys of my keyboard

splitting $HOME/.vimrc

2006-09-28 Thread Meino Christian Cramer
Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go into .zsh.bindkey. .zshrc only sources those parts if available. Make things more readable. I would like to do the same thing with my $HOME/.vimrc. I looked

Re: splitting $HOME/.vimrc

2006-09-28 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: splitting $HOME/.vimrc Date: Fri, 29 Sep 2006 05:04:30 +0200 Meino Christian Cramer wrote: Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go

Re: The meaning of nothing... ?

2006-09-28 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: The meaning of nothing... ? Date: Fri, 29 Sep 2006 04:50:29 +0200 Meino Christian Cramer wrote: Hi, to get all the keys of my keyboard working with vim I looked through my ~/.vimrc and found a setting (nottybuiltin), which I do

Re: Meta/Alt-confusion and no end

2006-09-27 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Meta/Alt-confusion and no end Date: Wed, 27 Sep 2006 06:09:34 +0200 Meino Christian Cramer wrote: Hi, As VIM insists on getting Meta/Alt-keys as binary codes and not as a ESC-key-combination I tried first to revert the rest of my

Re: Meta/Alt-confusion and no end

2006-09-27 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: Meta/Alt-confusion and no end Date: Wed, 27 Sep 2006 13:18:06 + On 9/27/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 9/27/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, As VIM insists on getting Meta/Alt-keys as binary

Re: Getting the output of some commands into a buffer

2006-09-27 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Getting the output of some commands into a buffer Date: Wed, 27 Sep 2006 05:40:41 +0200 Meino Christian Cramer wrote: Hi, there are several commands like :map or :version which put a lot of valuable

Getting the output of some commands into a buffer

2006-09-26 Thread Meino Christian Cramer
Hi, there are several commands like :map or :version which put a lot of valuable informations (at least for a newbie like me) into a temporary something (buffer seems the wrong nameing to me here). I would like to get the output of those commands into a real

Meta/Alt-confusion and no end

2006-09-26 Thread Meino Christian Cramer
Hi, As VIM insists on getting Meta/Alt-keys as binary codes and not as a ESC-key-combination I tried first to revert the rest of my environment, which handles ESC-key-combinations well to what vim exspects. zsh and mrxvt have option to switch between both (would a solution for vim, too!).

Re: Plain TeX support ?

2006-09-25 Thread Meino Christian Cramer
From: Christian Ebert [EMAIL PROTECTED] Subject: Re: Plain TeX support ? Date: Mon, 25 Sep 2006 10:14:27 +0200 * Meino Christian Cramer on Saturday, September 23, 2006 at 06:54:29 +0200: Looking into :help \TeX\ does not that much information about the support

Re: Plain TeX support ?

2006-09-25 Thread Meino Christian Cramer
From: Benji Fisher [EMAIL PROTECTED] Subject: Re: Plain TeX support ? Date: Mon, 25 Sep 2006 11:41:31 -0400 On Sun, Sep 24, 2006 at 04:37:16PM +0200, Meino Christian Cramer wrote: [snip] After I wrote my first TeX-text without Emacs/AucTeX spontaneous I would say the following things

Re: Plain TeX support ?

2006-09-24 Thread Meino Christian Cramer
From: Benji Fisher [EMAIL PROTECTED] Subject: Re: Plain TeX support ? Date: Sat, 23 Sep 2006 15:16:00 -0400 On Sat, Sep 23, 2006 at 06:54:29AM +0200, Meino Christian Cramer wrote: Hi, Looking into :help \TeX\ does not that much information about the support

To be a keycode or not to be a keycode - that is the question!

2006-09-24 Thread Meino Christian Cramer
Hi, VimTip 979 suggests to do the following mapping: nmap Space / nmap C-Space ? . I wanted to try that and wrote the sequence into my .vimrc. The first mapping works nice, but the second doesn nothing. I tried to figure out what happens (or what do not happen...) and used the

Re: To be a keycode or not to be a keycode - that is the question!

2006-09-24 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: To be a keycode or not to be a keycode - that is the question! Date: Sun, 24 Sep 2006 15:20:44 +0300 On 9/24/06, Meino Christian Cramer [EMAIL PROTECTED] wrot Hi, VimTip 979 suggests to do the following mapping: nmap Space

Re: Plain TeX support ?

2006-09-24 Thread Meino Christian Cramer
From: Benji Fisher [EMAIL PROTECTED] Subject: Re: Plain TeX support ? Date: Sat, 23 Sep 2006 15:16:00 -0400 On Sat, Sep 23, 2006 at 06:54:29AM +0200, Meino Christian Cramer wrote: Hi, Looking into :help \TeX\ does not that much information about the support

Re: Plain TeX support ?

2006-09-24 Thread Meino Christian Cramer
From: Yongwei Wu [EMAIL PROTECTED] Subject: Re: Plain TeX support ? Date: Mon, 25 Sep 2006 09:42:21 +0800 On 9/24/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: After I wrote my first TeX-text without Emacs/AucTeX spontaneous I would say the following things are missing

What is the key nameing of...

2006-09-21 Thread Meino Christian Cramer
Hi, I often have the problem to guess, how a certain keysequence is named by the syntax of the vim scripting language. Recently I tried to map Control-CursorUp but it simply does not work for me. Is there any function/script/hack/trick/* like Ctrl-v is for the raw keysequence to display

Re: glued Cursor trick anyone ?

2006-09-21 Thread Meino Christian Cramer
From: Tim Chase [EMAIL PROTECTED] Subject: Re: glued Cursor trick anyone ? Date: Thu, 21 Sep 2006 10:33:43 -0500 If it is not too much effort to you I would like to know these bad hacks -- just to learn a little more about hacking vim and not necessaryly (ough, this world looks also very

Re: What is the key nameing of...

2006-09-21 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: What is the key nameing of... Date: Thu, 21 Sep 2006 18:02:19 +0200 Meino Christian Cramer wrote: Hi, I often have the problem to guess, how a certain keysequence is named by the syntax of the vim scripting language. Recently I

Re: What is the key nameing of...

2006-09-21 Thread Meino Christian Cramer
From: Yegappan Lakshmanan [EMAIL PROTECTED] Subject: Re: What is the key nameing of... Date: Thu, 21 Sep 2006 10:23:22 -0700 Hello, On 9/21/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: What is the key nameing of... Date: Thu, 21

The wonders of keymaping...

2006-09-21 Thread Meino Christian Cramer
Hi, I wanted to remap Ctrl-e to Ctrl-Up and Ctrl-y to Ctrl-Down . In my .vimrc I wrote nnoremap C-e C-Up nnoremap C-y C-Down Interesting...I could display the Ctrl-cursorkeys with i_Ctrl-K, but this didn't work for Ctrl-e/Ctrl-y and the whole remapping also does not

Re: The wonders of keymaping...

2006-09-21 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: The wonders of keymaping... Date: Thu, 21 Sep 2006 20:46:37 +0300 On 9/21/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, I wanted to remap Ctrl-e to Ctrl-Up and Ctrl-y to Ctrl-Down . In my .vimrc I wrote

Re: The wonders of keymaping...

2006-09-21 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: The wonders of keymaping... Date: Thu, 21 Sep 2006 21:12:56 +0300 On 9/21/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: The wonders of keymaping... Date: Thu, 21 Sep 2006 20:46:37

Re: glued Cursor trick anyone ?

2006-09-20 Thread Meino Christian Cramer
From: Gene Kwiecinski [EMAIL PROTECTED] Subject: RE: glued Cursor trick anyone ? Date: Wed, 20 Sep 2006 12:25:42 -0400 Hi Vim-O-Logics ! :) thank you very much for all your replies! Again I see, that I have to learn more and better English to be able to explain more exactly what I want to

glued Cursor trick anyone ?

2006-09-19 Thread Meino Christian Cramer
Hi, I would like to accomplish three tricks: 1.) Suppose you have a source code and have started an new search task recently. With n you are jumping from match to match. Sometimes the next match is right on the last line currently visible. Pressing n let the cursor jump there. The

Re: Hiding lines

2006-09-18 Thread Meino Christian Cramer
From: Hari Krishna Dara [EMAIL PROTECTED] Subject: Re: Hiding lines Date: Sun, 17 Sep 2006 14:05:38 -0700 (PDT) On Sun, 17 Sep 2006 at 7:17pm, Meino Christian Cramer wrote: From: Tim Chase [EMAIL PROTECTED] Subject: Re: Hiding lines Date: Sun, 17 Sep 2006 11:15:13 -0500 One

Re: Hiding lines

2006-09-18 Thread Meino Christian Cramer
From: Hari Krishna Dara [EMAIL PROTECTED] Subject: Re: Hiding lines Date: Mon, 18 Sep 2006 17:48:42 -0700 (PDT) On Mon, 18 Sep 2006 at 8:01pm, Meino Christian Cramer wrote: Tim's :foldd and :foldo suggestions are actually very good in deed (didn't know about them), especially

Re: Hiding lines

2006-09-17 Thread Meino Christian Cramer
Hi, thank you *very* much that many input !!! :) I havent understood all the stuff right now - I am still catched in the read-install-test/check-reread cycle : As soon as the mist has lifted for me, I will post again. :O) Keep hacking! mcc

converted ?

2006-09-16 Thread Meino Christian Cramer
Hi, sometimes when saveing an original unix file (for example $HOME/.zshrc) vim informs me about that the file is being [converted]. A :set ff shows me, that it is really a unix-file and the converted-message appears every time when it is saved once again. I am curious

Re: converted ?

2006-09-16 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: converted ? Date: Sun, 17 Sep 2006 01:16:30 +0200 Meino Christian Cramer wrote: Hi, sometimes when saveing an original unix file (for example $HOME/.zshrc) vim informs me about that the file is being [converted

Re: Two problems

2006-09-15 Thread Meino Christian Cramer
line in the whole line make no sense to me (and obviously only to me ;) ... Vim - the text assemble ;))) Keep hacking! mcc On Fri, 2006-09-15 at 04:57:24 +0200, Meino Christian Cramer sent: Hi Pete! Hi! thank you very much for this line of code -- works like a charme! Delighted

Re: Two problems

2006-09-15 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: Two problems Date: Fri, 15 Sep 2006 16:54:02 +0200 Meino Christian Cramer wrote: From: Pete Johns [EMAIL PROTECTED] Subject: Re: Two problems Date: Fri, 15 Sep 2006 14:19:22 +1000 Hi Pete ! Thank you for disassembling the hex

Re: Two problems

2006-09-15 Thread Meino Christian Cramer
From: Pete Johns [EMAIL PROTECTED] Subject: Re: Two problems Date: Fri, 15 Sep 2006 14:19:22 +1000 snip ... snip Hi Pete, ...please check this with your genious vimly mind... :) -- BIG smiley! Your initial command set was: 1,$g/.\{73,}/normal v}gq Which does -- if I understand

(Re.)mapping of the so called Meta- (Alt-) keys

2006-09-15 Thread Meino Christian Cramer
Hi, I tried to remap several Alt-/Meta- key sequences to other and to commands. Sometimes it works, sometimes it does not. I see no logic behind this behaviour. It seems, that I miss certain informations hot to do this the right way. My terminal emits Meta- and Alt- keysequences in binary

Re: (Re.)mapping of the so called Meta- (Alt-) keys

2006-09-15 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: (Re.)mapping of the so called Meta- (Alt-) keys Date: Sat, 16 Sep 2006 07:47:04 +0200 Meino Christian Cramer wrote: Hi, I tried to remap several Alt-/Meta- key sequences to other and to commands. Sometimes it works, sometimes it does

Re: Two problems

2006-09-14 Thread Meino Christian Cramer
From: Pete Johns [EMAIL PROTECTED] Subject: Re: Two problems Date: Thu, 14 Sep 2006 13:46:42 +1000 On Thu, 2006-09-14 at 04:45:12 +0200, Meino Christian Cramer sent: 2.) Currently I am reading the ascii version of the vimtips file. One thing I would like to change physically (that means

Two problems

2006-09-13 Thread Meino Christian Cramer
Hi, I have two problems: 1.) Splitting line into two from normal mode. My current concept (hu...great word...;) to split a line into two is (starting and ending in normal mode, which is wanted): i Ctrl-j esc Are there any shorter ways to split a line, may

Re: Two problems

2006-09-13 Thread Meino Christian Cramer
From: Peter Hodge [EMAIL PROTECTED] Subject: Re: Two problems Date: Thu, 14 Sep 2006 13:10:43 +1000 (EST) Hello, --- Meino Christian Cramer [EMAIL PROTECTED] wrote: 1.) Splitting line into two from normal mode. My current concept (hu...great word...;) to split a line

OT(?): AES/Serpent/Twofish/Blowfish encryption with vim ?

2006-09-12 Thread Meino Christian Cramer
Hi, I want to encrypt text from within vim via one of the encryption algorithms mentioned above as easy as it is done via vimcrypt. Does anyone now an application which I can use as filter and which can be incorporated in vim ? Thank you very much in advanbce for any help! mcc

Re: OT(?): AES/Serpent/Twofish/Blowfish encryption with vim ?

2006-09-12 Thread Meino Christian Cramer
From: Yakov Lerner [EMAIL PROTECTED] Subject: Re: OT(?): AES/Serpent/Twofish/Blowfish encryption with vim ? Date: Tue, 12 Sep 2006 20:58:49 +0300 On 9/12/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, I want to encrypt text from within vim via one of the encryption algorithms

  1   2   >