From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: Print out my key-sequences Date: Thu, 08 Apr 2010 10:44:32 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270716329 8075 80.91.229.12 (8 Apr 2010 08:45:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 08:45:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 08 10:45:25 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 1NznMa-0005jt-OP for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Apr 2010 10:45:25 +0200 Original-Received: from localhost ([127.0.0.1]:51413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NznMZ-0004yP-Q9 for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Apr 2010 04:45:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NznM7-0004wy-Fg for help-gnu-emacs@gnu.org; Thu, 08 Apr 2010 04:44:55 -0400 Original-Received: from [140.186.70.92] (port=46197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NznM4-0004vV-TS for help-gnu-emacs@gnu.org; Thu, 08 Apr 2010 04:44:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NznM3-0007Nt-10 for help-gnu-emacs@gnu.org; Thu, 08 Apr 2010 04:44:52 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37274) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NznM2-0007Na-Ra for help-gnu-emacs@gnu.org; Thu, 08 Apr 2010 04:44:50 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NznM1-0005Sq-53 for help-gnu-emacs@gnu.org; Thu, 08 Apr 2010 10:44:49 +0200 Original-Received: from xdsl-78-35-140-55.netcologne.de ([78.35.140.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Apr 2010 10:44:49 +0200 Original-Received: from andrea.crotti.0 by xdsl-78-35-140-55.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Apr 2010 10:44:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-78-35-140-55.netcologne.de User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:Cka3a2GifMJPk2OB1L3gXe/bzYA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72626 Archived-At: suvayu ali writes: > On 7 April 2010 07:43, Andrea Crotti wrote: >> > > How about elisp that parses that buffer and uses growl to notify? Great yes I also found this: http://growl.info/documentation/growlnotify.php and it's really easy to pass stuff to growl, maybe I just need a filter now to make it appear in a certain position with a certain width... Now I just need to parse the file with the keys, which looks like this --8<---------------cut here---------------start------------->8--- keys 0x8000078tail --8<---------------cut here---------------end--------------->8--- but I have no idea on how i should split interesting sequences by non interesting ones, how does emacs understands that? I mean I would only like to get in the end C-M o C-c C-o etc etc, Apparently there are space in between the same key sequence: --8<---------------cut here---------------start------------->8--- C-M o C-c O --8<---------------cut here---------------end--------------->8---