# HG changeset patch # User Chong Yidong # Date 1158334656 0 # Node ID 26df5bbb5d6179fc51185f4f4a58afde1a00de16 # Parent 6f52b959d9a872a0687c8f3b2e65481af62c701c * progmodes/compile.el (compilation-error-regexp-alist-alist): Disallow filenames containing " -" to avoid confusion with libtool compilation messages. diff -r 6f52b959d9a8 -r 26df5bbb5d61 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 15 14:26:04 2006 +0000 +++ b/lisp/ChangeLog Fri Sep 15 15:37:36 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-15 Chong Yidong + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Disallow filenames containing " -" to avoid confusion with libtool + compilation messages. + 2006-09-15 David Kastrup * mouse-sel.el (mouse-sel-follow-link-p): Use event position diff -r 6f52b959d9a8 -r 26df5bbb5d61 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Sep 15 14:26:04 2006 +0000 +++ b/lisp/progmodes/compile.el Fri Sep 15 15:37:36 2006 +0000 @@ -229,7 +229,7 @@ ;; the last line tries to rule out message where the info after the ;; line number starts with "SS". --Stef "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ -\\([0-9]*[^0-9\n].*?\\): ?\ +\\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-\n]\\)*?\\): ?\ \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\ \\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\ \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\