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

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

Re: Rebinding Escape


From: PT
Subject: Re: Rebinding Escape
Date: Mon, 07 Mar 2005 15:59:04 +0100
User-agent: Opera M2/7.54 (Win32, build 3865)

On Mon, 07 Mar 2005 08:51:17 +0100, Mathias Dahl <brakjoller@gmail.com> wrote:

This works for me:

 (local-set-key [escape] (lambda ()
                           (interactive)
                           (message "Escape test")))


My mistake.

I tried

        (local-set-key (kbd "<esc>") 'my-stuff)

instead of

        (local-set-key (kbd "<ESC>") 'my-stuff)

The latter works fine.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/


reply via email to

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