Function: idlwave-shell-out
idlwave-shell-out is an interactive and byte-compiled function defined
in idlw-shell.el.gz.
Signature
(idlwave-shell-out)
Documentation
Attempt to run until this procedure exits.
Runs to the last statement and then steps 1 statement. Use the .out command.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defun idlwave-shell-out ()
"Attempt to run until this procedure exits.
Runs to the last statement and then steps 1 statement. Use the .out command."
(interactive)
(idlwave-shell-send-command ".o" nil
(if (idlwave-shell-hide-p 'debug) 'mostly)
nil t))