all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Menu duplications
@ 2007-11-10  3:00 Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-11-10  3:00 UTC (permalink / raw)
  To: emacs-devel

Would someone please fix the code in xmenu.c to avoid
duplications in the C-Mouse-3 pop-up menu from the minibuffer?

(Here's the explanation of what causes the problem.)

Then please ack.

    I see the duplicate in the normal value of
    minibuffer-local-completion-map.  The parent of that map is
    minibuffer-local-map, and both of them have menu bar submaps.

    I think there is nothing wrong with the keymaps.
    When keymap A has B as its parent, keymap A's submap for a certain
    prefix should have, as its parent, keymap B's submap for that prefix.
    What you see here is that happening for the prefix `menu-bar' and
    then again, within that, for the prefix `minibuf'.
    Three levels of keymap `minibuffer-local-completion-map',
    each inheriting from the corresponding level of the parent,
    `minibuffer-local-map'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Menu duplications
@ 2007-11-17  4:54 Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-11-17  4:54 UTC (permalink / raw)
  To: emacs-devel

[I sent this message a week ago but did not get a response.]

Would someone please fix the code in xmenu.c to avoid
duplications in the C-Mouse-3 pop-up menu from the minibuffer?

(Here's the explanation of what causes the problem.)

Then please ack.

    I see the duplicate in the normal value of
    minibuffer-local-completion-map.  The parent of that map is
    minibuffer-local-map, and both of them have menu bar submaps.

    I think there is nothing wrong with the keymaps.
    When keymap A has B as its parent, keymap A's submap for a certain
    prefix should have, as its parent, keymap B's submap for that prefix.
    What you see here is that happening for the prefix `menu-bar' and
    then again, within that, for the prefix `minibuf'.
    Three levels of keymap `minibuffer-local-completion-map',
    each inheriting from the corresponding level of the parent,
    `minibuffer-local-map'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-17  4:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-10  3:00 Menu duplications Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2007-11-17  4:54 Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.