From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: keycounter? Date: Tue, 18 Feb 2003 01:54:59 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045529901 31824 80.91.224.249 (18 Feb 2003 00:58:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2003 00:58:21 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18kw5R-0008Gz-00 for ; Tue, 18 Feb 2003 01:58:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18kw7h-0001Hk-00 for gnu-help-gnu-emacs@m.gmane.org; Mon, 17 Feb 2003 20:00:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!newspeer1-gui.server.ntli.net!ntli.net!colt.net!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6819 Joe Corneli writes: > Is anyone aware of a key-stroke counting package for XEmacs? > > In additition to tabulating the use of each key during a given > session, I am also interested in simple statistics like frequency of > pairs (e.g. how frequently do I type H-a followed by ordfeminine?). Look for 'keypatt.el': ;;; keypatt.el --- Try to find frequently typed key sequences. ;;; ;;; Copyright (C) 2002 Helmut Eller [snip] ;;; ;;;; Commentary ;;; ;;; This program tries to discover frequently typed key sequences. All ;;; typed keys are logged in a dribble file; if the dribble file is ;;; large enough (after a few hours or days, depending on your typing ;;; rate) you can analyze the file via `M-x keypatt-show-patterns'.