From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.comp.tex.texinfo.bugs,gmane.emacs.devel Subject: Re: Indices in Info. Date: Wed, 25 Jun 2003 15:53:01 -0400 Sender: bug-texinfo-bounces+gnu-bug-texinfo=m.gmane.org@gnu.org Message-ID: References: <200306241326.h5ODQEc27294@f7.net> <200306250135.h5P1Z9215892@eel.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1056598403 28425 80.91.224.249 (26 Jun 2003 03:33:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 03:33:23 +0000 (UTC) Cc: karl@freefriends.org Original-X-From: bug-texinfo-bounces+gnu-bug-texinfo=m.gmane.org@gnu.org Thu Jun 26 05:33:21 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VNVh-0007OK-00 for ; Thu, 26 Jun 2003 05:33:21 +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 19VNTu-00041n-Cr for gnu-bug-texinfo@m.gmane.org; Wed, 25 Jun 2003 23:31:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VHSQ-0000WO-6R for bug-texinfo@gnu.org; Wed, 25 Jun 2003 17:05:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VHQG-000054-C8 for bug-texinfo@gnu.org; Wed, 25 Jun 2003 17:03:21 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VGKE-0000MW-56; Wed, 25 Jun 2003 15:53:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19VGKD-0000Ds-A0; Wed, 25 Jun 2003 15:53:01 -0400 Original-To: Luc Teirlinck In-reply-to: <200306250135.h5P1Z9215892@eel.dms.auburn.edu> (message from Luc Teirlinck on Tue, 24 Jun 2003 20:35:09 -0500 (CDT)) Original-cc: bug-texinfo@gnu.org Original-cc: emacs-devel@gnu.org X-BeenThere: bug-texinfo@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for the GNU Texinfo documentation system List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-texinfo-bounces+gnu-bug-texinfo=m.gmane.org@gnu.org Xref: main.gmane.org gmane.comp.tex.texinfo.bugs:1098 gmane.emacs.devel:15263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15263 I believe that the bug was a badly initialized while loop in `Info-extract-menu-node-name'. I would like to commit the following patch, which takes care of these problems. Is this OK? If nobody reports problems with it in 2 days, please install it.