Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
034de736
Commit
034de736
authored
Mar 29, 2004
by
Nick Roberts
Browse files
(gud-gdb-marker-filter): Include "\n" in regexp
to detect the beginning of a level 2 or 3 annotation.
parent
5d987733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/gud.el
lisp/progmodes/gud.el
+1
-1
No files found.
lisp/progmodes/gud.el
View file @
034de736
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment