Variable: idlwave-shell-halt-messages-re

idlwave-shell-halt-messages-re is a variable defined in idlw-shell.el.gz.

Value

"^% Interrupted at:\\|^% Stepped to:\\|^% Skipped to:\\|^% Stop encountered:"

Documentation

The regular expression computed from idlwave-shell-halt-messages.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defconst idlwave-shell-halt-messages-re
  (mapconcat #'identity idlwave-shell-halt-messages "\\|")
  "The regular expression computed from `idlwave-shell-halt-messages'.")