help-gnu-emacs
[Top][All Lists]
Advanced

[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: Sat, 17 Apr 2010 12:11:10 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.90 (darwin)

Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:

> I am a elisp newbie and I have never used Macs, I couldn't give you a
> clue. But to setup the notifications you could try looking in this
> post.
>
> http://emacs-fu.blogspot.com/2009/11/showing-pop-ups.html
>
> Here the author uses notify-send (a GNU/Linux tool like growlnotify)
> to send notifications.
>
> Good Luck and do post back if you have any solutions to your need. It
> would be interesting to know.

Thanks a lot, but now the actually showing the popup is not hard at all,
now I would like to understand how to manage new keys instead.

I've seen the code of C-h l and in short I can use
- (recent-keys) which returns a vector of the last 300 keys inserted
- (single-key-description) which makes it more readable

I can check always the last element inserted in the vector and print it
out, is that supposed to work?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]