File: mb-depth.el.html
Defines the minor mode minibuffer-depth-indicate-mode(var)/minibuffer-depth-indicate-mode(fun).
When active, any recursive use of the minibuffer will show
the recursion depth in the minibuffer prompt. This is only
useful if enable-recursive-minibuffers is non-nil.
Defined variables (3)
minibuffer-depth-indicate-mode | Non-nil if Minibuffer-Depth-Indicate mode is enabled. |
minibuffer-depth-indicate-mode-hook | Hook run after entering or leaving ‘minibuffer-depth-indicate-mode’. |
minibuffer-depth-indicator-function | If non-nil, a function to produce the minibuffer depth indicator. |
Defined functions (2)
minibuffer-depth-indicate-mode | (&optional ARG) |
minibuffer-depth-setup | () |
Defined faces (1)
minibuffer-depth-indicator | Face to use for minibuffer depth indicator. |