Variable: idlwave-shell-explicit-file-name

idlwave-shell-explicit-file-name is a customizable variable defined in idlwave.el.gz.

Value

"idl"

Documentation

If non-nil, this is the command to run IDL.

Should be an absolute file path or path relative to the current environment execution search path. If you want to specify command line switches for the IDL program, use idlwave-shell-command-line-options.

I know the name of this variable is badly chosen, but I cannot change it without compromising backwards-compatibility.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-shell-explicit-file-name "idl"
  "If non-nil, this is the command to run IDL.
Should be an absolute file path or path relative to the current environment
execution search path.  If you want to specify command line switches
for the IDL program, use `idlwave-shell-command-line-options'.

I know the name of this variable is badly chosen, but I cannot change
it without compromising backwards-compatibility."
  :group 'idlwave-external-programs
  :type 'string)