[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Print out my key-sequences
From: |
Andrea Crotti |
Subject: |
Re: Print out my key-sequences |
Date: |
Thu, 08 Apr 2010 10:44:32 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) |
suvayu ali <fatkasuvayu+linux@gmail.com> writes:
> On 7 April 2010 07:43, Andrea Crotti <andrea.crotti.0@gmail.com> 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---
<backspace><backspace><tab>ke<tab>y<tab>s<tab> 0x8000078tail<tab>
--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---
<return>C-M o C-c O<S-backspace>
--8<---------------cut here---------------end--------------->8---
- Print out my key-sequences, Andrea Crotti, 2010/04/07
- Re: Print out my key-sequences, Peter Dyballa, 2010/04/07
- Re: Print out my key-sequences, Andrea Crotti, 2010/04/07
- Re: Print out my key-sequences, suvayu ali, 2010/04/07
- Re: Print out my key-sequences,
Andrea Crotti <=
- Re: Print out my key-sequences, Suvayu Ali, 2010/04/10
- Re: Print out my key-sequences, Andrea Crotti, 2010/04/17
- Re: Print out my key-sequences, Kevin Rodgers, 2010/04/17
- Re: Print out my key-sequences, Andrea Crotti, 2010/04/17
- Re: Print out my key-sequences, Lennart Borgman, 2010/04/17
- Re: Print out my key-sequences, Andrea Crotti, 2010/04/17
- RE: Print out my key-sequences, Drew Adams, 2010/04/17
- RE: Print out my key-sequences, Drew Adams, 2010/04/17
- Re: Print out my key-sequences, Lennart Borgman, 2010/04/17
- Re: Print out my key-sequences, Andrea Crotti, 2010/04/18