----- Forwarded message from "H. Nanosecond" <[EMAIL PROTECTED]> -----
Subject: Bug#77885: particular bug in makeinfo --html
Reply-To: "H. Nanosecond" <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
X-Debian-PR-Package: texinfo
Date: Fri, 24 Nov 2000 05:03:13 -0500 (EST)
To: [EMAIL PROTECTED]
From: "H. Nanosecond" <[EMAIL PROTECTED]>
Package: texinfo
Version: 4.0-4
Hello,
I believe I found a bug in makeinfo, please look at this:
If there is a blank line following a @table command then an invalid
<br> added. Try it on the following texinfo file.
Also, is there a typo in the file insertion.c?
It says
/* Force the browser to render one blank line before
each new @item in a table. But don't do that unless
this is the first <dt> after the <dl>, or if we are
converting @itemx.
but should it say
/* Force the browser to render one blank line before
each new @item in a table. But don't do that *if*
this is the first <dt> after the <dl>, or if we are
converting @itemx.
?
\input texinfo
@setfilename fileutils.info
@settitle GNU file utilities
@format
@ifinfo
START-INFO-DIR-ENTRY
* File utilities: (fileutils). GNU file utilities.
* chgrp: (fileutils)chgrp invocation. Change file groups.
@end ifinfo
@end format
@titlepage
@title GNU @code{fileutils}
@page
xxx
@end titlepage
@ifnottex
@node Top
@top GNU file utilities
@cindex file utilities
@cindex utilities for file handling
xxx
@menu
* Introduction:: Caveats, overview, and authors.
@end menu
@end ifnottex
@node Introduction
@chapter Introduction
@cindex introduction
@table @samp
@item --111
No <br> above here...
@item --222
xxx
@item --555
xxx
@end table
@table @samp
@item --333
but there is a <br> above this.
@item --444
xxx
@end table
@bye
----- End forwarded message -----
--
Digital Electronic Being Intended for Assassination and Nullification
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo