]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages.
authorDaniel Pfeiffer <occitan@esperanto.org>
Fri, 3 Jun 2005 08:41:20 +0000 (08:41 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Fri, 3 Jun 2005 08:41:20 +0000 (08:41 +0000)
lisp/progmodes/compile.el

index 0cb87a5b17a3666c3ce4519174b22c349f312f04..a27a5282b42a3240d24751d3fc20ebb4ebdaa81f 100644 (file)
@@ -231,9 +231,9 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
 
     (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)