Variable: idlwave-shell-halt-messages

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

Value

("^% Interrupted at:" "^% Stepped to:" "^% Skipped to:" "^% Stop encountered:")

Documentation

A list of regular expressions matching IDL messages.

These are the messages containing file and line information where IDL is currently stopped.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defconst idlwave-shell-halt-messages
  '("^% Interrupted at:"
    "^% Stepped to:"
    "^% Skipped to:"
    "^% Stop encountered:"
    )
  "A list of regular expressions matching IDL messages.
These are the messages containing file and line information where
IDL is currently stopped.")