This is a extension of Emacs that provide navigation like the Vimperator/Keysnail Hint Mode of Firfox.
Do you know Vimperator/Keysnail of Firefox Addon?
If you don't know it, see a screenshot below.
The hints that has a alphabet code are shown when you push a "f" key on Firefox like above.
Then, if you push the alphabet, you can jump the linked URL.
This extension provides same interface on Emacs.
This extension is the framework provides showing hints on LOCATION at first, then doing ACTION for the selected.
The simplest case is just move.
You can configure easily LOCATION, ACTION and more.
Here is a part of them.
More, navigate you in many situation.
For checking all function,
see Bundled Function section in https://github.com/aki2o/emacs-pophint/wiki.
2013/07/19 It's available by using melpa.
2013/05/01 Now during an application for registration in el-get.
2013/06/30 But, not yet regist.
2013/07/26 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/emacs-pophint/master/pophint.el")
- In this case, you need to install each of the following dependency.
Download pophint.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
- popup.el … bundled with auto-complete.el
- log4e.el
- yaxception.el
You can find a sample at https://github.com/aki2o/emacs-pophint/wiki/ConfigExample.
For more information,
see Configuration section in https://github.com/aki2o/emacs-pophint/wiki.
- Emacs … GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-08-15 on GNUPACK
- popup.el … 0.5.0
- log4e.el … 0.1
- yaxception.el … 0.1
Enjoy!!!