Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
This surfaced the problem that the `texinfo' package of XEmacs
does
not support the @ifnottex .. @end ifnottex construct.
I send patch against texinfmt.el to both bug-gnu-emacs and
bug-texinfo and got reply from rms, but it wasn't applied to
Emacs 20.4.91 in some reason. I've just resended it to
rms. If no one volunteers, I'll sync texinfo stuff with 20.5
when it is released.
You only need to add just these two lines to handle
@ifnottex. It's semantically equivalent to @ifinfo when
formatting Info.
(put 'ifnottex 'texinfo-format 'texinfo-discard-line)
(put 'ifnottex 'texinfo-end 'texinfo-discard-command)
Martin Buchholz <martin(a)xemacs.org> writes:
>>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
APA> Further investigation shows that texinfo-3.12 has problems with this
APA> construct also. Was this a bug in 3.12? Sources indicate that it
APA> should support the construct.
I did not have the same experience as Adrian, but I am on Linux using
makeinfo 3.12f (and 4.0) and Adrian is on Windows NT. For me makeinfo
3.12f works fine.
3.12f is a pretest version and has many bug fixes and some
new bugs. :-)
I've no longer have texinfo 3.12 installed, so I cannot test
if it's actually a bug of 3.12.
--
Yoshiki Hayashi