From: Karl Heuer Date: Sun, 6 Sep 1998 14:20:14 +0000 (+0000) Subject: (compilation-error-regexp-alist): X-Git-Tag: emacs-20.4~1754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d9fbccc36cf7575bd2dcfa44845e34bab0e2c54;p=emacs.git (compilation-error-regexp-alist): In first pattern (GNU utilities and other things), allow a space after the optional program name at the beginning. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 5b68df4d493..68801cc8617 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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++: