Mercurial > emacs
changeset 16946:0c76a3a4b4d6
(compilation-error-regexp-alist): Undo 1/21 change.
In the GNU message with program name alternative,
allow digits in the program name after the first character.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Jan 1997 05:04:25 +0000 |
parents | d6cd00b2e214 |
children | a6957ab8c977 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue Jan 28 04:51:45 1997 +0000 +++ b/lisp/progmodes/compile.el Tue Jan 28 05:04:25 1997 +0000 @@ -212,14 +212,9 @@ ("[EW], \\([^(\n]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3) ;; GNU messages with program name and optional column number. - ("[a-zA-Z]?:?[^0-9 \n\t:]+:[ \t]*\\([^ \n\t:]+\\):\ + ("[a-zA-Z]?:?[^0-9 \n\t:]+[^ \n\t:]*:[ \t]*\\([^ \n\t:]+\\):\ \\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4) - ;; GNU messages with program name and optional column number - ;; and a severity letter after that. nsgmls makes them. - ("[^0-9 \n\t:]+:[ \t]*\\([^ \n\t:]+\\):\ -\\([0-9]+\\):\\(\\([0-9]+\\):\\)?[A-Za-z]:" 1 2 4) - ;; Cray C compiler error messages ("\\(cc\\| cft\\)-[0-9]+ c\\(c\\|f77\\): ERROR \\([^,\n]+, \\)* File = \\([^,\n]+\\), Line = \\([0-9]+\\)" 4 5)