Variable: idlwave-query-shell-for-routine-info
idlwave-query-shell-for-routine-info is a customizable variable
defined in idlwave.el.gz.
Value
t
Documentation
Non-nil means query the shell for info about compiled routines.
Querying the shell is useful to get information about compiled modules, and it is turned on by default. However, when you have a complete library scan, this is not necessary.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-query-shell-for-routine-info t
"Non-nil means query the shell for info about compiled routines.
Querying the shell is useful to get information about compiled modules,
and it is turned on by default. However, when you have a complete library
scan, this is not necessary."
:group 'idlwave-routine-info
:type 'boolean)