# HG changeset patch # User Karl Heuer # Date 767483877 0 # Node ID cbe3820953c692a3db8e2d583933cee07d515803 # Parent be78bf0c9e71d541ed4023630941e42bc7522ccb (compilation-error-regexp-alist): Add fortran pattern. diff -r be78bf0c9e71 -r cbe3820953c6 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Wed Apr 27 21:43:24 1994 +0000 +++ b/lisp/progmodes/compile.el Wed Apr 27 21:57:57 1994 +0000 @@ -126,6 +126,8 @@ ("([ \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