From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: minibuffer and current-local-map Date: Fri, 30 Nov 2007 16:42:02 +0000 Message-ID: <47503D5A.3030400@gnu.org> References: <877ikuyq5y.fsf@escher.local.home> <873avh2ofd.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196441048 12078 80.91.229.12 (30 Nov 2007 16:44:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Nov 2007 16:44:08 +0000 (UTC) Cc: Stephen.Berman@gmx.net, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 30 17:44:15 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iy8yL-0001hI-KS for ged-emacs-devel@m.gmane.org; Fri, 30 Nov 2007 17:44:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iy8y5-0007qC-QP for ged-emacs-devel@m.gmane.org; Fri, 30 Nov 2007 11:43:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iy8wr-0007B1-3q for emacs-devel@gnu.org; Fri, 30 Nov 2007 11:42:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iy8wp-0007A0-DY for emacs-devel@gnu.org; Fri, 30 Nov 2007 11:42:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iy8wp-00079q-8e for emacs-devel@gnu.org; Fri, 30 Nov 2007 11:42:39 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iy8wk-0001pD-Ov; Fri, 30 Nov 2007 11:42:35 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id C9421501BC; Fri, 30 Nov 2007 16:42:33 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84364 Archived-At: Richard Stallman wrote: > 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"))))