[Vim-latex-devel] Re: bracket macros?
Brought to you by:
srinathava,
tmaas
From: Hermitte L. <her...@fr...> - 2002-11-08 16:24:01
|
* On Fri, Nov 08, 2002 at 10:30:02AM -0500, Carl Mueller <cm...@ma...> wrote: > I would definitely consider including macros for changing > brackets into vim-latex. I have some in my auctex.vim > script (which I'm attaching), and I find these to be > extremely useful for my own typing. Carl, Just in case, I found the brackets changing/deleting macros very nice. But, they are not only useful to (La)TeX. So, I did include them in a script dedicated to brackets handling: common-brackets.vim. I've uploaded the latest version earlier on SF. Otherwise it is also available on my web site. Srinath, Mikolaj, On a close topic, I've also updated my variation on Stephen Riehm's initial bracketing system, and more particulary: the markers system. Now, it is possible to jump forward and backward to markers. I will have more checkings to do, but I'm afraid you don't systematically use generical markers but sometimes still «». Which is bad. «» are the French quote characters used in LaTeX. If you eventually use my new system, you can statically change '«»' to Markers_Txt({any-comment}). For a dynamical choice [1] of markers used, deeper changes will be required. <adv>which I already manage in lh-tex ;-)</adv>. Regards, [1] if you want to use «» in a English TeX buffer, but %%%() in a French TeX buffer. -- Luc Hermitte http://hermitte.free.fr/vim |