|
From: | jfbu |
Subject: | bug#21595: 11.88.8; TeX help in Plain contaminated by LaTeX |
Date: | Thu, 1 Oct 2015 20:24:25 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
Le 01/10/2015 16:55, Tassilo Horn a écrit :
jfbu <address@hidden> writes:A guru from the LaTeX3 team tells me it can't be the case, thus my question is Does the message somehow come from AUCTeX ? Perhaps no, in which case sorry for the noise.Yes, the message comes from AUCTeX. The variable `TeX-error-description-list' is an alist of regular expressions matched agains error messages and such explanations about what that error means and what might cause it. The same list is used for plain TeX, LaTeX, ConTeXt etc. and I don't think it is reasonable to split it into multiple lists just to have some explanations a bit more specific. Well, and you are a TeX-pro anyway, so I'd recommend you put (setq TeX-error-description-list '((".*" . "Go figure!"))) into your ~/.emacs. :-) Bye, Tassilo
Hi Tassilo, as I said to Mosè: perhaps in the future, some modifications could be considered. In the specific case of my test file the Knuth TeX error message TeX capacity exceeded, sorry [grouping levels=255] will remain always quite to the point. This is already nowadays not quite the case of the LaTeX error message about memory matters. I will ponder the addition of the line above to my .emacs, but perhaps I will first make a reading of the database of error messages in tex-dbg.el as mentioned in the link from Mosè's message. Bye, Jean-François
[Prev in Thread] | Current Thread | [Next in Thread] |