File: which-func.el.html

This package prints name of function where your current point is located in mode line. It assumes that you work with the imenu package and imenu--index-alist is up to date.

TODO LIST
---------
    1. Dependence on imenu package should be removed. Separate
function determination mechanism should be used to determine the end of a function as well as the beginning of a function.
    2. This package should be realized with the help of overlay
properties instead of the imenu--index-alist variable.

Defined variables (17)

which-func--use-header-lineIf non-nil, display the function name in the header line.
which-func--use-mode-lineIf non-nil, display the function name in the mode line.
which-func-cleanup-functionFunction to transform a string before displaying it in the mode line.
which-func-displayWhere to display the function name.
which-func-formatFormat for displaying the function in the mode line.
which-func-functionsList of functions for ‘which-function’ to call with no arguments.
which-func-imenu-joiner-functionFunction to join together multiple levels of imenu nomenclature.
which-func-keymapKeymap to display on mode line which-func.
which-func-maxoutDon’t automatically compute the Imenu menu if buffer is this big or bigger.
which-func-modeNon-nil means display current function name in mode or header line.
which-func-modesList of major modes for which Which Function mode should be used.
which-func-non-auto-modesList of major modes where Which Function mode is inactive till Imenu is used.
which-func-unknownString to display in the mode line when current function is unknown.
which-func-update-delayIdle time delay before ‘which-function-mode‘ updates its display.
which-function-imenu-failedLocally t in a buffer if ‘imenu--make-index-alist’ found nothing there.
which-function-modeNon-nil if Which-Function mode is enabled.
which-function-mode-hookHook run after entering or leaving ‘which-function-mode’.

Defined functions (6)

which-func-ff-hook()
which-func-update()
which-func-update-1(WINDOW)
which-func-update-ediff-windows()
which-function()
which-function-mode(&optional ARG)

Defined faces (1)

which-funcFace used to highlight mode line function names.