On 01/17/2013 12:41 PM, Andreas Groh wrote: > Hello, > > thanks for your reply. I also have let g:Tex_IgnoreLevel=0 in my > .vimrc. As far as I understood the TCLevel command is just a short cut > for let g:Tex_IgnoreLevel=x to be used from within vim. However, the > warnings are not shown. In my case the warnings are mainly due to > undefined citations. > > Meanwhile I started working on another latex project without undefined > citations. In this case the warnings for underfull boxes etc. are > shown. That is strange. If I include an undefined citation the > corresponding warning is also not shown. > > Why is that? Are the warnings for undefined citations treated in a > different way? > > Cheers. > > Andreas > Dear Andreas,
Here is the warning-level-related settings in my vimrc let g:Tex_IgnoredWarnings = \"Underfull\n". \"Overfull\n". \"specifier changed to\n". \"You have requested\n". \"Missing number, treated as zero.\n". \"Citation %.%# undefined\n". \"Unused\n". \"LaTeX Font Warning:\n" \"There were undefined references\n". " This number N indicates that latex-suite should ignore the first N of the above. let g:Tex_IgnoreLevel = 8 Would you please try to see if it can detect the undefined references? Btw, I cc this mail to the maillist so other people may also see it, just in case in future someone else ran into a similar problem. -- Peng Shao ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel