Hi Bob,

Thanks for the report.

    I discovered a problem in texinfo.tex where each @ifset that is  
    skipped adds a blank line inside an @example environment.

Yikes.

    Here is a simple testcase that demonstrates the problem.  I would  
    greatly appreciate any solutions or suggestions for fixing it.

A real solution is not apparent to me right now, it's deep in the ugly
end-of-line parsing, but for a workaround, if I put @c right after the
[EMAIL PROTECTED] ifset', I get no spurious blank line.  Like this:

@example
first line
@ifset A
@end [EMAIL PROTECTED]
last line (should be right after the first)
@end example

Except, oh sigh, that fails with makeinfo.  Are you using both the
makeinfo output as well as the TeX output?

Thanks,
Karl


_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to