From: Geoff Voelker Date: Tue, 2 Sep 1997 19:39:35 +0000 (+0000) Subject: (gud-gdb-marker-regexp): Allow for drive letter and colon. X-Git-Tag: emacs-20.1~266 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15cf3eccb85035827ab12ee7875797c20d11fe2f;p=emacs.git (gud-gdb-marker-regexp): Allow for drive letter and colon. --- diff --git a/lisp/gud.el b/lisp/gud.el index 419ce21baea..12a96cfee1c 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -183,7 +183,7 @@ we're in the GUD buffer)." ;; This used to use path-separator instead of ":"; ;; however, we found that on both Windows 32 and MSDOS ;; a colon is correct here. - (concat "\032\032\\([^" ":" "\n]*\\)" ":" + (concat "\032\032\\(.:?[^" ":" "\n]*\\)" ":" "\\([0-9]*\\)" ":" ".*\n")) ;; There's no guarantee that Emacs will hand the filter the entire