diff lisp/progmodes/compile.el @ 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 51a8a51bd2a2
children 97c6a390ad50
line wrap: on
line diff
--- 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]+\\)\\)?\