From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.devel Subject: Re: undoing changes automatically Date: Wed, 9 Jan 2008 11:11:47 +0100 Message-ID: <18308.40419.541912.6211@tfkp07.physik.uni-erlangen.de> References: <18231.43165.842097.720674@tfkp07.physik.uni-erlangen.de> <853avbp6ie.fsf@lola.goethe.zz> <18232.50129.24712.310255@tfkp07.physik.uni-erlangen.de> <18308.10385.319747.688235@tfkp07.physik.uni-erlangen.de> <18308.36729.829191.788405@tfkp07.physik.uni-erlangen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199873726 19380 80.91.229.12 (9 Jan 2008 10:15:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 10:15:26 +0000 (UTC) To: Stefan Monnier , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 11:15:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCXyJ-0002CP-1P for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 11:15:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCXxv-00064w-LF for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 05:15:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCXux-0003bT-8F for emacs-devel@gnu.org; Wed, 09 Jan 2008 05:12:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCXus-0003Wd-O9 for emacs-devel@gnu.org; Wed, 09 Jan 2008 05:12:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCXus-0003WG-EE for emacs-devel@gnu.org; Wed, 09 Jan 2008 05:12:10 -0500 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCXuh-0004aP-JF; Wed, 09 Jan 2008 05:12:00 -0500 Original-Received: from tfkp07.physik.uni-erlangen.de (tfkp07.physik.uni-erlangen.de [131.188.164.207]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id 993042153C; Wed, 9 Jan 2008 11:11:55 +0100 (CET) In-Reply-To: <18308.36729.829191.788405@tfkp07.physik.uni-erlangen.de> X-Mailer: VM 7.19 under Emacs 22.1.2 X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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 Xref: news.gmane.org gmane.emacs.devel:86630 Archived-At: On Wed Jan 9 2008 Roland Winkler wrote: > On Wed Jan 9 2008 Stefan Monnier wrote: > > I guess the message means that cancel-change-group couldn't find the > > path (through undo entries) going from the current state to the > > original state. More specifically, it means that the current undo-log > > does not contains as one of its nthcdr the head of the original > > undo logs. That might be the case if the changes to undo are too > > numerous and the undo-log has been truncated to the point where the > > undo-info needed to revert the change are not present any more. > > I thought of something like this, though I couldn't phrase it as > nicely and accurately as you did it :-) If all this is true, and it is necessary to keep the error message of cancel-chance-group in the code, then I'd be glad if this error message could be replaced by something that is more transparent for the average emacs user. I do not know what I could do with it except for bringing it up here. Roland