From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Off topic: help with CVS, please! Date: Mon, 23 Feb 2009 16:14:57 +0100 Message-ID: <877i3hmbgu.fsf@ambire.localdomain> References: <20090222205527.GA8368@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235402403 11462 80.91.229.12 (23 Feb 2009 15:20:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2009 15:20:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 23 16:21:19 2009 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 1LbccQ-0001Q2-2M for ged-emacs-devel@m.gmane.org; Mon, 23 Feb 2009 16:21:18 +0100 Original-Received: from localhost ([127.0.0.1]:40195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lbcb5-0005P5-BW for ged-emacs-devel@m.gmane.org; Mon, 23 Feb 2009 10:19:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LbcaJ-00056L-JM for emacs-devel@gnu.org; Mon, 23 Feb 2009 10:19:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LbcaF-00054w-Ms for emacs-devel@gnu.org; Mon, 23 Feb 2009 10:19:06 -0500 Original-Received: from [199.232.76.173] (port=38289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LbcaF-00054c-2y for emacs-devel@gnu.org; Mon, 23 Feb 2009 10:19:03 -0500 Original-Received: from smtp-out05a.alice.it ([85.33.3.5]:3627) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LbcaE-0002e6-MI for emacs-devel@gnu.org; Mon, 23 Feb 2009 10:19:02 -0500 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-OUT05A.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 23 Feb 2009 16:14:24 +0100 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Mon, 23 Feb 2009 16:19:03 +0100 Original-Received: from ambire.localdomain ([79.16.71.44]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 23 Feb 2009 16:19:02 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1LbcWH-0002ol-8N; Mon, 23 Feb 2009 16:14:57 +0100 In-Reply-To: (Tom Tromey's message of "Sun, 22 Feb 2009 14:02:51 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-OriginalArrivalTime: 23 Feb 2009 15:19:03.0037 (UTC) FILETIME=[0F5BB2D0:01C995CA] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:109299 Archived-At: () Tom Tromey () Sun, 22 Feb 2009 14:02:51 -0700 You can use "cvs co -p" for this. You can get Emacs to do this (and save to FILENAME.~REVISION~) with `C-x v ~' (vc-revision-other-window). thi