]> code.delx.au - gnu-emacs/commitdiff
(compilation-error-regexp-alist-alist): Add makepp diagnostic.
authorDaniel Pfeiffer <occitan@esperanto.org>
Tue, 30 May 2006 07:02:00 +0000 (07:02 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Tue, 30 May 2006 07:02:00 +0000 (07:02 +0000)
lisp/ChangeLog
lisp/progmodes/compile.el

index 0cb2920ddea9a5dc9387de584b8e43120c4dc64b..7568cacaea0fbb3ef523466578a6cb031c380223 100644 (file)
@@ -1,3 +1,11 @@
+2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * files.el (auto-mode-alist): Add makepp suffix and optional mk on
+       Makeppfile.
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
+       makepp diagnostic.
+
 2006-05-29  Richard Stallman  <rms@gnu.org>
 
        * help.el (temp-buffer-max-height): Doc fix.
index 527624bfc4e02bd0257747bbe72c8b6c26469621..799f108146fc3e8ee741892efa36e154ef3c0dda 100644 (file)
@@ -228,7 +228,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
 \\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\
 \\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?:\
 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
- *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\)\\)?"
+ *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\)\\)?"
      1 (2 . 5) (4 . 6) (7 . 8))
 
     (lcc
@@ -236,7 +236,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
      2 3 4 (1))
 
     (makepp
-     "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\) \\|.*?\\)\
+     "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\|Imported\\) \\|.*?\\)\
 `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)"
      4 5 nil (1 . 2) 3
      ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil