(copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to
authorRoland McGrath <roland@gnu.org>
Thu, 17 Feb 1994 00:11:28 +0000 (00:11 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 17 Feb 1994 00:11:28 +0000 (00:11 +0000)
exclude : from file names; avoids lossage when : appears in error text.

lisp/progmodes/compile.el

index e2ff867..0e3b30e 100644 (file)
@@ -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