From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: GTK documentation in Emacs Date: Fri, 10 Jan 2003 22:56:21 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9791-Fri10Jan2003225621+0200-eliz@is.elta.co.il> References: <7A72D9C8-24DC-11D7-AA49-00039363E640@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042232799 2211 80.91.224.249 (10 Jan 2003 21:06:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 10 Jan 2003 21:06:39 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18X6LX-0000VO-00 for ; Fri, 10 Jan 2003 22:05:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18X6Ri-0003UO-00 for ; Fri, 10 Jan 2003 22:12:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18X6Ll-0005Lz-02 for emacs-devel@quimby.gnus.org; Fri, 10 Jan 2003 16:05:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18X6KL-0004xz-00 for emacs-devel@gnu.org; Fri, 10 Jan 2003 16:04:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18X6Ft-0002kz-00 for emacs-devel@gnu.org; Fri, 10 Jan 2003 15:59:56 -0500 Original-Received: from thor.inter.net.il ([192.114.186.11]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18X6FS-00026l-00 for emacs-devel@gnu.org; Fri, 10 Jan 2003 15:59:27 -0500 Original-Received: from zaretsky ([80.230.85.156]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id ASC38162; Fri, 10 Jan 2003 22:59:19 +0200 (IST) Original-To: jan.h.d@swipnet.se X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <7A72D9C8-24DC-11D7-AA49-00039363E640@swipnet.se> (jan.h.d@swipnet.se) 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:10635 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10635 > Date: Fri, 10 Jan 2003 21:45:39 +0100 > From: "Jan D." > > > > In general, please use just "@node Foo", without the prev/next/up > > links, as in "@node GTK widget paths". This makes it easier to move > > nodes around. > > Hmm, I had that at first and then makeinfo complained. I probably > did something wrong, I'll look in to this. For this to work, you need to put the nodes in the depth-first-search order, and you need to have a menu item in the parent node for each of its child nodes. makeinfo should tell what is wrong, but if you cannot figure out its messages, please post them and I will try to help.