]> code.delx.au - gnu-emacs/commitdiff
(compilation-error-regexp-alist):
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:58:37 +0000 (15:58 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Sep 1998 15:58:37 +0000 (15:58 +0000)
Fix previous change: allow . and _ in command name.

lisp/progmodes/compile.el

index 68801cc86172750e0b889fc5ea48479345792557..f3fcdb0b4041230f345a13c4636132c7b05ca111 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++: