Ralf Angeli <[EMAIL PROTECTED]> writes:

> * David Kastrup (2006-02-14) writes:
>
>> Ralf Angeli <[EMAIL PROTECTED]> writes:
>>
>>> In `TeX-error' and `TeX-warning' `TeX-master' is set now which results
>>> in `TeX-master-file' returning a different value (the one with the
>>> false extension) once these functions were used.  I am not sure why
>>> `TeX-master' is set now.  Probably in order to prevent questions about
>>> the master file to appear.  Does anybody know more?
>>
>> It might be that this makes successive C-c ` commands work sensibly
>> even when one of those lands you in *.toc, *.sty, *.idx and other lala
>> land without a properly associated master.
>
> Do we have a testcase for that?

Try running

\documentclass[12pt,a4paper]{article}

\begin{document}
\tableofcontents
\section[\protect\junk]{test}

\junk

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 
three times or so, then using C-c ` to walk through the errors.

Something like that prompted this: without the change, C-c ` got
lost.  At least that's what I remember.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to