From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: Re: help-go-back Date: Sat, 08 May 2004 15:24:04 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87ekpu7ggh.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084057336 12187 80.91.224.253 (8 May 2004 23:02:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 May 2004 23:02:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 09 01:02:08 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMapc-0006a6-00 for ; Sun, 09 May 2004 01:02:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMapc-0007mW-00 for ; Sun, 09 May 2004 01:02:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMapM-0006Dh-L0 for emacs-devel@quimby.gnus.org; Sat, 08 May 2004 19:01:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMahN-0003VY-LY for emacs-devel@gnu.org; Sat, 08 May 2004 18:53:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMag9-0002ZD-Rt for emacs-devel@gnu.org; Sat, 08 May 2004 18:52:53 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMaej-00024h-17 for emacs-devel@gnu.org; Sat, 08 May 2004 18:50:53 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BMaeh-0005QW-00 for ; Sun, 09 May 2004 00:50:51 +0200 Original-Received: from hkn.eecs.berkeley.edu ([128.32.47.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 May 2004 00:50:51 +0200 Original-Received: from quarl+dated+1084486903.a9a7a9 by hkn.eecs.berkeley.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 May 2004 00:50:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: hkn.eecs.berkeley.edu X-Quack-Archive: 1 User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:c6qXfPho9PObUVKzFWhLT2gCIi0= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22949 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22949 >>>>> "Juri" == Juri Linkov writes: >> It would also be nice if there were a `help-go-forward' >> (opposite of `help-go-back'). I can write this if there is >> interest. Juri> Juri> It is not possible to implement it with the current Juri> `help-xref-stack' variable. A new variable could be Juri> added that will record the full Help history. And it Juri> might be as useful as full history of Info nodes where Juri> an additional variable with full history was added Juri> recently. I was thinking a list of nodes to go forward to (reverse of the 'back' stack). I'm not sure what you mean re. Info nodes, do you want to combine the two histories? -- Karl 2004-05-08 15:21