(compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".

This commit is contained in:
Sam Steingold 2009-03-04 14:33:42 +00:00
parent 2c93b24881
commit 0fdb20bb32
2 changed files with 10 additions and 0 deletions

View file

@ -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.

View file

@ -292,6 +292,11 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
"^\\([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]+\\)\\)?\