emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..)


From: Richard Stallman
Subject: Re: Customizing key bindings (was: Re: [CVS] f7, f8 bound..)
Date: Thu, 05 Sep 2002 14:03:34 -0400

    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)

That is a clean interface, but the crucial question is, what would it
expand into?  Would it just be a defvar for my-mode-map, or a
defcustom for my-mode-map?  Or would it produce something else?  If
so, what else?





reply via email to

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