From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Info-scroll-prefer-subnodes default in Emacs. Date: Mon, 23 Jun 2003 22:50:11 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306240350.h5O3oB215006@eel.dms.auburn.edu> References: <200306200119.h5K1Jic11729@eel.dms.auburn.edu> <200306240255.h5O2t3T14984@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1056426669 31037 80.91.224.249 (24 Jun 2003 03:51:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Jun 2003 03:51:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 24 05:51:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19UepM-00082x-00 for ; Tue, 24 Jun 2003 05:50:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Uesi-0002Ua-00 for ; Tue, 24 Jun 2003 05:54:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ueoz-0002zY-GM for emacs-devel@quimby.gnus.org; Mon, 23 Jun 2003 23:50:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ueod-0002zF-2m for emacs-devel@gnu.org; Mon, 23 Jun 2003 23:49:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ueob-0002x5-NH for emacs-devel@gnu.org; Mon, 23 Jun 2003 23:49:54 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ueob-0002w3-A6; Mon, 23 Jun 2003 23:49:53 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h5O3npoc028506; Mon, 23 Jun 2003 22:49:51 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h5O3oB215006; Mon, 23 Jun 2003 22:50:11 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200306240255.h5O2t3T14984@eel.dms.auburn.edu> (message from Luc Teirlinck on Mon, 23 Jun 2003 21:55:03 -0500 (CDT)) Original-cc: rms@gnu.org Original-cc: karl@freefriends.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15201 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15201 >>From my previous message: I believe all the above problems could be easily fixed once one could answer the following question: How do we determine reliably whether or not a node is an Index? I noticed, after sending this, in info.el: ; - a menu item ending with ": " (but not ":: ") is an index entry If this is considered reliable enough, I could rewrite the Emacs versions of SPC, [ and ] to check for such menu items in addition to the node name containing the word "index". That would solve all problems I described for the Emacs version. In that case, somebody else would need to take care of the stand-alone version. Sincerely, Luc.