Christoffer --

        Please review (including the "UPDATES" at the top):

http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html

and see if you can gain some traction. The problem you're encountering
is more a fundamental problem with how vim processes error messages. The
kinds of error messages that LaTeX provides have scopes that span over
several lines, and it is a little hard for vim to track sometimes.
Consequently, sometimes it picks the wrong file.

        In many cases, simply adding "-file-line-error" (without the quotes) to
your LaTeX command line string will fix your problems. That doesn't fix
all of the warnings though. That's why you might want to try the
"vimlatex" wrapper described at the blog post above (which will be
easiest on a UNIX (or Mac) machine, but there is a Python port mentioned
there that should be OK on a Windows machine).

        --Ted

On 08/09/2012 09:30 AM, Christoffer Dall wrote:
> Hi vim-latex folks,
> 
> Thanks for the great work with vim-latex, it is an awesome piece of
> software.
> 
> My only problem is that when I have compile errors in my document, the
> .aux file is opened and the cursor jumps to that buffer. I find this
> very disrupting for my workflow and I am looking for a way to disable
> this feature. Can you help me out with this?
> 
> I run vim-latex on Mac OS X using MacVim using the setup
> at: https://github.com/chazy/vim-config
> 
> Thank you for your reponse,
> -Christoffer
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> 
> 
> 
> _______________________________________________
> Vim-latex-devel mailing list
> Vim-latex-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
> 

-- 
Ted Pavlic <t...@tedpavlic.com>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to