Hello,

The following construct is processed fine by makeinfo:

@macro q{TEXT}
@html
\TEXT\
@end html
@end macro

Hi, my name is @q{Graham}.

But the expanded texinfo leads to an error:

Hi, my name is @html
Graham
@end html.

lilypond_macro_bug_expanded.texi:20: Bad argument `html.' to [EMAIL 
PROTECTED]', using `html'.


I attach the file showing that issue (from Graham Percival). You 
can show the issue by doing, for example:

makeinfo --html lilypond_macro_bug.texi
makeinfo -E lilypond_macro_bug_expanded.texi lilypond_macro_bug.texi
makeinfo --html lilypond_macro_bug_expanded.texi


--
Pat

Attachment: lilypond_macro_bug.texi
Description: TeXInfo document

Reply via email to