Variable: gdb-speedbar-auto-raise

gdb-speedbar-auto-raise is a customizable variable defined in gdb-mi.el.gz.

Value

nil

Documentation

Non-nil if Gdb-Speedbar-Auto-Raise mode is enabled.

See the gdb-speedbar-auto-raise(var)/gdb-speedbar-auto-raise(fun) command for a description of this minor mode.

This variable was added, or its default value changed, in Emacs 22.1.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gdb-mi.el.gz
(define-minor-mode gdb-speedbar-auto-raise
  "Minor mode to automatically raise the speedbar for watch expressions."
  :global t
  :group 'gdb
  :version "22.1")