On 000525, at 14:32:25, Drew Bloechl wrote:
> I tried:
> 
> macro compose g "\ef^u$realname <`pwgen 8`@cesspool.net>\n"
> 
> However, the backquotes seem to only get expanded when the macro is
> first entered

Perhaps by replacing the double quotes with single quotes, the back
quote expansion will be delayed until the macro is invoked:

    macro compose g '\ef^u$realname <`pwgen 8`@cesspool.net>\n'

-- 
David Ellement

Reply via email to