Re: [Vim-latex-devel] quickfix window behaves differently
Brought to you by:
srinathava,
tmaas
From: Andre M. <ma...@gm...> - 2006-08-31 16:27:59
|
ahmet nurlu wrote: > Hi Tobias, > > I am pasting the content of the quickfix window below. > > -------------->--------------------------------- > || (./thesis.aux) > || (./chapter1.tex > || (./appendix.tex [7] > |54 error| Missing $ inserted. $ matris(B_ > {ij}=B_{ji})$ ve > || (./thesis.bbl [11]) [12 > || > --------------<--------------------------------- As Tobias described some weeks earlier ("issues with quickfixing..." 07/14/06 07/20/06) , I guess this is a common bug in latexsuite concerning errorformat, since efm sometimes does not extract the corresponding filename from the lengthy error messages issued by latex. BTW, to lately reply to Tobias's email, yes I have the same problem here with almost every latex-file I work on. Either there is *no* file name or a *wrong* name (the latter occurs rather seldom). It is a very annoying bug since it prevents me from effectively using quickfix. I guess it was not intended for *manually* opening the corresponding faulty code line :-) Tobias, have you made any progress so far? Until now I haven't had any time to dig into the very details for that behaviour... :-( Cheers, Andre |