From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: New undo element (fun . args) Date: Tue, 08 Feb 2005 06:46:33 -0500 Message-ID: References: <87fz0jyn19.fsf-monnier+emacs@gnu.org> <87mzunvyki.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107864863 5768 80.91.229.2 (8 Feb 2005 12:14:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2005 12:14:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 13:14:23 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CyUG1-00072a-Mr for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2005 13:14:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyUUL-0003Bg-Lc for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2005 07:29:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CyUP9-0000WM-Fo for emacs-devel@gnu.org; Tue, 08 Feb 2005 07:23:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CyUOe-0000HJ-G6 for emacs-devel@gnu.org; Tue, 08 Feb 2005 07:23:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyUOa-00009h-Vy for emacs-devel@gnu.org; Tue, 08 Feb 2005 07:23:09 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CyTsZ-0006t2-E3 for emacs-devel@gnu.org; Tue, 08 Feb 2005 06:50:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CyTpB-000056-UR; Tue, 08 Feb 2005 06:46:34 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33078 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33078 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?