From: Roland McGrath Date: Sat, 19 Mar 1994 01:05:27 +0000 (+0000) Subject: (compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match X-Git-Tag: emacs-19.34~9440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ff3b093bfaab7877d7d044134d6288f87fd9383;p=emacs.git (compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match Absoft FORTRAN 77 errors. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 44e11bfbb60..b185f34078b 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -129,7 +129,10 @@ or when it is used with \\[next-error] or \\[compile-goto-error].") ;; Error on line 3 of t.f: Execution error unclassifiable statement ;; Unknown who does this: ;; Line 45 of "foo.c": bloofel undefined - ("\n\\(Error on \\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ + ;; Absoft FORTRAN 77 Compiler 3.1.3 + ;; error on line 19 of fplot.f: spelling error? + ;; warning on line 17 of fplot.f: data type is undefined for variable d + ("\\(\n\\|on \\)[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) ;; Apollo cc, 4.3BSD fc: