(compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".
This commit is contained in:
parent
2c93b24881
commit
0fdb20bb32
2 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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]+\\)\\)?\
|
||||
|
|
Loading…
Add table
Reference in a new issue