From: Richard M. Stallman Date: Tue, 5 Aug 1997 08:06:52 +0000 (+0000) Subject: (compilation-error-regexp-alist): Make the X-Git-Tag: emacs-20.1~783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51e9459c624b30817d6ce6cb7722c96cb6944f98;p=emacs.git (compilation-error-regexp-alist): Make the MIPS/DEC pattern more specific at the start; accept warnings as well as errors. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index cca20639a0c..a6bb54d8c03 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -222,7 +222,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2) ;; ccom: Error: foo.c, line 2: syntax error ;; DEC AXP OSF/1 cc ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah - (".*rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3) + ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3) ;; IBM AIX PS/2 C version 1.1: ;; ****** Error number 140 in line 8 of file errors.c ******