Something like this gets rid of the pages of errors and warnings when
using "texi2dvi" on a larger Texinfo file, leaving just one or two
error messages.
- -o /dev/null --macro-expand=- \
+ -c DUMP_TEXI=1 --macro-expand=- \
And also requires makeinfo 5. I guess that's ok, but I dunno who or
what might be mixing and matching the script with different versions.
Sergey: may I ask, why do you need texi2dvi -E in the first place? Does
the texinfo.tex implementation of macros break in your document?
More when I have a chance.
k