From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jonathan Andreasen Newsgroups: gmane.lisp.guile.bugs Subject: IRIX ifnottex (newbie) Date: Tue, 19 Nov 2002 23:06:00 -0600 (CST) Sender: bug-guile-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1037768723 4775 80.91.224.249 (20 Nov 2002 05:05:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 05:05:23 +0000 (UTC) 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 18EN3C-0001Ep-00 for ; Wed, 20 Nov 2002 06:05:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EN4q-0006hz-00; Wed, 20 Nov 2002 00:07:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18EN3v-0006UG-00 for bug-guile@gnu.org; Wed, 20 Nov 2002 00:06:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18EN3t-0006Rj-00 for bug-guile@gnu.org; Wed, 20 Nov 2002 00:06:06 -0500 Original-Received: from entropy.phy.ilstu.edu ([138.87.129.4]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EN3p-0006Qm-00 for bug-guile@gnu.org; Wed, 20 Nov 2002 00:06:04 -0500 Original-Received: by entropy.phy.ilstu.edu (Postfix, from userid 429) id B03D63555; Tue, 19 Nov 2002 23:06:00 -0600 (CST) Original-Received: from localhost (localhost [127.0.0.1]) by entropy.phy.ilstu.edu (Postfix) with ESMTP id 5E3913554 for ; Tue, 19 Nov 2002 23:06:00 -0600 (CST) Original-To: bug-guile@gnu.org Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:575 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:575 continuing the thread RE: ifnottex? Neil Jerram 05/16/2001 14:32:27 my version of makeinfo is (GNU texinfo 3.12) 1.68 and I'm installing on IRIX64 and get the following errors, very similar to previously mentioned errors: Making info file `guile.info' from `guile.texi'. guile.texi:194: No matching `@end ifnottex'. guile.texi:204: Unmatched `@end'. ./preface.texi:18: No matching `@end ifnottex'. ./preface.texi:21: Unmatched `@end'. ./preface.texi:72: No matching `@end ifnottex'. ./preface.texi:75: Unmatched `@end'. ./preface.texi:151: No matching `@end ifnottex'. ./preface.texi:154: Unmatched `@end'. ./tools.texi:270: itemize requires an argument: the formatter for @item. ./tools.texi:337: itemize requires an argument: the formatter for @item. ./scheme-io.texi:476: itemize requires an argument: the formatter for @item. ./scheme-io.texi:517: itemize requires an argument: the formatter for @item. the mentioned fix was -------------------8<-------------------- The problem with @ifnottex in Texinfo 3.12 are actually a bug/misfeature in that version: conditionals such as @ifnottex cannot span node boundaries. Here's a ChangeLog entry from the latest Texinfo distribution: Sun Nov 29 17:12:35 1998 Karl Berry <> [...] * makeinfo/insertion.c (discard_insertions): Let any conditional cross node boundary. (So the @top node can be wrapped in @ifnottex, for example.) This was done during the (long) pretest of Texinfo 4.0. -------------------8<-------------------- forgive my naivity, but how do you implement this fix? I'd appreciate any feedback thanks. jon _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile