bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

In an @example, @comment at EOL swallows the following newline.


From: Alan Mackenzie
Subject: In an @example, @comment at EOL swallows the following newline.
Date: Sat, 30 Dec 2017 09:51:53 +0000
User-agent: Mutt/1.7.2 (2016-11-26)

Hello, texinfo.

I'm using texinfo 6.3 on Gentoo GNU/Linux.

I generated the file cc-mode.info using the command

    $ makeinfo cc-mode.texi

.  From the following source snippet:

@example
@group
main (int,
      char address@hidden some comment
     )
@end group
@end example

, this output was generated:

          main (int,
                char **     )

.  It will be seen that the ")" is on the same line as the "char **".
This seems to be a bug; the ")" should be on a line of its own, as it
is in the .texi source.

It seems that the comment is taken to include the terminating linefeed,
rather than being everything up to but not including the linefeed.

Any chance of fixing this?

Thanks!

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]