From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Info-history-forward Date: Wed, 29 Dec 2004 08:33:59 +0200 Organization: JURTA Message-ID: <87vfalk3zk.fsf@jurta.org> References: <87fz1pvop5.fsf@jurta.org> <01c4ed60$Blat.v2.2.2$8b24bae0@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104302305 16786 80.91.229.6 (29 Dec 2004 06:38:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Dec 2004 06:38:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 29 07:38:18 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 1CjXTN-0000gu-00 for ; Wed, 29 Dec 2004 07:38:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CjXeG-0006Ji-OH for ged-emacs-devel@m.gmane.org; Wed, 29 Dec 2004 01:49:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CjXdd-0006I4-9Q for emacs-devel@gnu.org; Wed, 29 Dec 2004 01:48:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CjXdb-0006Gp-EF for emacs-devel@gnu.org; Wed, 29 Dec 2004 01:48:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CjXdb-0006GH-83 for emacs-devel@gnu.org; Wed, 29 Dec 2004 01:48:51 -0500 Original-Received: from [194.126.101.98] (helo=MXR-1.estpak.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CjXSD-0007G9-Kp; Wed, 29 Dec 2004 01:37:05 -0500 Original-Received: from mail.neti.ee (80-235-33-132-dsl.mus.estpak.ee [80.235.33.132]) by MXR-1.estpak.ee (Postfix) with ESMTP id 619B912BFCB; Wed, 29 Dec 2004 08:36:58 +0200 (EET) Original-To: Eli Zaretskii In-Reply-To: <01c4ed60$Blat.v2.2.2$8b24bae0@zahav.net.il> (Eli Zaretskii's message of "Wed, 29 Dec 2004 06:39:34 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:31567 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31567 "Eli Zaretskii" writes: > If this new command is installed, please don't forget to add an > appropriate menu item and tool-bar button, similar to the ones defined > now for Info-last. You can see the menu item in the patch I sent. As for the tool-bar button, this is an interesting question. Info-last reuses the icon created for undo command. Its file has the name "undo.xpm" and contains the image of an arrow pointing to the left. Naturally, we could create a mirrored image, but how to name a new file? "redo.xpm"? But there is no concept of redo in Emacs. Isn't such file name misleading? -- Juri Linkov http://www.jurta.org/emacs/