Variable: gud-tooltip-echo-area

gud-tooltip-echo-area is a customizable variable defined in gud.el.gz.

This variable is obsolete since 24.4; disable Tooltip mode instead

Value

nil

Documentation

Use the echo area instead of frames for GUD tooltips.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-tooltip-echo-area nil
  "Use the echo area instead of frames for GUD tooltips."
  :type 'boolean
  :group 'tooltip)