emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el, v [EMACS_22_B


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el, v [EMACS_22_BASE]
Date: Mon, 17 Sep 2007 06:57:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/09/17 06:57:58

Index: tex-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/tex-mode.el,v
retrieving revision 1.185.2.3
retrieving revision 1.185.2.4
diff -u -b -r1.185.2.3 -r1.185.2.4
--- tex-mode.el 17 Sep 2007 00:26:00 -0000      1.185.2.3
+++ tex-mode.el 17 Sep 2007 06:57:58 -0000      1.185.2.4
@@ -2016,7 +2016,8 @@
     (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]