Variable: idlwave-shell-step-messages

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

Value

("^% Stepped to:")

Documentation

A list of regular expressions matching stepped execution messages.

These are IDL messages containing file and line information where IDL has currently stepped.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defconst idlwave-shell-step-messages
  '("^% Stepped to:"
    )
  "A list of regular expressions matching stepped execution messages.
These are IDL messages containing file and line information where
IDL has currently stepped.")