Re: Editor colors

2001-12-13 Thread Prahlad Vaidyanathan
Hi, On Wed, 12 Dec 2001 Michael Montagne spewed into the ether: I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? :set ft=mail :syn on You might also want to take a look at these :

Editor colors

2001-12-12 Thread Michael Montagne
I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? -- Michael Montagne [EMAIL PROTECTED] http://www.boora.com

Re: Editor colors

2001-12-12 Thread Kenneth Pronovici
I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? You use a Vim syntax file, i.e. :set ft=mail (just like how Vim highlights C or Perl code, it can also highlight arbitrary patterns like emails). Write me offline if

Re: Editor colors

2001-12-12 Thread Elimar Riesebieter
On Wed, 12 Dec 2001 the mental interface of Michael Montagne told: I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? Hi Michael, you have to edit your ~/.vimrc ---snip My Color Section hi SpecialKey term=bold ctermfg=4

Re: Editor colors

2001-12-12 Thread Jelmer Vernooij
I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? Refer to the VIM documentation. See http://www.vim.org/ or http://vim.sf.net/ Jelmer -- Jelmer Vernooij [EMAIL PROTECTED] - http://nl.linux.org/~jelmer/ Development And

Re: Editor colors

2001-12-12 Thread Elimar Riesebieter
On Wed, 12 Dec 2001 the mental interface of Kenneth Pronovici told: I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? You use a Vim syntax file, i.e. :set ft=mail or something like set editor=vim -c 'set

Re: Editor colors

2001-12-12 Thread Curt W. Zirzow
* Michael Montagne [EMAIL PROTECTED] wrote: I know how to set colors in the pager while reading email, but where do you set colors for the editor (vim in my case)? By default vim (later versions) should arealdy be able to recognize that you are editing an email. Also make sure that syntax