From: Roland McGrath Date: Thu, 17 Feb 1994 00:11:28 +0000 (+0000) Subject: (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to X-Git-Tag: emacs-19.34~9891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9481474b9dd036431c8fd4b7d827ef3effba52ad;p=emacs.git (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to exclude : from file names; avoids lossage when : appears in error text. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index e2ff867fd92..0e3b30e5691 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -130,7 +130,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].") ;; Unknown who does this: ;; Line 45 of "foo.c": bloofel undefined ("\n\\(Error on \\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ -of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2) +of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) ;; Apollo cc, 4.3BSD fc: ;; "foo.f", line 3: Error: syntax error near end of statement