GNU bug report logs -
#48524
13.0.11; AUCTeX should not use LaTeX error message for non-LaTeX modes
Previous Next
Reported by: jfbu <jfbu <at> free.fr>
Date: Wed, 19 May 2021 16:17:02 UTC
Severity: normal
Found in version 13.0.11
Done: Ikumi Keita <ikumi <at> ikumi.que.jp>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Le 19/05/2021 à 18:16, jfbu a écrit :
> I understand this is some work to extract from pdftex.web the
> errors (perhaps someone in the last 30+ years or so has done so,
> regarding the Knuth original messages, as pdftex adds some of its
> own) and I am opening this bug ticket only for reference as for many
As auctex launches pdftex with -interaction=nonstopmode, the
additional help messages displayed by TeX/LaTeX end up in the log file.
So it is only a matter here to fetch the messages from the log,
rather than using the specific ones incorporated into tex-buf.el
This mechanism is already in place where tex-bug.el does not have
an entry matching the message:
ERROR: Extra \or.
--- TeX said ---
l.37 \iftrue\expandafter\fi\or
--- HELP ---
From the .log file...
I'm ignoring this; it doesn't match any \if.
So, it should not be complicated.
The problem is to avoid in Plain TeX runs (or ConTeXt ? I am not familiar with it) to have the auctex generated error help go into LaTeX considerations which are not relevant to Plain TeX.
Jean-François
This bug report was last modified 3 years and 354 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.