Variable: ido-use-mycompletion-depth

ido-use-mycompletion-depth is a variable defined in ido.el.gz.

Value

0

Documentation

Non-nil means use Ido completion feedback.

Is set by Ido functions to the current minibuffer-depth, so that it doesn't interfere with other minibuffer usage.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-use-mycompletion-depth 0
  "Non-nil means use Ido completion feedback.
Is set by Ido functions to the current `minibuffer-depth',
so that it doesn't interfere with other minibuffer usage.")