comparison lisp/progmodes/compile.el @ 102176:1354605983ec

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 21 Feb 2009 19:50:17 +0000
parents a23f964bc701
children 51a8a51bd2a2
comparison
equal deleted inserted replaced
102175:47faa6398829 102176:1354605983ec
249 ;; valid but unlikely cases, such as a trailing space or a space 249 ;; valid but unlikely cases, such as a trailing space or a space
250 ;; followed by a -. 250 ;; followed by a -.
251 "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ 251 "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\
252 \\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-/\n]\\)*?\\): ?\ 252 \\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-/\n]\\)*?\\): ?\
253 \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\ 253 \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\
254 \\(?:-\\([0-9]+\\)?\\(?:\\.?\\([0-9]+\\)\\)?\\)?:\ 254 \\(?:-\\([0-9]+\\)?\\(?:\\.\\([0-9]+\\)\\)?\\)?:\
255 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\ 255 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
256 *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\ 256 *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\
257 \[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)" 257 \[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
258 1 (2 . 5) (4 . 6) (7 . 8)) 258 1 (2 . 5) (4 . 6) (7 . 8))
259 259