- Subject: Re: Problems & Questions
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Mon, 17 Oct 2005 23:15:45 -0400
Adam Byrtek <alpha@xxxxxxxxxxxx> wrote:
>This was also a problem for me. I've already found out how to do this,
>but using a prefix for redo is definitely not intuitive. I would love
>to have a redo function I can bind a key to. Is there any way to
>accomplish this?
site.sl contains a redo function. However I suspect this version of
it may be what you are after:
public define redo ()
{
ERROR_BLOCK
{
call("undo");
_clear_error ();
};
if (CURRENT_KBD_COMMAND == LAST_KBD_COMMAND)
call ("undo");
else
call("kbd_quit");
}
Thanks,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2005 date index]
[2005 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]