emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert a keyboard macro to equivalent Lisp code


From: Stefan Monnier
Subject: Re: Convert a keyboard macro to equivalent Lisp code
Date: Mon, 07 Jun 2010 09:36:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> It is rather ugly that the conversion can only apply to the last
> macro, not to other macros that were saved under names.

Agreed.  Given such a restriction, it would make more sense to do the
conversion directly while recording the macro (so you either record
a "keyboard macro" (the old thingy) or a "command macro" (the new
thingy)).  One advantage of this approach is that it makes it OK if it
behaves a bit differently than keyboard macros, since it's
a different beast.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]