Re: [Vim-latex-devel] Trying to understand the quickfix-window
Brought to you by:
srinathava,
tmaas
From: David E. <es...@fa...> - 2004-05-18 13:03:05
|
I just discovered a way to make this work, although it doesn't seem like this is supposed to be what I do based on the manual. let g:Tex_FormatDependency_ps = 'dvi,ps' let g:Tex_DefaultTargetFormat = 'ps' doesn't work right. But if I change the TargetFormat to dvi,ps everything works fine. So whether or not that is configuration I can deal with it. Thanks, David On Mon, 2004-05-17 at 22:11 -0700, Srinath Avadhanula wrote: > On Mon, 17 May 2004, David Escott wrote: > > > I am trying to understand the quickfix-window and I am a little confused > > by what is happening. I use gvim almost exclusively and I would prefer > > to use that (don't know if that makes any difference). > > vim/gvim should behave the same in this regard. > > > > So anyways I have a tex file with known errors. If is ps (dvi->ps) it > > doesn't show errors. With the mode dvi it shows the errors correctly. Is > > This is not supposed to happen. If there are errors in the dvi step, > then latex-suite should interrupt the build process. > > I very recently (yesterday or so) made a few fixes to this part of > latex-suite when I noticed something similar. Download the very latest > version and retry. If you still get this behavior, then do the > following: > > Put > let g:Tex_Debug = 1 > in your ~/.vim/ftplugin/tex.vim file and then redo the compilation. Then > tell me what > :call Tex_PrintDebug('comp') > says. > > Srinath > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- David Wright Escott |