Function: idlwave-shell-cont

idlwave-shell-cont is an interactive and byte-compiled function defined in idlw-shell.el.gz.

Signature

(idlwave-shell-cont &optional NO-SHOW)

Documentation

Continue executing.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-cont (&optional no-show)
  "Continue executing."
  (interactive)
  (idlwave-shell-stop-line-pending)
  (idlwave-shell-send-command ".c" (unless no-show
				     '(idlwave-shell-redisplay 'hide))
			      (if (idlwave-shell-hide-p 'debug) 'mostly)
			      nil t))