From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Info-history-forward Date: Thu, 30 Dec 2004 06:57:48 +0200 Message-ID: <01c4ee2c$Blat.v2.2.2$40c8f520@zahav.net.il> References: <87fz1pvop5.fsf@jurta.org> <01c4ed60$Blat.v2.2.2$8b24bae0@zahav.net.il> <87vfalk3zk.fsf@jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1104382808 16257 80.91.229.6 (30 Dec 2004 05:00:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2004 05:00:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 30 06:00:01 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 1CjsPo-0004vc-00 for ; Thu, 30 Dec 2004 06:00:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cjsak-00026B-PB for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2004 00:11:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CjsaT-00023k-Ui for emacs-devel@gnu.org; Thu, 30 Dec 2004 00:11:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CjsaQ-00022i-Uv for emacs-devel@gnu.org; Thu, 30 Dec 2004 00:10:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CjsaQ-00022Y-RC for emacs-devel@gnu.org; Thu, 30 Dec 2004 00:10:58 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CjsPR-0001rS-VI for emacs-devel@gnu.org; Wed, 29 Dec 2004 23:59:38 -0500 Original-Received: from zaretski (IGLD-83-130-224-122.inter.net.il [83.130.224.122]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DKS24963 (AUTH halo1); Thu, 30 Dec 2004 06:59:25 +0200 (IST) Original-To: bob@rattlesnake.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (bob@rattlesnake.com) 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: main.gmane.org gmane.emacs.devel:31596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31596 > Date: Wed, 29 Dec 2004 13:06:27 +0000 (UTC) > From: "Robert J. Chassell" > > Info-last reuses the icon created for undo command. Its file has the > name "undo.xpm" ... > > which is a poor choice for an Info command since it is not an undo. undo.xpm is used by the `undo' command; Info-last just reuses the image. I'm not sure it's such a bad thing, but if people think such reuse is confusing, we could make a copy of the undo icon under the name info-last or some such.