Re: [Vim-latex-devel] Trying to understand the quickfix-window
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-05-18 05:13:33
|
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 |