From: Richard M. Stallman Date: Fri, 20 Mar 1998 04:41:13 +0000 (+0000) Subject: (compilation-error-regexp-alist): X-Git-Tag: emacs-20.3~1850 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d60e093d5519b48980627ec6a07bc22866f01ae;p=emacs.git (compilation-error-regexp-alist): Handle f90 in DEC AXP OSF/1 cc pattern. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 53c291825f4..fa20a9742a3 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -230,7 +230,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 - ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4) + ("[a-z0-9/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4) ;; IBM AIX PS/2 C version 1.1: ;; ****** Error number 140 in line 8 of file errors.c ******