emacs-devel
[Top][All Lists]
Advanced

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

Re: What happened to the key-menu patch?


From: Richard Stallman
Subject: Re: What happened to the key-menu patch?
Date: Sat, 13 Jul 2002 08:20:55 -0600 (MDT)

    > That's correct.  I believe that read-key-sequence using this map
    > won't see them either.

    Nope.  When looking up C-x, fix_submap_inheritance will end up doing
    the equivalent of (set-keymap-parent .. (lookup-key "\C-x" global-map))
    to the subkeymap built by the second `make-sparse-keymap).

You are right--the bindings in the second submap will be seen, but
they will be seen because they are included thus in the first submap.
When the scan actually reaches the second submap, it should ignore that.




reply via email to

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