aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold <[email protected]>2009-03-04 14:33:42 +0000
committerSam Steingold <[email protected]>2009-03-04 14:33:42 +0000
commit0fdb20bb32ec3297c7af88734a2b669901094fef (patch)
tree849e28d63bbb6272274e6df7881086f418b0e09c
parent2c93b2488111dd1ec3a733c26bfbe929d3fc002b (diff)
(compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/compile.el5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9ace609a8f..f7492e2d93 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-04 Sam Steingold <[email protected]>
+
+ * progmodes/compile.el (compilation-error-regexp-alist-alist):
+ Handle "omake -P" messages "file foo changed".
+
2009-03-04 Glenn Morris <[email protected]>
* mail/rmailedit.el (rmail-edit-mode): Doc fix.
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index ee2e09132e..2b3b954a41 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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]+\\)\\)?\