Mercurial > emacs
changeset 102396:7b826f79f0d7
(compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Wed, 04 Mar 2009 14:33:42 +0000 |
parents | 8311418d8d1f |
children | ed4b5dcf615c |
files | lisp/ChangeLog lisp/progmodes/compile.el |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 04 13:41:03 2009 +0000 +++ b/lisp/ChangeLog Wed Mar 04 14:33:42 2009 +0000 @@ -1,3 +1,8 @@ +2009-03-04 Sam Steingold <sds@gnu.org> + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Handle "omake -P" messages "file foo changed". + 2009-03-04 Glenn Morris <rgm@gnu.org> * mail/rmailedit.el (rmail-edit-mode): Doc fix.
--- a/lisp/progmodes/compile.el Wed Mar 04 13:41:03 2009 +0000 +++ b/lisp/progmodes/compile.el Wed Mar 04 14:33:42 2009 +0000 @@ -292,6 +292,11 @@ "^\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \ : \\(?:warnin\\(g\\)\\|[a-z ]+\\) C[0-9]+:" 2 3 nil (4)) + (omake + ;; "omake -P" reports "file foo changed" + ;; (useful if you do "cvs up" and want to see what has changed) + "omake: file \\(.*\\) changed" 1) + (oracle "^\\(?:Semantic error\\|Error\\|PCC-[0-9]+:\\).* line \\([0-9]+\\)\ \\(?:\\(?:,\\| at\\)? column \\([0-9]+\\)\\)?\