* Ivan Andrus (2010-03-30) writes: > I debugged this problem a while ago, so I don't remember all the details > perfectly. When I got the new version of AUCTeX, I realized I had never > reported the problem, so here goes. > > First the problem: when an error occurs in a LaTeX file and I call > TeX-next-error, AUCTeX often thinks the error is in a file named "Web2C > 7.5.7". I believe the error is because TeX-format-filter unbreaks a > line like > > (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex(/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex) > > when it shouldn't (or perhaps TeX-parse-error needs to be smarter). I > added a check > > (not (eq (char-after (1+ (point))) ?\())
Thanks for the suggested fix. However, such a fix has been included in the development version of AUCTeX for nearly two years now and is also part of AUCTeX 11.86. In case you installed 11.86, are you sure it is not shadowed by an older installation? -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
