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-modeNon-nil if Minibuffer-Depth-Indicate mode is enabled.
minibuffer-depth-indicate-mode-hookHook run after entering or leaving ‘minibuffer-depth-indicate-mode’.
minibuffer-depth-indicator-functionIf 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-indicatorFace to use for minibuffer depth indicator.