# HG changeset patch # User Karl Heuer # Date 905443117 0 # Node ID 0aaa026229ebdd061c87249b4aa0a35f62c44ffa # Parent 457da99ff43a54417f8915b7079eb1eea2ca8b93 (compilation-error-regexp-alist): Fix previous change: allow . and _ in command name. diff -r 457da99ff43a -r 0aaa026229eb lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Thu Sep 10 15:54:42 1998 +0000 +++ b/lisp/progmodes/compile.el Thu Sep 10 15:58:37 1998 +0000 @@ -156,7 +156,7 @@ ;; 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++: