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: Thu, 08 Nov 2007 18:37:56 -0500 Message-ID: References: <877ikuyq5y.fsf@escher.local.home> <873avh2ofd.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 1194565091 21527 80.91.229.12 (8 Nov 2007 23:38:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 23:38:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 09 00:38: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 1IqGwv-00011Z-LH for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2007 00:38:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqGwk-0000hD-1n for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 18:38:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqGwg-0000gy-Iq for emacs-devel@gnu.org; Thu, 08 Nov 2007 18:37:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqGwf-0000gm-Gr for emacs-devel@gnu.org; Thu, 08 Nov 2007 18:37:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqGwf-0000gj-Dh for emacs-devel@gnu.org; Thu, 08 Nov 2007 18:37:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqGwf-0002Qb-6J for emacs-devel@gnu.org; Thu, 08 Nov 2007 18:37:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IqGwe-0000YM-PS; Thu, 08 Nov 2007 18:37:56 -0500 In-reply-to: <873avh2ofd.fsf@escher.local.home> (message from Stephen Berman on Thu, 08 Nov 2007 08:20:54 +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:82828 Archived-At: > Is the duplication present in the map that was passed as an argument > for use in the minibuffer? I'm not sure what you mean by "passed as an argument" here. Whatever invokes the minibuffer specifies the map to use. In this case, the caller is in C code. Now that we know it was M-x, we can look in the source and see which map it is.