gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

command-frequency.el -- track command frequencies


From: Xah
Subject: command-frequency.el -- track command frequencies
Date: Wed, 3 Sep 2008 10:59:54 -0700 (PDT)
User-agent: G2/1.0

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

  Xah
∑ http://xahlee.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]