Variable: idlwave-shell-separate-examine-output

idlwave-shell-separate-examine-output is a customizable variable defined in idlw-shell.el.gz.

Value

t

Documentation

Non-nil means, put output of examine commands in their own buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-separate-examine-output t
  "Non-nil means, put output of examine commands in their own buffer."
  :group 'idlwave-shell-command-setup
  :type 'boolean)