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
d40a86f9
Commit
d40a86f9
authored
Sep 20, 2007
by
Stefan Monnier
Browse files
(compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.
parent
edf29496
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+10
-2
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d40a86f9
2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* wid-edit.el (widget-image-insert): Don't merge mouse-face with
neighbouring buttons.
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.
2007-09-20 Glenn Morris <rgm@gnu.org>
* textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
...
...
@@ -7,8 +15,8 @@
2007-09-19 Glenn Morris <rgm@gnu.org>
* textmodes/tex-mode.el (tex-terminate-paragraph):
Use
backward-paragraph.
* textmodes/tex-mode.el (tex-terminate-paragraph):
Use
backward-paragraph.
2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
lisp/progmodes/compile.el
View file @
d40a86f9
...
...
@@ -233,7 +233,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:\\|instantiated
from\\
)
\\|\
*\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\
)
\\|I:\\|instantiated
from\\
|[Nn]ote\\
)\\|
\
\[0-9]?\\
(
?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\
)
"
1 (2 . 5) (4 . 6) (7 . 8))
...
...
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