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: 4 minor suggestions for files.el Date: Wed, 07 May 2003 07:51:14 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200304142022.h3EKMHRu026814@rum.cs.yale.edu> <200304172139.h3HLdBvK009948@rum.cs.yale.edu> <200304292107.h3TL7Kl9007427@rum.cs.yale.edu> <1052146332.510.27.camel@localhost> <1052218614.509.109.camel@localhost> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1052308704 6755 80.91.224.249 (7 May 2003 11:58:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 11:58:24 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 07 13:58:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DNYx-0001kd-00 for ; Wed, 07 May 2003 13:58:19 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19DNcv-0002vg-00 for ; Wed, 07 May 2003 14:02:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DNYT-0001aA-03 for emacs-devel@quimby.gnus.org; Wed, 07 May 2003 07:57:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DNU5-00004q-00 for emacs-devel@gnu.org; Wed, 07 May 2003 07:53:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DNTg-0008AD-00 for emacs-devel@gnu.org; Wed, 07 May 2003 07:52:53 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DNS6-0006tN-00 for emacs-devel@gnu.org; Wed, 07 May 2003 07:51:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 19DNS6-0004Pb-00; Wed, 07 May 2003 07:51:14 -0400 Original-To: Andre Spiegel In-reply-to: <1052218614.509.109.camel@localhost> (message from Andre Spiegel on 06 May 2003 12:56:55 +0200) Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13736 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13736 I don't think it's wise to make this available through the general undo mechanism. For example, vc-merge may also detect conflicts with your own changes, and you need to resolve them before the merge operation is actually finished. How would you undo that? I presume you would resolve them through editing, so I guess you could undo those editing operations. Would that be unreasonable?