jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Problems & Questions


On 17.10.05, Adam Byrtek wrote:
> On Sun, Oct 16, 2005 at 04:34:55PM -0400, John E. Davis wrote:
> > >- Is there a redo on jed?
> > 
> >   Yes.  First press Ctrl-G (or whatever key is bound to `kbd_quit`).
> > Then press the undo key one or more times.
> 
> 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?

There is a redo() function in cuamisc.sl (both, in jed 99.17 and
jedmodes.sf.net) with slightly different functionality (due to John's and
my different ideas of "the right way"). So (e.g. in .jedrc)

  autoload("redo", "cuamisc");
  setkey("redo",   Key_Shift_F8);

would bind Shift F8 to redo.

Guenter




-- 
G.Milde web.de

--------------------------
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]