Variable: idlwave-shell-automatic-start
idlwave-shell-automatic-start is a customizable variable defined in
idlwave.el.gz.
Value
nil
Documentation
If non-nil attempt invoke idlwave-shell if not already running.
This is checked when an attempt to send a command to an IDL process is made.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-shell-automatic-start nil
"If non-nil attempt invoke `idlwave-shell' if not already running.
This is checked when an attempt to send a command to an
IDL process is made."
:group 'idlwave-shell-general-setup
:type 'boolean)