On Wed, Feb 20, 2013 at 09:05:02PM -0800, Paul Eggert wrote: > > makeinfo -o t.info tramp.texi > > This works fine with Texinfo 4.13, but Texinfo 5.0 > issues many diagnostics; see the attached file zerr.txt.
Next issue is with construct like some text @set x as a similar construct happens in the @trampfn/@xxx macro expansion. the beginning of the @trampfn macro expansion. It gives a warning in the new makeinfo implementation: d.texi:1: warning: @set should only appear at a line beginning Nothing in the manual says that @set/@clear should be at the beginning of a line. Should I remove that warning? -- Pat