Variable: idlwave-shell-syntax-error
idlwave-shell-syntax-error is a variable defined in idlw-shell.el.gz.
Value
"^% Syntax error.\\s-*\n\\s-*At:\\s-*\\(.*\\),\\s-*Line\\s-*\\(.*\\)"
Documentation
A regular expression to match an IDL syntax error.
The first pair matches the file name, the second pair matches the line number.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
;; FIXME: the following two variables do not currently allow line breaks
;; in module and file names. I am not sure if it will be necessary to
;; change this. Currently it seems to work the way it is.
(defvar idlwave-shell-syntax-error
"^% Syntax error.\\s-*\n\\s-*At:\\s-*\\(.*\\),\\s-*Line\\s-*\\(.*\\)"
"A regular expression to match an IDL syntax error.
The first pair matches the file name, the second pair matches the line
number.")