mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
(compilation-error-regexp-alist): Make the
MIPS/DEC pattern more specific at the start; accept warnings as well as errors.
This commit is contained in:
parent
358d28fb0b
commit
51e9459c62
@ -222,7 +222,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
|
||||
;; ccom: Error: foo.c, line 2: syntax error
|
||||
;; DEC AXP OSF/1 cc
|
||||
;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
|
||||
(".*rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
|
||||
("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
|
||||
|
||||
;; IBM AIX PS/2 C version 1.1:
|
||||
;; ****** Error number 140 in line 8 of file errors.c ******
|
||||
|
Loading…
Reference in New Issue
Block a user