emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing key bindings


From: Alex Schroeder
Subject: Re: Customizing key bindings
Date: Sat, 07 Sep 2002 16:12:21 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i686-pc-linux-gnu)

Per Abrahamsen <address@hidden> writes:

>> How about allowing a more declarative form like
>>
>>   (defkeymap my-mode-map
>>     '(([mouse-1] . foo)
>>       (([mouse-2] "f" "e" "\C-m") . open-file))
>>     "Keymap for My mode."
>>     :group 'foo
>>     :inherit his-mode-map)

We could always add that, later.  In the simplest case, we would use a
function that transforms the one into the other and call it from
custom-declare-keymap.

Alex.




reply via email to

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