Hello,

A spurios "@*" at the end of an item will eat the empty line before the
next item (cf. "item 4.0a"):

makeinfo --version
makeinfo (GNU texinfo) 4.0

Copyright (C) 1999 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

cat test.texi

@table @t
@item 4.0
line 1@*
line 2

@item 4.0a
line 1a@*
line 2a@*

@item 4.0b
line 1b@*
line 2b
@end table

makeinfo --no-headers --paragraph-indent 0 --force test.texi

4.0
     line 1
     line 2

4.0a
     line 1a
     line 2a
4.0b
     line 1b
     line 2b

Expected output:

4.0
     line 1
     line 2

4.0a
     line 1a
     line 2a

4.0b
     line 1b
     line 2b

Maybe, the texi parser should warn about spurios trailing "@*" commands?

-- 
[EMAIL PROTECTED] (work) / [EMAIL PROTECTED] (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to