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: [patch] add interactive browse of revisions from vc *Annotate* buffers Date: Mon, 12 Jan 2004 06:30:31 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1073885430.2822.135.camel@localhost> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073885693 22027 80.91.224.253 (12 Jan 2004 05:34:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2004 05:34:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jan 12 06:34:44 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Afuiq-00045f-00 for ; Mon, 12 Jan 2004 06:34:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Afuip-0006T9-00 for ; Mon, 12 Jan 2004 06:34:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Afvd7-0005tN-0B for emacs-devel@quimby.gnus.org; Mon, 12 Jan 2004 01:32:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Afvcp-0005tC-Nl for emacs-devel@gnu.org; Mon, 12 Jan 2004 01:32:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AfvcJ-0005N3-KB for emacs-devel@gnu.org; Mon, 12 Jan 2004 01:32:34 -0500 Original-Received: from [193.113.160.16] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfvcJ-0005Lx-0w for emacs-devel@gnu.org; Mon, 12 Jan 2004 01:32:03 -0500 Original-Received: from dialin-145-254-063-158.arcor-ip.net (145.254.63.158) by mail.o2.co.uk (7.0.020) (authenticated as 01792247376@o2online.de) id 3FFF0821000DE088; Mon, 12 Jan 2004 05:30:24 +0000 Original-To: Benjamin Rutt In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19139 On Mon, 2004-01-12 at 03:54, Benjamin Rutt wrote: > I wrote this patch because I wanted to be able to browse forward and > backwards to prev and next revisions from vc.el *Annotate* buffers. > That way, I can see which member of my work group is responsible for > entering a particular line of a CVS-controlled file (it's sometimes > not enough to just vc-annotate a buffer, since sometimes users > reformat or reindent lines of source code that they didn't originally > write). This looks excellent and it should definitely be included. (I've been wishing for something like this myself.) I will check out the code and your legal assignments and get back to you about it. Thanks for that contribution.