comparison lisp/progmodes/compile.el @ 15084:01518892abad

(compilation-error-regexp-alist): Add regexp for Microsoft VC++ error messages containing drive letters.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Apr 1996 19:45:16 +0000
parents db1942b2425e
children 18414e324084
comparison
equal deleted inserted replaced
15083:285482e8df41 15084:01518892abad
116 ;; paren, because otherwise this matches just about anything 116 ;; paren, because otherwise this matches just about anything
117 ;; containing a number with spaces around it. 117 ;; containing a number with spaces around it.
118 ("\n\ 118 ("\n\
119 \\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\\([) \t]\\|\ 119 \\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\\([) \t]\\|\
120 :\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 1 2 5) 120 :\\([^0-9\n]\\|\\([0-9]+:\\)\\)\\)" 1 2 5)
121
122 ;; Microsoft C/C++:
123 ;; keyboard.c(537) : warning C4005: 'min' : macro redefinition
124 ;; d:\tmp\test.c(23) : error C2143: syntax error : missing ';' before 'if'
125 ("\n\\(\\([a-zA-Z]:\\)?[^:( \t\n-]+\\)[:(][ \t]*\\([0-9]+\\)[:) \t]" 1 3)
121 126
122 ;; Borland C++: 127 ;; Borland C++:
123 ;; Error ping.c 15: Unable to open include file 'sys/types.h' 128 ;; Error ping.c 15: Unable to open include file 'sys/types.h'
124 ;; Warning ping.c 68: Call to function 'func' with no prototype 129 ;; Warning ping.c 68: Call to function 'func' with no prototype
125 ("\n\\(Error\\|Warning\\) \\([a-zA-Z]?:?[^:( \t\n]+\\)\ 130 ("\n\\(Error\\|Warning\\) \\([a-zA-Z]?:?[^:( \t\n]+\\)\