mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 21:11:18 -07:00
(compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.
This commit is contained in:
parent
edf29496b3
commit
d40a86f9f6
2 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
|||
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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue