Variable: idlwave-shell-process-name
idlwave-shell-process-name is a customizable variable defined in
idlw-shell.el.gz.
Value
"idl"
Documentation
Name to be associated with the IDL process.
The buffer for the process output is made by surrounding this
name with *s.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-process-name "idl"
"Name to be associated with the IDL process.
The buffer for the process output is made by surrounding this
name with `*'s."
:group 'idlwave-shell-general-setup
:type 'string)