From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: minibuffer and current-local-map Date: Wed, 07 Nov 2007 23:42:33 -0500 Message-ID: References: <877ikuyq5y.fsf@escher.local.home> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194497079 931 80.91.229.12 (8 Nov 2007 04:44:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 04:44:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 05:44:43 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 1IpzFy-0001zx-AU for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 05:44:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpzFn-0001M9-7B for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 23:44:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpzDv-0008UN-Df for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpzDv-0008U7-3A for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpzDu-0008Tz-Pl for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:34 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpzDu-0003qx-AP for emacs-devel@gnu.org; Wed, 07 Nov 2007 23:42:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IpzDt-00082X-P9; Wed, 07 Nov 2007 23:42:33 -0500 In-reply-to: <877ikuyq5y.fsf@escher.local.home> (message from Stephen Berman on Wed, 07 Nov 2007 17:30:01 +0100) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82790 Archived-At: The value returned by current-local-map for the minibuffer Inside which command? What function was used to invoke the minibuffer? What map did it specify? seems to be wrong (both in the trunk and in Emacs 22.1), containing partial reduplication: Is the duplication present in the map that was passed as an argument for use in the minibuffer?