all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: Jason Rumney <jasonr@gnu.org>
Cc: Stephen.Berman@gmx.net, emacs-devel@gnu.org
Subject: Re: minibuffer and current-local-map
Date: Fri, 30 Nov 2007 18:36:17 -0500	[thread overview]
Message-ID: <E1IyFP7-0007HT-7t@fencepost.gnu.org> (raw)
In-Reply-To: <47503D5A.3030400@gnu.org> (message from Jason Rumney on Fri, 30 Nov 2007 16:42:02 +0000)

    > 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.
    >   

    The duplication seems to be related to this comment in menu-bar.el

     (dolist (map (list minibuffer-local-map
		;; This shouldn't be necessary, but there's a funny
		;; bug in keymap.c that I don't understand yet.  -stef
		minibuffer-local-completion-map))
	(define-key map [menu-bar minibuf]
	  (cons "Minibuf" (make-sparse-keymap "Minibuf"))))

There might be a bug in creating the submaps some other way,
which this works around.  But I think that is irrelevant here,
because the submap data looks correct to me.  If fixing the other 
bug makes it possible to create the same submaps in another way
that ought to be equivalent, that won't get rid of the bug in 
looking at them.

  reply	other threads:[~2007-11-30 23:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-07 16:30 minibuffer and current-local-map Stephen Berman
2007-11-08  4:42 ` Richard Stallman
2007-11-08  7:20   ` Stephen Berman
2007-11-08 23:37     ` Richard Stallman
2007-11-09 22:00       ` Richard Stallman
2007-11-30 16:42         ` Jason Rumney
2007-11-30 23:36           ` Richard Stallman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-06 19:36 Glenn Morris
2008-01-07 11:31 ` Richard Stallman
2008-01-07 12:43   ` Stephen Berman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IyFP7-0007HT-7t@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=Stephen.Berman@gmx.net \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.