emacs-devel
[Top][All Lists]
Advanced

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

Re: Is there a plan to record kbd macro as elisp code?


From: Stefan Monnier
Subject: Re: Is there a plan to record kbd macro as elisp code?
Date: Sat, 27 Oct 2007 16:04:57 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> Thank you for your appreciation. But my modification is in the C code of 
> emacs, because 'execute-command' and 'call-interactively' are in C code.
> And I don't think my dirty code would be a valid patch for the emacs 
> developers.

I think what was expected was to first record a keyboard macro and later to
turn that into elisp code.  Another approach is to use a pre-command-hook to
record the value of `this-command' for each command run.


        Stefan




reply via email to

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