Mercurial > emacs
diff lisp/progmodes/compile.el @ 78848:38c9038666da
(compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Sep 2007 18:56:19 +0000 |
parents | 4256a2145ba2 |
children | 0aa6ec4cac21 5039706521c9 |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Thu Sep 20 18:56:07 2007 +0000 +++ b/lisp/progmodes/compile.el Thu Sep 20 18:56:19 2007 +0000 @@ -233,7 +233,7 @@ \\([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))