Re: [Vim-latex-devel] Re: Review of vim-latex status
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2002-12-31 03:02:27
|
Carl Mueller wrote: > Dear Benji, > > >> Did you ever try my word_complete.vim script? It is probably too >>clunky to include with the latex suite, but it was an interesting >>exercise. ;) > > > I might have tried it, come to think of it. Was it based on > lightning completion? > > I once attended a lecture by S. S. Chern, (a well-known > geometrer) who said that the basic ideas are really very few > (in mathematics). Probably, the same is true with computers, > so we should certainly make use of other peoples' ideas, > even from the emacs world. > > Best wishes, > Carl In principle, I agree, but in practice I have never used emacs, so it is hard for me to borrow from it. Anyway, word_complete.vim automatically invokes <C-P>, then highlights the completion in Select mode. It works by mapping every alphabetic character (or maybe only the lower-case ones). Who was it who said, "Lesser artists borrow. Great artists steal"? --Benji |