3 Sep 2008 19:59
command-frequency.el -- track command frequencies
Xah <xahlee <at> gmail.com>
2008-09-03 17:59:54 GMT
2008-09-03 17:59:54 GMT
command-frequency.el -- track command frequencies DESCRIPTION This package provides function which saves how many times each command was executed. You can then review those statistics to see which commands you use the most often. It is used in designing a ergonomic keybinding set. See http://xahlee.org/emacs/command-frequency.html You can get this package at: http://xahlee.org/emacs/command-frequency.el VERSION HISTORY Version 0.1, 2006: First version by Ryan Yeske (author of rcirc). A quick hack of about 40 lines. Version 1.0, 2007: Made into a full featured minor mode. Added full doc strings. Added feature to save and read to disk the frequency hash table. Added ability to set user preference using emacs's customization system. Code is ~400 lines. This version is made by Michal Nazarewicz in 2007. Version 1.1, 2008-09: Replaced the use of this-command var by real- last-command, so that the commands backward-kill-word, kill-word, kill- line, kill-region, do not all get counted as kill-region. Changed post- command-hook to pre-command-hook(Continue reading)
RSS Feed