]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-gdb-marker-filter): Include "\n" in regexp
authorNick Roberts <nickrob@snap.net.nz>
Mon, 29 Mar 2004 19:24:11 +0000 (19:24 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 29 Mar 2004 19:24:11 +0000 (19:24 +0000)
to detect the beginning of a level 2 or 3 annotation.

lisp/progmodes/gud.el

index ff04c05edffe8a15bc8d6ba391c0a531d5d5622d..a34b0bb2d48c53994a9a8905c35d6baede232be6 100644 (file)
@@ -477,7 +477,7 @@ off the specialized speedbar mode."
     ;; gud-marker-acc until we receive the rest of it. Since we
     ;; know the full marker regexp above failed, it's pretty simple to
     ;; test for marker starts.
-    (if (string-match "\032.*\\'" gud-marker-acc)
+    (if (string-match "\n\\(\032.*\\)?\\'" gud-marker-acc)
        (progn
          ;; Everything before the potential marker start can be output.
          (setq output (concat output (substring gud-marker-acc