Homepage: https://www.gnu.org/software/emacs
Author: Alex Rezinsky
Print current function in mode line
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.