From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.help Subject: Re: C-x v g going further back in time? Date: Tue, 20 Jan 2004 20:02:23 -0500 Organization: The Ohio State University Dept. of Computer and Info. Science Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074655801 30841 80.91.224.253 (21 Jan 2004 03:30:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 03:30:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 21 04:29:57 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aj941-0001D9-00 for ; Wed, 21 Jan 2004 04:29:57 +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 1Aj738-0008IV-MD for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2004 20:20:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.cis.ohio-state.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: mu.cis.ohio-state.edu Mail-Copies-To: nobody User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:vP6VWp1Z3rtFdra5Cl9WOxjYorw= Original-Xref: shelby.stanford.edu gnu.emacs.help:120295 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16240 Stefan Monnier writes: > What I keep wanting is: > - in *vc-annotate*, clicking on the left hand side on a rev-number jumps > to the corresponding log text in *vc* and/or show the diff in *vc-diff*. > - from the log in *vc* do C-x v g to get the *vc-annotate* of the > rev-under-point. In case you didn't notice it on the emacs-devel mailing list, something similar to the first of your two wishes has now been implemented in CVS emacs, using the 'L' and 'D' keys for log and diff, respectively. -- Benjamin