Variable: idlwave-shell-cant-continue-error

idlwave-shell-cant-continue-error is a variable defined in idlw-shell.el.gz.

Value

"^% Can't continue from this point.\n"

Documentation

A regular expression to match errors stepping errors.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defvar idlwave-shell-cant-continue-error
  "^% Can't continue from this point.\n"
  "A regular expression to match errors stepping errors.")