Re: Problem with parsing in 11.55
Ralf Angeli <[email protected]> Tue, 15 Mar 2005 09:17:14 +0100
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* [email protected] (2005-03-15) writes: > I have a problem with parsing (or using the parsed information) of my > TeX documents with auchtex 11.55. It worked fine with 10.0g. Emacs used > is 21.3. > > The situation: > > I use "\usepackage{...,a4}" in my documents. This package should not be used anymore, see <CTAN:info/l2tabu/english/l2tabuen.pdf> (there is a German version as well). Because of that and because we got reports of this clashing with file names like a4.tex or a5.tex we removed support for recognizing the package. > This should give me a "View > command" like "xdvi -paper a4 ..." according to the rexexp in TeX-view-style > in tex.el. But I only get "xdvi test.dvi" as view commend. For viewing the variable `TeX-view-output-style' takes precedence over `TeX-view-style'. This variable does not contain "a4" anymore. The fact that `TeX-view-style' still contains it is a bug. I will remove it there as well. -- Ralf