--- compile.el.orig 2011-07-22 09:43:13.000000000 +0200 +++ compile.el 2011-07-22 13:20:01.000000000 +0200 @@ -269,7 +269,7 @@ ;; included from" message, so we process that first. -- cyd (gcc-include "^\\(?:In file included\\| \\) from \ -\\(.+\\):\\([0-9]+\\)\\(?:\\(:\\)\\|\\(,\\)\\)?" 1 2 nil (3 . 4)) +\\([^:]+\\):\\([0-9]+\\)\\(?::[0-9]+\\)?[:,]$" 1 2) (lcc "^\\(?:E\\|\\(W\\)\\), \\([^(\n]+\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)"