# HG changeset patch # User Geoff Voelker # Date 873229175 0 # Node ID 9bf29ac182b4e027d5030068b88c4dc003ff59d0 # Parent 424f0b44e7a5543cd55db39642960446e93645b0 (gud-gdb-marker-regexp): Allow for drive letter and colon. diff -r 424f0b44e7a5 -r 9bf29ac182b4 lisp/gud.el --- a/lisp/gud.el Tue Sep 02 19:39:14 1997 +0000 +++ b/lisp/gud.el Tue Sep 02 19:39:35 1997 +0000 @@ -183,7 +183,7 @@ ;; 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