Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea35bfd3
Commit
ea35bfd3
authored
Oct 24, 2005
by
Nick Roberts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gdb-send): Bind inhibit-read-only to t
in case comint-prompt-read-only is set to t.
parent
3139e03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/progmodes/gdb-ui.el
lisp/progmodes/gdb-ui.el
+2
-1
No files found.
lisp/progmodes/gdb-ui.el
View file @
ea35bfd3
...
...
@@ -802,7 +802,8 @@ The key should be one of the cars in `gdb-buffer-rules-assoc'."
"
A
comint
send
filter
for
gdb.
This
filter
may
simply
queue
input
for
a
later
time.
"
(with-current-buffer gud-comint-buffer
(remove-text-properties (point-min) (point-max) '(face)))
(let ((inhibit-read-only t))
(remove-text-properties (point-min) (point-max) '(face))))
(let ((item (concat string "
\n
")))
(if gud-running
(progn
...
...
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