Using emacs gud window

How to configure which GUD window will use when I issue commands - "up", "down", etc.? It seems that an arbitrary window is used, sometimes even a window with gdb in it - I want to be able to specify the specific window that will be used.

+5
source share
1 answer

Have you considered borrowing the key bindings mentioned in the next question? Emacs, go to previous window

This question implies that the GUD takes some action if you do not add a parameter. Perhaps your team bindings are affected similarly.
Using gdb in Emacs 23

, .

, xemacs, . gnu-emacs, cygwin, . , # emacs # .

/, " " " ", , . , , , - , (lisp 'set-buffer') , , b/f ? 'with-current-buffer' ( * -), ui lisp ui .

+1

All Articles