Variable: ido-max-prospects

ido-max-prospects is a customizable variable defined in ido.el.gz.

Value

12

Documentation

Upper limit of the prospect list if non-zero.

Zero means no limit for the prospect list. For a long list of prospects, building the full list for the minibuffer can take a non-negligible amount of time; setting this variable reduces that time.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-max-prospects 12
  "Upper limit of the prospect list if non-zero.
Zero means no limit for the prospect list.
For a long list of prospects, building the full list for the
minibuffer can take a non-negligible amount of time; setting this
variable reduces that time."
  :type 'integer)