]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".
authorSam Steingold <sds@gnu.org>
Wed, 4 Mar 2009 14:33:42 +0000 (14:33 +0000)
committerSam Steingold <sds@gnu.org>
Wed, 4 Mar 2009 14:33:42 +0000 (14:33 +0000)
lisp/ChangeLog
lisp/progmodes/compile.el

index 9ace609a8fc997c518b6a5157ec498371dcc09f6..f7492e2d93d743711e7fbd4ce78f29ac9fcac228 100644 (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.
index ee2e09132e7ba137bb7fb3b6cc563a4b110479b9..2b3b954a4121d5f67892161af0e4ab504a5861f5 100644 (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]+\\)\\)?\