Variable: idlwave-system-directory
idlwave-system-directory is a customizable variable defined in
idlwave.el.gz.
Value
""
Documentation
The IDL system directory for Windows and Mac OS. Not needed under
UNIX. Set this to the value of the !DIR system variable in IDL.
IDLWAVE uses this to find out which of the library routines belong to
the official system library. All files inside the lib subdirectory
are considered system library files - so don't install private stuff
in this directory. On UNIX systems, IDLWAVE queries the shell for the
value of !DIR. See also idlwave-library-path.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-system-directory ""
"The IDL system directory for Windows and Mac OS. Not needed under
UNIX. Set this to the value of the `!DIR' system variable in IDL.
IDLWAVE uses this to find out which of the library routines belong to
the official system library. All files inside the `lib' subdirectory
are considered system library files - so don't install private stuff
in this directory. On UNIX systems, IDLWAVE queries the shell for the
value of `!DIR'. See also `idlwave-library-path'."
:group 'idlwave-routine-info
:type 'directory)