Re: [Vim-latex-devel] problem with Tex_IgnoredWarnings
Brought to you by:
srinathava,
tmaas
From: Alan S. <ala...@po...> - 2004-03-01 07:07:05
|
* Srinath Avadhanula (sr...@fa...) wrote: > On Thu, 19 Feb 2004, Alan Schmitt wrote: >=20 > > Sorry, I get this doing a "let Tex_IgnoredWarnings". "echo" does return > > it on several lines. > > > It works okay for me at least with the latest CVS version. I put the > following in ~/.vim/after/ftplugin/tex.vim: >=20 > let g:Tex_IgnoredWarnings =3D > \ "inputting\n" . > \ "Unused global option\n" . > \ "Marginpar on page\n" . > \ "No \\\\author given.\n" . > \ "LaTeX Font Warning\n" . > \ g:Tex_IgnoredWarnings > let g:Tex_IgnoreLevel =3D g:Tex_IgnoreLevel + 5 >=20 > and I do successfully ignore the warning which you noted. >=20 > This is somewhat strange. Is it still happening? I should test again ... I have moved to other papers, and the warning=20 does not occur anymore. I'll upgrade to the current version and will let=20 you know if I see this again. Thanks for the help (and the great tex mode ;-) ) Alan Schmitt --=20 The hacker: someone who figured things out and made something cool happen. =2EO. =2E.O OOO |