]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist): Make the
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 08:06:52 +0000 (08:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 08:06:52 +0000 (08:06 +0000)
MIPS/DEC pattern more specific at the start; accept warnings
as well as errors.

lisp/progmodes/compile.el

index cca20639a0cbb9c6476368ddce99112468a6f29e..a6bb54d8c03251c49825d5a226724193a21305c0 100644 (file)
@@ -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 ******