Variable: idlwave-shell-trace-message-re
idlwave-shell-trace-message-re is a variable defined in
idlw-shell.el.gz.
Value
"^% At "
Documentation
A regular expression matching IDL trace messages.
These are the messages containing file and line information of a current traceback.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defconst idlwave-shell-trace-message-re
"^% At " ;; First line of a trace message
"A regular expression matching IDL trace messages.
These are the messages containing file and line information of a
current traceback.")