# HG changeset patch # User Karl Heuer # Date 905091614 0 # Node ID 85a5c1e8678565f52fd41ec35af20c1fd62dcb02 # Parent d9b783c530494669ad08e063ce752bd24e99c295 (compilation-error-regexp-alist): In first pattern (GNU utilities and other things), allow a space after the optional program name at the beginning. diff -r d9b783c53049 -r 85a5c1e86785 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sun Sep 06 14:09:31 1998 +0000 +++ b/lisp/progmodes/compile.el Sun Sep 06 14:20:14 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++: