Variable: idlwave-complete-empty-string-as-lower-case
idlwave-complete-empty-string-as-lower-case is a customizable variable
defined in idlwave.el.gz.
Value
nil
Documentation
Non-nil means, the empty string is considered downcase for completion.
The case of what is already in the buffer determines the case of completions. When this variable is non-nil, the empty string is considered to be downcase. Completing on the empty string then offers downcase versions of the possible completions.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-complete-empty-string-as-lower-case nil
"Non-nil means, the empty string is considered downcase for completion.
The case of what is already in the buffer determines the case of completions.
When this variable is non-nil, the empty string is considered to be downcase.
Completing on the empty string then offers downcase versions of the possible
completions."
:group 'idlwave-completion
:type 'boolean)