From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Clemens Fischer Newsgroups: gmane.emacs.help Subject: Re: capturing commands Date: Fri, 18 Oct 2002 18:28:08 +0200 Sender: help-gnu-emacs-admin@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 1035030698 2629 80.91.224.249 (19 Oct 2002 12:31:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 12:31:38 +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 182slU-0000gH-00 for ; Sat, 19 Oct 2002 14:31:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 182sgO-0005Cr-00; Sat, 19 Oct 2002 08:26:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!pd9501629.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: pd9501629.dip.t-dialin.net (217.80.22.41) Original-X-Trace: fu-berlin.de 1035030177 26223206 217.80.22.41 (16 [23066]) X-Orig-Path: ID-23066.news.dfncis.de!not-for-mail User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:cIu7hO/0/VTRvl4WzefBNSgqxH0= Original-Xref: shelby.stanford.edu gnu.emacs.help:106205 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2754 Bernd Wolter : > The statistics > part you then have to do yourself (flush-lines, wc, sort, etc., there > are examples in the commentary). Perhaps this helps you for the data > gathering part of what you want. As for the automagic menu part, > that's way beyond me, sorry. i'm always fascinated by markov-chains in this respect, but the only implementation of it i know of is the "reactive keyboard". this is very hacky code hard to cleanly install on a unix. it works impressively well, though, in guessing what you will be typing next. rk is slow at this, but an implementation of this algorithm to automatically make keyboard-macros should be a nifty add-on! clemens