Variable: idlwave-shell-use-dedicated-window

idlwave-shell-use-dedicated-window is a customizable variable defined in idlw-shell.el.gz.

Value

nil

Documentation

Non-nil means, never replace the shell frame with another buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
;; (defcustom idlwave-shell-automatic-start...)  See idlwave.el

(defcustom idlwave-shell-use-dedicated-window nil
  "Non-nil means, never replace the shell frame with another buffer."
  :group 'idlwave-shell-general-setup
  :type 'boolean)