[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New undo element (fun . args)
From: |
Kim F. Storm |
Subject: |
Re: New undo element (fun . args) |
Date: |
Tue, 08 Feb 2005 13:53:58 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> It turned out to be quite tricky to get the usage right as an apply
> function need to install a proper _redo_ entry which may not really do
> anything but re-install the original _undo_ entry etc.
>
> Ifr the extensible undo entry does some other nontrivial job,
> surely its redo entry should redo that nontrivial job, right?
> So how can it be that the redo entry only reinstalls the undo entry?
That was the tricky part :-)
It actually took me some time and deep thought to realize what
was (not) needed.
The cua undo stuff only deals with rectangle highlighting, so it only
makes sense to highlight anything when the rectangle data is actually
present/restored.
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: New undo element (fun . args), (continued)
- Re: New undo element (fun . args), Kim F. Storm, 2005/02/04
- Re: New undo element (fun . args), Richard Stallman, 2005/02/05
- Re: New undo element (fun . args), Kim F. Storm, 2005/02/07
- Re: New undo element (fun . args), Richard Stallman, 2005/02/07
- Re: New undo element (fun . args), Kim F. Storm, 2005/02/09
- Re: New undo element (fun . args), Kim F. Storm, 2005/02/07
- Re: New undo element (fun . args), David Kastrup, 2005/02/07
- Re: New undo element (fun . args), Stefan Monnier, 2005/02/07
- Re: New undo element (fun . args), Richard Stallman, 2005/02/08
- Re: New undo element (fun . args), Richard Stallman, 2005/02/08
- Re: New undo element (fun . args),
Kim F. Storm <=
- Re: New undo element (fun . args), Richard Stallman, 2005/02/03