From: Johan Bockgård Date: Tue, 12 Jul 2011 14:40:56 +0000 (+0200) Subject: * progmodes/compile.el (compilation-error-regexp-alist-alist): X-Git-Tag: emacs-pretest-24.0.90~104^2~349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c79598ef31da0b1f93d0cfb311e2cc93342f976e;p=emacs.git * progmodes/compile.el (compilation-error-regexp-alist-alist): Fix previous fix. Fixes: debbugs:2490 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4334e18a38..7a9e0267c3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-12 Johan BockgÃ¥rd + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Fix previous fix (bug#2490). + 2011-07-12 Roland Winkler * textmodes/bibtex.el (bibtex-initialize): Use diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index d9316764895..503698f0f7b 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -251,9 +251,9 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) \\([0-9]*[^0-9\n]\\(?:[^\n :]\\| [^-/\n]\\|:[^ \n]\\)*?\\): ?\ \\([0-9]+\\)\\(?:[.:]\\([0-9]+\\)\\)?\ \\(?:-\\([0-9]+\\)?\\(?:\\.\\([0-9]+\\)\\)?\\)?:\ -\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\|[Ee]rror\\)\\|\ +\\(?: *\\(\\(?: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]\\)" + *[Ee]rror\\|\[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)" 1 (2 . 4) (3 . 5) (6 . 7)) (lcc