Re: texinfo4.6.90 pretest available
Akim Demaille <[email protected]> Tue, 09 Mar 2004 08:53:11 +0100
| Newsgroups | gmane.comp.tex.texinfo.pretest |
|---|---|
| Message-ID | <[email protected]> |
>>> "Karl" == Karl Berry <[email protected]> writes: > Hello Texinfo friends, Hi! The 4.7 is going to be a vintage for Texinfo, thanks for all this good work! Nevertheless I would like to reemphasize that there is still one nasty bug in Texinfo: the lack of @documentlanguage support. It is a real issue, and should be too hard to address, as was already discussed here, including with Bruno Haible. src/texinfo/test-cases % eof language.texi nostromo 8:49 : -------------------- language.texi ---------------------- cat > language.texi << \EOF \input texinfo @c -*-texinfo-*- @setfilename language.info @documentlanguage en @ifnottex @node Top @top TITLE @end ifnottex Made on @today{}. @menu * Foo:: * Bar:: * Contents:: @end menu @node Foo @chapter Foo @cindex Foo @xref{Bar}. @node Bar @chapter Bar @cindex Bar @node Contents @chapter Contents @contents @printindex cp @bye EOF : ------------------------------------------------------------ src/texinfo/test-cases % makeinfo --plaintext language.texi -o language.txt src/texinfo/test-cases % eof language.txt nostromo 8:51 : -------------------- language.txt ---------------------- cat > language.txt << \EOF TITLE ***** Made on 9 mars 2004. 1 Foo ***** *Note Bar::. 2 Bar ***** 3 Contents ********** Table des matières ****************** TITLE 1 Foo 2 Bar 3 Contents Bar: Voir 2. (line 14) Foo: Voir 1. (line 9) EOF : ------------------------------------------------------------ There are several mistakes: - the date - Table des matières - Voir I guess there are others. _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo/ [email protected] http://ff0.org/mailman/listinfo/texinfo-pretest