From: Karl Heuer Date: Wed, 27 Apr 1994 21:57:57 +0000 (+0000) Subject: (compilation-error-regexp-alist): Add fortran pattern. X-Git-Tag: emacs-19.34~8715 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f89fdaed3d64b605cbb4e18915b826a770252171;p=emacs.git (compilation-error-regexp-alist): Add fortran pattern. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a9544f2585f..ca34beeb670 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -126,6 +126,8 @@ or when it is used with \\[next-error] or \\[compile-goto-error].") ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2) ;; Ultrix 3.0 f77: + ;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol + ("\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 1 2) ;; Error on line 3 of t.f: Execution error unclassifiable statement ;; Unknown who does this: ;; Line 45 of "foo.c": bloofel undefined