From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15815 invoked by alias); 3 Nov 2011 18:04:37 -0000 Received: (qmail 15801 invoked by uid 22791); 3 Nov 2011 18:04:36 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Nov 2011 18:04:22 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1RM1eH-0005Pc-NC from Maciej_Rozycki@mentor.com ; Thu, 03 Nov 2011 11:04:21 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 3 Nov 2011 11:03:00 -0700 Received: from [172.30.5.203] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Thu, 3 Nov 2011 18:04:19 +0000 Date: Thu, 03 Nov 2011 18:04:00 -0000 From: "Maciej W. Rozycki" To: Tom Tromey CC: Eli Zaretskii , , , Subject: Re: Status of 'blacklist' patch? In-Reply-To: Message-ID: References: <83ipnjs9i1.fsf@gnu.org> <83ipndc92n.fsf@gnu.org> <83ehy0ded8.fsf@gnu.org> <4EA753C4.60408@mentor.com> <4EAF2E0E.7080508@earthlink.net> <83fwi5n9nn.fsf@gnu.org> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00094.txt.bz2 Hi Tom, > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> No, please don't remove the @node line. Instead, add to the parent > Eli> node a @menu that mentions this node, or add the node to an existing > Eli> menu, if the parent node already has a menu. > > Here is what I am committing to fix the problem. > > Tested by building with makeinfo 4.13. > > Tom > > 2011-11-03 Tom Tromey > > * gdb.texinfo (Stopping): Add menu entry. > (Continuing and Stepping): Restore @node. Use @section, not > @subsection. s/(Continuing and Stepping)/(Skipping Over Functions and Files)/ in the entry above, I presume. You managed to get at it before I did, thanks for fixing the breakage I caused. What about the other places where @subsection is used without @node -- are they legitimate? I followed their precedent here. Just making sure we all know what's going on here. Maciej