From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: where-is says "X remapped to X" Date: Mon, 13 Feb 2006 18:43:44 +0100 Message-ID: References: <87u0b3mezh.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139852664 16516 80.91.229.2 (13 Feb 2006 17:44:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 17:44:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 18:44:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8hk6-0004hs-15 for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 18:44:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8hk5-0005Em-9S for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 12:44:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8hjn-0005D8-Vl for emacs-devel@gnu.org; Mon, 13 Feb 2006 12:43:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8hjm-0005CF-Aq for emacs-devel@gnu.org; Mon, 13 Feb 2006 12:43:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8hjm-0005CC-7i for emacs-devel@gnu.org; Mon, 13 Feb 2006 12:43:46 -0500 Original-Received: from [64.233.182.194] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8hoG-0006pC-Pf for emacs-devel@gnu.org; Mon, 13 Feb 2006 12:48:24 -0500 Original-Received: by nproxy.gmail.com with SMTP id l23so277831nfc for ; Mon, 13 Feb 2006 09:43:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rke8ILgK+dNqeFUg3syriBoujcJBhAKnRRtg1R02iSbCrdLaoYQAnkgGOt4qWuGOEa0LWN2A0fXuEYb6KLyEQKXxzqeZ6kvTxNbd9hSxRw96/E6dKpuOLJI1+gEEHSreWXgjRHHbpZ+rXhJx6+YWsZx+hOpZanNtRw7I2SvyDLo= Original-Received: by 10.48.49.7 with SMTP id w7mr900573nfw; Mon, 13 Feb 2006 09:43:44 -0800 (PST) Original-Received: by 10.48.157.19 with HTTP; Mon, 13 Feb 2006 09:43:44 -0800 (PST) Original-To: Juri Linkov In-Reply-To: <87u0b3mezh.fsf@jurta.org> Content-Disposition: inline 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:50468 Archived-At: On 2/13/06, Juri Linkov wrote: > Or maybe rather the following? > > (format "%s is remapped to %s which is on %s" > symbol remapped keys) You're right. Otherwise, aliases will be shown incorrectly. -- /L/e/k/t/u