Variable: idlwave-use-library-catalogs

idlwave-use-library-catalogs is a customizable variable defined in idlwave.el.gz.

Value

t

Documentation

Non-nil means search the IDL path for library catalog files.

These files, named .idlwave_catalog, document routine information for individual directories and libraries of IDL .pro files. Many popular libraries come with catalog files by default, so leaving this on is usually a good idea.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-use-library-catalogs t
  "Non-nil means search the IDL path for library catalog files.

These files, named .idlwave_catalog, document routine information for
individual directories and libraries of IDL .pro files.  Many popular
libraries come with catalog files by default, so leaving this on is
usually a good idea."
  :group 'idlwave-routine-info
  :type 'boolean)