David Kastrup <[email protected]> writes: > "Tassilo Horn" <[email protected]> writes: > >> commit 363b751003c4b425b4b6c511740c95366481207c >> Author: Luc Van Eycken <[email protected]> >> Date: Tue Dec 17 09:01:29 2013 +0100 >> >> Skip comment or file in parens in output. >> >> * tex-buf.el (TeX-parse-error): Skip comment (or file) between >> parentheses. >> >> Signed-off-by: Tassilo Horn <[email protected]> > > I'm confused. I was pretty sure that at one point of time I _vastly_ > simplified TeX-parse-error's recognition of file names to have the > recognition of opening and closing parens be similarly indiscriminate > (since detecting spurious ( ) pairings as file names is harmless, but > skipping some non-filename ( while still recognizing the corresponding ) > isn't). > > Did someone "improve" the file name recognition again? That actually > makes the problem worse.
Hm, your last changes to `TeX-parse-error' are from 2006, and thereafter it's Reiner with one line change in 2007 and Ralf with some changes in 2009. Anyway, for the time being, I've reverted the change. Luc, could you please explain what's the problem your patch is actually trying to fix, preferably with a sample file? At least with the current git version, I don't see a difference with or without your patch when using the hyperref package. And speaking from the AUCTeX-date in your patch bug report, your version of `TeX-parse-error' should be up-to-date. Bye, Tassilo _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
