On Tue, Jun 28, 2016 at 2:39 PM, Gavin Smith <[email protected]>
wrote:
> It should be the same text face if you use a command like @code in it,
> or you could use @kbd itself in its definition.
>
How could I use @kbd inside the macro without it producing single quotes
around the key sequence?
And what does the @t in your original macro do?
So code and kbd use the same typeset face; I would have thought they would
be somewhat different.
Is this sufficient?
@macro
k
eyseq {arg}
@
code
{@{\arg\@}}
@end macro
Then call it as @keyseq{C-x o}.
Bob