Variable: eshell-cmpl-ignore-case
eshell-cmpl-ignore-case is a customizable variable defined in
em-cmpl.el.gz.
Value
nil
Documentation
Non-nil means don't consider case significant in completion.
For file-name completion, read-file-name-completion-ignore-case
controls the behavior, rather than this variable.
For buffer name completion, read-buffer-completion-ignore-case
controls the behavior, rather than this variable.
Its value is assigned to completion-ignore-case locally after eshell starts.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-ignore-case (eshell-under-windows-p)
(eshell-cmpl--custom-variable-docstring 'completion-ignore-case)
:type (get 'completion-ignore-case 'custom-type))