Variable: idlwave-shell-use-input-mode-magic
idlwave-shell-use-input-mode-magic is a customizable variable defined
in idlw-shell.el.gz.
Value
nil
Documentation
Non-nil means, IDLWAVE should check for input mode spells in output.
The spells are strings printed by your IDL program and matched
by the regular expressions in idlwave-shell-input-mode-spells.
When these expressions match, IDLWAVE switches to character input mode and
back, respectively. See idlwave-shell-input-mode-spells for details.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-use-input-mode-magic nil
"Non-nil means, IDLWAVE should check for input mode spells in output.
The spells are strings printed by your IDL program and matched
by the regular expressions in `idlwave-shell-input-mode-spells'.
When these expressions match, IDLWAVE switches to character input mode and
back, respectively. See `idlwave-shell-input-mode-spells' for details."
:group 'idlwave-shell-command-setup
:type 'boolean)