Function: idlwave-shell-go
idlwave-shell-go is an interactive and byte-compiled function defined
in idlw-shell.el.gz.
Signature
(idlwave-shell-go)
Documentation
Run .GO. This starts the main program of the last compiled file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-go ()
"Run .GO. This starts the main program of the last compiled file."
(interactive)
(idlwave-shell-stop-line-pending)
(idlwave-shell-send-command ".go" '(idlwave-shell-redisplay 'hide)
(if (idlwave-shell-hide-p 'debug) 'mostly)
nil t))