Re: [Vim-latex-devel] grep
Brought to you by:
srinathava,
tmaas
From: Berta M. <ber...@ar...> - 2004-06-01 21:44:50
|
On Tue, Jun 01, 2004 at 12:46:50PM -0700, Srinath Avadhanula wrote: > On Tue, 1 Jun 2004, Berta Milan wrote: > > > On Sun, May 30, 2004 at 02:54:05PM +0200, Berta Milan wrote: > > the lower ones after > > > > :call Tex_PrintDebug('view') > > > > immediately after <F9> > > > > <begin of output of :call Tex_PrintDebug('view')> > > > > s:type = ref, typeoption = > > silent! grep! '\\label{' *.tex > > +Tex_SetupCWindow > > +Tex_SyncPreviewWindow > > Tex_SyncPreviewWindow: got error E32, no matches found, quitting > > not in quickfix window, quitting > > > > This is strange! In yesterday's email you said that you had the latest > version of latex-suite, but this debug message seems to imply that you > have a pretty old version. I meant to download the latest developement > version, not the latest 1.5 release. > > When I try this, I see something like: > > -----------------------%<----------------------- > texviewer.vim: Catching LatexSuiteFileType event > Tex_Complete: s:type = ref, typeoption = > Tex_Complete: calling Tex_GrepHelper > +Tex_ScanFileForLabels: grepping in file [b.tex] > +Tex_SetupCWindow > +Tex_SyncPreviewWindow > -----------------------%<----------------------- > > Please make sure you have the latest version! > > Srinath I downloaded the latest version [2004/05/24] finally. Now I can see the similar output as yours (after :call Tex_PrintDebug('view')). And also the completition (<F9>) works the way that I want (so I get the windows with all \label{...}s). Thanks You very much! I send additional information about the error output after pressing <F9>: The first run of <F9>: <begin> Error running function Tex_Complete..Tex_GrepHelper..Tex_ScanFileForLabels..Tex_ScanFileForLabels: line 28: E121: Variable not defined: foundCiteFile E121: Variable not defined: foundCiteFile E15: Bad expression: foundCiteFile <end> All other runs of <F9>: <begin> E121: Variable not defined: foundCiteFile E121: Variable not defined: foundCiteFile E15: Bad expression: foundCiteFile <end> Now (if there is some \label{}) the window with \label{}s open. Milan |