# HG changeset patch # User Chong Yidong # Date 1235242339 0 # Node ID a23f964bc7016dd906aac4a8bed5b1ff4f99741d # Parent eef68c3b426fd2c058d3f13a02678c43b9754987 (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173). diff -r eef68c3b426f -r a23f964bc701 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sat Feb 21 18:51:48 2009 +0000 +++ b/lisp/progmodes/compile.el Sat Feb 21 18:52:19 2009 +0000 @@ -251,7 +251,7 @@ "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ \\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-/\n]\\)*?\\): ?\ \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\ -\\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\ +\\(?:-\\([0-9]+\\)?\\(?:\\.?\\([0-9]+\\)\\)?\\)?:\ \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\ *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\ \[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"