From: Chong Yidong Date: Sat, 21 Feb 2009 18:52:19 +0000 (+0000) Subject: (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173). X-Git-Tag: emacs-pretest-23.0.91~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f49167cb2a488c281419662119af0162c154e0c;p=emacs.git (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173). --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 36c3e79b80d..96036ff322a 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -251,7 +251,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ \\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-/\n]\\)*?\\): ?\ \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\ -\\(?:-\\([0-9]+\\)?\\(?:\\3\\([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]\\)"