Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread A.J.Mechelynck
Suresh Govindachar wrote: [...] [snip entire para Tony wrote.] Tony, Your comments aren’t applicable to Francois. --Suresh Oops, sorry, the entire email sounded like a pro-Emacs rant to me, coming from that Mohsin guy who kept repeating "I came from Emacs, and your Vim regexps can't do it

RE: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread Suresh Govindachar
François Pinard wrote: > [Mikolaj Machowski] >> [Mohsin]: > >>> Vim only has syntax coloring with regexps. Emacs has functions to >>> apply properties to text blocks, and I was hoping vim has something >>> comparable. > >> Of course it is possible: > >> :help /\%l >> :help /\%c > > Humph,

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread A.J.Mechelynck
Mohsin wrote: The problem is I want to apply the highlighting to multiple blocks of text simultaneously, so regexp doesn't help. mohsin. :help /\| Best regards, Tony.

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread A.J.Mechelynck
François Pinard wrote: [Mikolaj Machowski] [Mohsin]: Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text blocks, and I was hoping vim has something comparable. Of course it is possible: :help /\%l :help /\%c Humph, not really! Text propertie

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread A.J.Mechelynck
Mohsin wrote: I already tried your solution, it only works for a single region at a time On applying the same higlighting to second region and the first one is un-highlighted. Try this (the third command will unhilight the first region): :highlight User1 term=bold cterm=5 guibg=red match Us

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread Mohsin
The problem is I want to apply the highlighting to multiple blocks of text simultaneously, so regexp doesn't help. mohsin. On 8/4/06, Ilya <[EMAIL PROTECTED]> wrote: Mohsin wrote: > I want to use a highlighter mode on my text file, example: > > :color_region bold line1 col1 line2 col2 > :colo

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread Mohsin
I already tried your solution, it only works for a single region at a time On applying the same higlighting to second region and the first one is un-highlighted. Try this (the third command will unhilight the first region): :highlight User1 term=bold cterm=5 guibg=red match User1 /\%>54l.\%<

Re: Forget the buf_T reference when processing a 'close' netbeans command

2006-08-04 Thread Bram Moolenaar
Xavier de Gaye wrote: > Bug description: > === > Vim version 7.0 > > When receiving a netbeans 'close' command, vim does delete the > specified buffer, but the buffer's reference (buf_list[bufno].bufp > called here 'this_memory_address') is still kept in buf_list[]. > It may happen t

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread François Pinard
[Mikolaj Machowski] [Mohsin]: Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text blocks, and I was hoping vim has something comparable. Of course it is possible: :help /\%l :help /\%c Humph, not really! Text properties in Emacs span text reg

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread A.J.Mechelynck
A.J.Mechelynck wrote: Mohsin wrote: I want to use a highlighter mode on my text file, example: :color_region bold line1 col1 line2 col2 :color_region bold 5 5 6 6 :color_region underline 5 5 6 6 I couldn't do this in vim. Vim only has syntax coloring with regexps. Emacs has functions to a

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread A.J.Mechelynck
Mohsin wrote: I want to use a highlighter mode on my text file, example: :color_region bold line1 col1 line2 col2 :color_region bold 5 5 6 6 :color_region underline 5 5 6 6 I couldn't do this in vim. Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread Mikolaj Machowski
Dnia piątek, 4 sierpnia 2006 18:42, Mohsin napisał: > I want to use a highlighter mode on my text file, example: > :color_region bold line1 col1 line2 col2 > :color_region bold 5 5 6 6 > :color_region underline 5 5 6 6 > > I couldn't do this in vim. Vim only has syntax coloring with regexps. >

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread Ilya
Mohsin wrote: I want to use a highlighter mode on my text file, example: :color_region bold line1 col1 line2 col2 :color_region bold 5 5 6 6 :color_region underline 5 5 6 6 I couldn't do this in vim. Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text

Re: Vim-Runtime

2006-08-04 Thread A.J.Mechelynck
Martin Krischik wrote: Hello, Vim 7.0 has been out for some time now and also has a host of new features and I, for example, have added all the new stuff to the Ada support [1]. But the files which come with vim are still the old 6.x files - which leads me to the questions: How are update

No way to color-region(s) of text -- highlighter mode.

2006-08-04 Thread Mohsin
I want to use a highlighter mode on my text file, example: :color_region bold line1 col1 line2 col2 :color_region bold 5 5 6 6 :color_region underline 5 5 6 6 I couldn't do this in vim. Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text blocks, and I

Vim-Runtime

2006-08-04 Thread Martin Krischik
Hello, Vim 7.0 has been out for some time now and also has a host of new features and I, for example, have added all the new stuff to the Ada support [1]. But the files which come with vim are still the old 6.x files - which leads me to the questions: How are updates to the runtime files