Add handling for makepplog.
This commit is contained in:
parent
17e55b2a29
commit
250540cd0f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
|
||||
|
||||
* progmodes/compile.el: Add handling for makepplog.
|
||||
|
||||
2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* textmodes/ispell.el (ispell-change-dictionary): Ensure that
|
||||
|
|
|
@ -248,7 +248,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
|
|||
2 3 4 (1))
|
||||
|
||||
(makepp
|
||||
"^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading makefile\\|Imported\\) \\|.*?\\)\
|
||||
"^makepp\\(?:\\(?:: warning\\(:\\).*?\\|\\(: Scanning\\|: [LR]e?l?oading makefile\\|: Imported\\|log:.*?\\) \\|: .*?\\)\
|
||||
`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)"
|
||||
4 5 nil (1 . 2) 3
|
||||
("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil
|
||||
|
|
Loading…
Add table
Reference in a new issue