* gud.el: When we send a command to the debugger via gud-call,
authorJim Blandy <jimb@redhat.com>
Tue, 29 Sep 1992 09:57:12 +0000 (09:57 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 29 Sep 1992 09:57:12 +0000 (09:57 +0000)
commit53eb3a97fb00ff97a43d98f40d97726df792c73a
tree5a6390427355da4012e2cbed804a933fce123704
parent6bde8427201e9c8c034f2851f644524396321cfa
* gud.el: When we send a command to the debugger via gud-call,
it's annoying to see the command and the new prompt in the
debugger interaction buffer; nuke the command and the old prompt.
(gud-delete-prompt-marker): New variable, with extensive documentation.
(gud-mode): Make gud-delete-prompt-marker buffer-local, and
initialize it.
(gud-filter-insert): If gud-delete-prompt-marker is set, delete
the prompt, and clear gud-delete-prompt-marker.
(gud-call): Arrange for the last prompt printed to get deleted, by
setting gud-delete-prompt-char.
lisp/gud.el