/ Published in: Lisp
Change GUD to show end of buffer after a command.
Expand |
Embed | Plain Text
(require 'gud) (defadvice gud-basic-call (after goto-comint-buffer-end) "Go to end of buffer after making call" (overlay-recenter (point-max))) (ad-activate 'gud-basic-call)
You need to login to post a comment.
