From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK documentation in Emacs Date: Sat, 11 Jan 2003 12:01:21 +0100 (MET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200301111157.h0BBv9DU032103@stubby.bodenonline.com> References: <8011-Sat11Jan2003122348+0200-eliz@is.elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1042282872 10342 80.91.224.249 (11 Jan 2003 11:01:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2003 11:01:12 +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 18XJO2-0002ge-00 for ; Sat, 11 Jan 2003 12:01:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18XJUV-0002rU-00 for ; Sat, 11 Jan 2003 12:07:51 +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 18XJP8-0005pr-07 for emacs-devel@quimby.gnus.org; Sat, 11 Jan 2003 06:02:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18XJOr-0005nx-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 06:02:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18XJOp-0005la-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 06:02:00 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XJOo-0005lQ-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 06:01:58 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44]) h0BBv9DU032103; Sat, 11 Jan 2003 12:57:10 +0100 Original-To: eliz@is.elta.co.il In-Reply-To: <8011-Sat11Jan2003122348+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at jan 11, 2003 12:23:49 X-Mailer: ELM [version 2.5 PL0pre8] 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:10650 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10650 > > > From: "Jan D." > > Date: Sat, 11 Jan 2003 09:29:18 +0100 (CET) > > > > When I use "@node Foo" only I get this: > > ./xresources.texi:585: `GTK widget paths' has no Up field. > > ./xresources.texi:636: `GTK names in Emacs' has no Up field. > > ./xresources.texi:720: `GTK styles' has no Up field. > > makeinfo: Removing output file `../info/emacs' due to errors; use --force to preserve. > > This happens because your top-level GTK section has the @appendixsec > directive in it, but all the other sections, which are subsections of > the top-level section, always use @appendixsec. You should instead > use @appendixsubsec in the 3 subsections; then the problem will go > away. (Sorry I didn't mention this restriction in my message.) I just figured this out :-) > As the node "makeinfo Pointer Creation" in the Texinfo manual > explains, makeinfo uses the sectioning commands to deduce the > hierarchical structure of the document. So you must use the > sectioning commands, and you must mark each chapter and section > correctly with sectioning commands, for the automatic pointer creation > to work. This makes sense. I wish maekinfo said something about "sectioning structure not consistent with menu structure" or something like that. Jan D.