From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: Print out my key-sequences Date: Wed, 7 Apr 2010 08:07:56 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270652990 29060 80.91.229.12 (7 Apr 2010 15:09:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Apr 2010 15:09:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 07 17:09:46 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NzWsV-0002s7-RC for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Apr 2010 17:09:46 +0200 Original-Received: from localhost ([127.0.0.1]:35140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzWs2-0001ZZ-0a for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Apr 2010 11:08:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzWrd-0001ZI-SC for help-gnu-emacs@gnu.org; Wed, 07 Apr 2010 11:08:21 -0400 Original-Received: from [140.186.70.92] (port=38025 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzWrc-0001Yj-6E for help-gnu-emacs@gnu.org; Wed, 07 Apr 2010 11:08:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzWrZ-0002Qh-Sw for help-gnu-emacs@gnu.org; Wed, 07 Apr 2010 11:08:18 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:43685) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzWrZ-0002Pv-Nm for help-gnu-emacs@gnu.org; Wed, 07 Apr 2010 11:08:17 -0400 Original-Received: by vws14 with SMTP id 14so614175vws.0 for ; Wed, 07 Apr 2010 08:08:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:received:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=rQCGomkZeGEKDN6gUCD5hPXEa0EjTgDyJ1pFmJ4JzTA=; b=bHEQXYlREen+nZPxBcCcC+BsoW/3j1MYmoido5e9z0lCVyH5K+TZ6M1bkCygzbkoIg VH5Z6PbotYDHpWgtoNbIWt4iNOIDN8IrR3AKjKFaxO3bxEMiVW6l27/uQMyWcPE6K3it oCtXCKpsSJjaA/Hl9HRI4pCckdFzc8tglrkxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=ItcV+hvv7sqqT2Fsh8xQUovPNnF8SRBCtg2RRKrJh+lNs9fMQ3Aywu/g0hDSkOVZh1 zcYCqpZTlIa/HeZcPA8gxjglCUCjLUe2sJYBt5AdWNS1jdGBL0YeoXWJ70G/e81DpoH5 kuFRivHWV1zUO2xhsa3+pOCbHQ87bpwRTaqQQ= Original-Received: by 10.220.114.9 with HTTP; Wed, 7 Apr 2010 08:07:56 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: 9c967dfa081f3632 Original-Received: by 10.220.108.20 with SMTP id d20mr4394916vcp.85.1270652896080; Wed, 07 Apr 2010 08:08:16 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72622 Archived-At: On 7 April 2010 07:43, Andrea Crotti wrote: > Peter Dyballa writes: >> >> C-h l ? > > Oh great I don't know how I've never seen it... > But that shows the keystrokes in another buffer, I would like to > - record the keystrokes while I type > - filter only the interesting ones (Meta and Control stuff) > - send them to some other program to display it nicely (I think growl > =A0could be perfect for that with applescript) > How about elisp that parses that buffer and uses growl to notify? --=20 Suvayu Open source is the future. It sets us free.