Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
250540cd
Commit
250540cd
authored
Jan 19, 2007
by
Daniel Pfeiffer
Browse files
Add handling for makepplog.
parent
17e55b2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-1
No files found.
lisp/ChangeLog
View file @
250540cd
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
lisp/progmodes/compile.el
View file @
250540cd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment