emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102788: * lisp/progmodes/compile.el


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102788: * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)
Date: Sat, 08 Jan 2011 14:32:31 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102788
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2011-01-08 14:32:31 +0100
message:
  * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)
  [gnu]: Remove unused group.
modified:
  lisp/ChangeLog
  lisp/progmodes/compile.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-08 13:31:26 +0000
+++ b/lisp/ChangeLog    2011-01-08 13:32:31 +0000
@@ -3,6 +3,7 @@
        * progmodes/compile.el (compilation-error-regexp-alist-alist)
        [gcc-include]: Tighten file name match, add match for column
        number.  (Bug#7806)
+       [gnu]: Remove unused group.
 
 2011-01-08  Glenn Morris  <address@hidden>
 

=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2011-01-08 13:31:26 +0000
+++ b/lisp/progmodes/compile.el 2011-01-08 13:32:31 +0000
@@ -270,12 +270,12 @@
      ;; The "in \\|from " exception was added to handle messages from Ruby.
      "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\|[ \t]+\\(?:in \\|from \\)\\)?\
 \\([0-9]*[^0-9\n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\): ?\
-\\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\
+\\([0-9]+\\)\\(?:[.:]\\([0-9]+\\)\\)?\
 \\(?:-\\([0-9]+\\)?\\(?:\\.\\([0-9]+\\)\\)?\\)?:\
 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
  *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\
 \[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
-     1 (2 . 5) (4 . 6) (7 . 8))
+     1 (2 . 4) (3 . 5) (6 . 7))
 
     (lcc
      "^\\(?:E\\|\\(W\\)\\), \\([^(\n]+\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)"


reply via email to

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