Variable: eshell-cmpl-autolist

eshell-cmpl-autolist is a customizable variable defined in em-cmpl.el.gz.

Value

nil

Documentation

If non-nil, automatically list possibilities on partial completion.

This mirrors the optional behavior of tcsh.

Its value is assigned to pcomplete-autolist locally after eshell starts.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-autolist nil
  (eshell-cmpl--custom-variable-docstring 'pcomplete-autolist)
  :type (get 'pcomplete-autolist 'custom-type))