emacs-devel
[Top][All Lists]
Advanced

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

New undo element (fun . args)


From: Kim F. Storm
Subject: New undo element (fun . args)
Date: Sun, 30 Jan 2005 01:47:02 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

I appreciate the new undo element (fun . args), but there are
two problems with the specific format chosen:

1) it does not work with the "undo-in-region" funtionality.

2) AFAICS, it effectively blocks any future extensions to the
   undo list format.

To fix both of these problems, I suggest to change the format to:

   (apply FUN ARGS BEG . END)

and fix the undo in region to understand it.

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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