Le 02/04/10 14:38, Ralf Angeli a écrit :
> Anyway, the canonical answer to problems with the error parser is to
> enable file:line:error messages in LaTeX.  And with TeX Live you should
> not lose anything from the error message (in contrast to MiKTeX).

Thanks, I'm now using that option[*] and it works... except when
TeX-debug-warnings is on and I'm trying to compile this:

\documentclass{minimal}
\begin{document}
\begin{equation}
aaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaa
)
\end{equation}
%\foo %% Uncommenting this avoids the problem by adding a true error.
\ref{foo}
\end{document}

Again, going to next error opens a new (blank) buffer, unless there is a
real error between the bad box and the warning (as obtained by
uncommenting \foo).

-- 
Nicolas

[*] Though i'm not sure I did it correctly, I have this :
(custom-set-variables '(LaTeX-command "latex -file-line-error"))




_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to