]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist):
authorKarl Heuer <kwzh@gnu.org>
Sun, 6 Sep 1998 14:20:14 +0000 (14:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 6 Sep 1998 14:20:14 +0000 (14:20 +0000)
In first pattern (GNU utilities and other things),
allow a space after the optional program name at the beginning.

lisp/progmodes/compile.el

index 5b68df4d493fec7b082618212e18c0b804fba66c..68801cc86172750e0b889fc5ea48479345792557 100644 (file)
@@ -156,7 +156,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
     ;; We'll insist that the number be followed by a colon or closing
     ;; paren, because otherwise this matches just about anything
     ;; containing a number with spaces around it.
-    ("\\([a-zA-Z]+:\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\
+    ("\\([a-zA-Z]+: ?\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\
 \\([) \t]\\|:\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 2 3 6)
 
     ;; Microsoft C/C++: