idlwave-shell-pending-commands

idlwave-shell-pending-commands is a variable defined in `idlw-shell.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

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.