(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.
+2007-09-17 Glenn Morris <rgm@gnu.org>
+
+ * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
+ filename from `--file-line-error', if it is available.
+
2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
* textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
(goto-char compilation-parsing-end)
;; Parse messages.
(while (and (not (or found-desired (eobp)))
- (prog1 (re-search-forward "^! " nil 'move)
+ (prog1 (re-search-forward
+ "^\\(?:[^:\n]+:[[:digit:]]+:\\|!\\) " nil 'move)
(setq begin-of-error (match-beginning 0)
end-of-error (match-end 0)))
(re-search-forward