emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposal: Remap interactive commands via keymaps


From: Richard Stallman
Subject: Re: Proposal: Remap interactive commands via keymaps
Date: Fri, 4 Jan 2002 16:09:37 -0700 (MST)

    >     (define-key x-mode-map [self-insert-command] 'x-self-insert-command)

    How is this different from substitute-key-definition?  What am I
    missing?

You might be able to get the same jobs done with
substitute-key-definition, but this is a lot more elegant--the code
and the data structures would be simpler.  And this is more robust
in its handling of subsequent rebinding of the other keymap.

I think this is a great idea.




reply via email to

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