From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: 4 minor suggestions for files.el Date: 05 May 2003 16:52:12 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1052146332.510.27.camel@localhost> References: <200304142022.h3EKMHRu026814@rum.cs.yale.edu> <200304172139.h3HLdBvK009948@rum.cs.yale.edu> <200304292107.h3TL7Kl9007427@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1052148462 13244 80.91.224.249 (5 May 2003 15:27:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 May 2003 15:27:42 +0000 (UTC) Cc: Stefan Monnier Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 05 17:27:35 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 19ChYd-0001gi-00 for ; Mon, 05 May 2003 17:07:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Chbg-00023U-00 for ; Mon, 05 May 2003 17:10:20 +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 19ChVU-0005Pj-05 for emacs-devel@quimby.gnus.org; Mon, 05 May 2003 11:03:56 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19ChMB-0001QU-00 for emacs-devel@gnu.org; Mon, 05 May 2003 10:54:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19ChLj-0001H3-00 for emacs-devel@gnu.org; Mon, 05 May 2003 10:53:52 -0400 Original-Received: from gnuftp.gnu.org ([199.232.41.6]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ChLX-00016S-00; Mon, 05 May 2003 10:53:39 -0400 Original-Received: from [194.73.242.6] (helo=wmpmta04-app.mail-store.com) by gnuftp.gnu.org with esmtp (Exim 4.10.13) id 19ChLX-00023d-00; Mon, 05 May 2003 10:53:39 -0400 Original-Received: from [10.0.1.2] ([217.81.118.65]) by wmpmta04-app.mail-store.com with ESMTP <20030505145212.BIRE28002.wmpmta04-app.mail-store.com@[10.0.1.2]>; Mon, 5 May 2003 15:52:12 +0100 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.2.4 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:13697 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13697 On Mon, 2003-05-05 at 16:32, Richard Stallman wrote: > What I have in mind is a command to take out the changes that > were made between a certain pair of versions. We already have that. vc-merge (C-x v m) can do it; just specify the version numbers in reverse. E.g. typing C-x v m 1.4 RET 1.2 RET takes out the changes that were made from version 1.2 to 1.4.