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: Thu, 15 Nov 2007 06:06:43 +0100 Message-ID: <18235.54243.690957.625823@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> 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 1195103230 13993 80.91.229.12 (15 Nov 2007 05:07:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2007 05:07:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 15 06:07:14 2007 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 1IsWwb-0007qN-Ko for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 06:07:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsWwO-0005Qn-PM for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 00:07:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsWwL-0005Oh-65 for emacs-devel@gnu.org; Thu, 15 Nov 2007 00:06:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsWwK-0005NE-B1 for emacs-devel@gnu.org; Thu, 15 Nov 2007 00:06:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsWwK-0005NB-6g for emacs-devel@gnu.org; Thu, 15 Nov 2007 00:06:56 -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 1IsWwB-0004Co-TP; Thu, 15 Nov 2007 00:06:48 -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 CF0B5213D0; Thu, 15 Nov 2007 06:06:46 +0100 (CET) In-Reply-To: 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:83244 Archived-At: On Tue Nov 13 2007 Richard Stallman wrote: > I don't know if anyone has as yet used atomic-change-group. > I'd be interested to know if it actually works well for you. Up to now my tests suggests that it does nicely what it is supposed to do. Roland