From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: New commands for browsing diffs easily Date: Tue, 11 Apr 2006 10:47:41 +0200 Organization: Programmerer Ingebrigtsen Message-ID: References: <17467.27686.791286.685362@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144745325 4346 80.91.229.2 (11 Apr 2006 08:48:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Apr 2006 08:48:45 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 11 10:48:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FTEY7-0003Kv-Hm for ged-emacs-devel@m.gmane.org; Tue, 11 Apr 2006 10:48:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTEY6-0006Ox-Nf for ged-emacs-devel@m.gmane.org; Tue, 11 Apr 2006 04:48:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTEXn-0006OR-C8 for emacs-devel@gnu.org; Tue, 11 Apr 2006 04:48:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTEXl-0006Nv-Ha for emacs-devel@gnu.org; Tue, 11 Apr 2006 04:48:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTEXl-0006Ns-9G for emacs-devel@gnu.org; Tue, 11 Apr 2006 04:48:13 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FTEca-0002l2-DU for emacs-devel@gnu.org; Tue, 11 Apr 2006 04:53:12 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FTEXi-0003He-40 for emacs-devel@gnu.org; Tue, 11 Apr 2006 10:48:10 +0200 Original-Received: from quimbies.gnus.org ([80.91.231.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Apr 2006 10:48:10 +0200 Original-Received: from larsi by quimbies.gnus.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Apr 2006 10:48:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: quimbies.gnus.org Mail-Copies-To: never X-Now-Playing: Kate Bush's _Lionheart_: "Hammer Horror" User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:NX9rZ/X2oFiirl3KsqPV5vjfBqE= 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:52652 Archived-At: Nick Roberts writes: > Does log-view-mode do what you want? Do `C-x v l' and then `d' on > the appropriate line of the vc-change-log buffer (See VC status node > in the manual). I didn't know about the `d' command (thanks), but the usage is kinda klunky what with the popping between the different buffers and how you have to run the cursor around to get to the next/prev diff. I'm mainly aiming for ease of use here -- scanning through a range of diffs very easily (one keystroke) and quickly. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen