Re: keyboard-macro-timer.el

2007-07-20 Thread Richard Stallman
For executing previous command I did some investigation and looked up how `repeat' does it and it was way too complicated to me with a lot of handling of special cases. We could move some of that code to a subroutine which you could call. That should be pretty straightforward. Having

Re: keyboard-macro-timer.el

2007-07-20 Thread Mathias Dahl
Richard Stallman <[EMAIL PROTECTED]> writes: > It occurs to me that it would be more general to repeat the next or > previous command at a given interval. If what you want to repeat is > a keyboard macro, then you type a command to run the keyboard macro. True, that would be more general. > It

Re: keyboard-macro-timer.el

2007-07-19 Thread Richard Stallman
It occurs to me that it would be more general to repeat the next or previous command at a given interval. If what you want to repeat is a keyboard macro, then you type a command to run the keyboard macro. It is probably just as convenient, and maybe simpler too. Would you like to give that a try?