Variable: idlwave-shell-query-for-class

idlwave-shell-query-for-class is a customizable variable defined in idlw-shell.el.gz.

Value

t

Documentation

Non-nil means query the shell for object class on object completions.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-query-for-class t
  "Non-nil means query the shell for object class on object completions."
  :group 'idlwave-shell-command-setup
  :type 'boolean)