diff lisp/progmodes/compile.el @ 62964:6b3810cab95a

(compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages.
author Daniel Pfeiffer <occitan@esperanto.org>
date Fri, 03 Jun 2005 08:41:20 +0000
parents c18eb4cd2ef7
children 3949ec3f5f5a 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Jun 03 08:04:04 2005 +0000
+++ b/lisp/progmodes/compile.el	Fri Jun 03 08:41:20 2005 +0000
@@ -231,9 +231,9 @@
 
     (makepp
      "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\) \\|.*?\\)\
-`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'\\)"
+`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)"
      4 5 nil (1 . 2) 3
-     ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'" nil nil
+     ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil
       (2 compilation-info-face)
       (3 compilation-line-face nil t)
       (1 (compilation-error-properties 2 3 nil nil nil 0 nil)