comparison lisp/progmodes/compile.el @ 71667:a1e8435263b7

(compilation-error-regexp-alist-alist) <gnu>: Use shy regexp. Fix incorrect backref to potentially unmatched group.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Jul 2006 15:17:35 +0000
parents 07b8f7d57642
children fcbb34640a44
comparison
equal deleted inserted replaced
71666:743b3d313968 71667:a1e8435263b7
222 "^\\(?:In file included\\| \\) from \ 222 "^\\(?:In file included\\| \\) from \
223 \\(.+\\):\\([0-9]+\\)\\(?:\\(:\\)\\|\\(,\\)\\)?" 1 2 nil (3 . 4)) 223 \\(.+\\):\\([0-9]+\\)\\(?:\\(:\\)\\|\\(,\\)\\)?" 1 2 nil (3 . 4))
224 224
225 (gnu 225 (gnu
226 "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ 226 "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\
227 \\([/.]*[a-zA-Z]:?[^ \t\n:]*\\|{standard input}\\): ?\ 227 \\(.+?\\): ?\
228 \\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\ 228 \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\
229 \\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?:\ 229 \\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\
230 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\ 230 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
231 *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\)\\)?" 231 *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\)\\)?"
232 1 (2 . 5) (4 . 6) (7 . 8)) 232 1 (2 . 5) (4 . 6) (7 . 8))
233 233
234 (lcc 234 (lcc