bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] Re: 11.86; TeX-next-error opens a blank buffer when ) appea


From: Nicolas Richard
Subject: [Bug-AUCTeX] Re: 11.86; TeX-next-error opens a blank buffer when ) appears in a overful hbox.
Date: Fri, 16 Apr 2010 17:23:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100308 Thunderbird/3.0.3

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"))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]