Variable: idlwave-shell-prefix-key
idlwave-shell-prefix-key is a customizable variable defined in
idlw-shell.el.gz.
Value
""
Documentation
The prefix key for the debugging map idlwave-shell-mode-prefix-map(var)/idlwave-shell-mode-prefix-map(fun).
This variable must already be set when idlwave-shell.el is loaded. Setting it in the mode-hook is too late.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-prefix-key "\C-c\C-d"
"The prefix key for the debugging map `idlwave-shell-mode-prefix-map'.
This variable must already be set when idlwave-shell.el is loaded.
Setting it in the mode-hook is too late."
:group 'idlwave-shell-general-setup
:type 'string)