From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: where-is-internal's firstonly Date: Fri, 01 Oct 2004 08:40:49 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410010737.QAA02057@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096634474 26693 80.91.229.6 (1 Oct 2004 12:41:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2004 12:41:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 14:41:04 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CDMie-0002fx-00 for ; Fri, 01 Oct 2004 14:41:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDMp5-0001b3-Li for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2004 08:47:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CDMov-0001YV-P7 for emacs-devel@gnu.org; Fri, 01 Oct 2004 08:47:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CDMov-0001Xn-9n for emacs-devel@gnu.org; Fri, 01 Oct 2004 08:47:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CDMov-0001Xb-6U for emacs-devel@gnu.org; Fri, 01 Oct 2004 08:47:33 -0400 Original-Received: from [206.47.199.164] (helo=simmts6-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CDMiQ-0007Ng-6t for emacs-devel@gnu.org; Fri, 01 Oct 2004 08:40:50 -0400 Original-Received: from empanada.home ([67.68.219.139]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041001124030.ZATE1635.simmts6-srv.bellnexxia.net@empanada.home>; Fri, 1 Oct 2004 08:40:30 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 1325130B7A0; Fri, 1 Oct 2004 08:40:49 -0400 (EDT) Original-To: Kenichi Handa In-Reply-To: <200410010737.QAA02057@etlken.m17n.org> (Kenichi Handa's message of "Fri, 1 Oct 2004 16:37:19 +0900 (JST)") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27780 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27780 > In short, where-is-internal finds the last binding in the > first active map. > Is this a bug? It's not a bug in the sense that the documentation is silent about this part of the behavior. Usually the selection of "which binding to use" uses other criterions such as "simple ascii char vs. mouse binding". But that also means that changing the behavior such that "1" is returned in your example would not introduce a bug either and it can be argued that it'd be a better behavior. Stefan