emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs attach an action to any key pressed


From: Ivanov Dmitry
Subject: Re: Emacs attach an action to any key pressed
Date: Wed, 5 Jun 2013 17:48:31 +0400


On Wed, Jun 5, 2013 at 5:02 PM, Stefan Monnier <address@hidden> wrote:
> Is it possible to attach this action to any key pressed?

Maybe you're looking for

  (local-set-key [t] 'dummy)

Yes. It worked great. Thanks.

reply via email to

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