Mercurial > emacs
changeset 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 | fcacef2ed810 |
children | a078bb7e3d21 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)