Hi Joseph,

Sorry for the delayed reply.

         \makevalueexpandable
    -    \def\temp{\input #1 }%
    +    \edef\temp{\noexpand\input #1 }%
         \expandafter
       }\temp

Thanks for the report.  I didn't see the reason for the tricky
\expandafter}\temp in the first place; I couldn't construct a case where
it made a difference.  So I just replaced the whole business with
\input #1
(which is all @verbatiminclude does).

The new version is at ftp://tug.org/tex/texinfo.tex.  Can you give it a
try and see how it goes?

Thanks,
karl


Reply via email to