Variable: idlwave-shell-pending-commands

idlwave-shell-pending-commands is a variable defined in idlw-shell.el.gz.

Value

nil

Documentation

List of commands to be sent to IDL.

Each element of the list is list of (CMD PCMD HIDE), where CMD is a string to be sent to IDL and PCMD is a post-command to be placed on idlwave-shell-post-command-hook. If HIDE is non-nil, hide the output from command CMD. PCMD and HIDE are optional.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defvar idlwave-shell-pending-commands nil
  "List of commands to be sent to IDL.
Each element of the list is list of \(CMD PCMD HIDE), where CMD is a
string to be sent to IDL and PCMD is a post-command to be placed on
`idlwave-shell-post-command-hook'.  If HIDE is non-nil, hide the output
from command CMD.  PCMD and HIDE are optional.")