emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105127: Fontise bytecomp Error lines


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105127: Fontise bytecomp Error lines more correctly
Date: Tue, 12 Jul 2011 14:28:35 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105127
fixes bug(s): http://debbugs.gnu.org/2490
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-07-12 14:28:35 +0200
message:
  Fontise bytecomp Error lines more correctly
  
  Fix suggested by Johan Bockgård.
modified:
  lisp/ChangeLog
  lisp/progmodes/compile.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-12 07:26:48 +0000
+++ b/lisp/ChangeLog    2011-07-12 12:28:35 +0000
@@ -1,5 +1,9 @@
 2011-07-12  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Fontise bytecomp Error lines more correctly (bug#2490).  Fix
+       suggested by Johan Bockgård.
+
        * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
 
        * dired-x.el (dired-guess-default): Use `delete-dups'.

=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2011-07-05 15:31:22 +0000
+++ b/lisp/progmodes/compile.el 2011-07-12 12:28:35 +0000
@@ -251,7 +251,7 @@
 \\([0-9]*[^0-9\n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\): ?\
 \\([0-9]+\\)\\(?:[.:]\\([0-9]+\\)\\)?\
 \\(?:-\\([0-9]+\\)?\\(?:\\.\\([0-9]+\\)\\)?\\)?:\
-\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
+\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\|[Ee]rror\\)\\|\
  *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\
 \[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
      1 (2 . 4) (3 . 5) (6 . 7))


reply via email to

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