[Vim-latex-devel] how is texrc processed ?
Brought to you by:
srinathava,
tmaas
From: Alan S. <ala...@po...> - 2003-04-02 18:06:16
|
Hi, I'm playing with some options of the local copy of my texrc (the one in ftplugin/tex), and some things do not work. For instance, I used to have in my .vimrc the following: let g:Tex_IgnoredWarnings =3D \'Underfull=A1'. \'Overfull=A1'. \'specifier changed to=A1'. \'You have requested=A1'. \'Missing number, treated as zero.=A1'. \'There were undefined references=A1'. \'Citation %.%# undefined=A1'. \'LaTeX Font Warning=A1' It worked as planned. I discovered I could put it in the texrc as: TexLet g:Tex_IgnoredWarnings =3D \'Underfull=A1'. \'Overfull=A1'. \'specifier changed to=A1'. \'You have requested=A1'. \'Missing number, treated as zero.=A1'. \'There were undefined references=A1'. \'Citation %.%# undefined=A1'. \'LaTeX Font Warning=A1' But it does not work (ie I still get "LaTeX Font" warnings). It's as if some other texrc was overriding this one. What am I doing wrong here ? Alan --=20 The hacker: someone who figured things out and made something cool happen. |