From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: pcvs log view not functional Date: Fri, 25 Jul 2008 20:36:28 -0700 Message-ID: <200807260336.m6Q3aSsG005310@sallyv1.ics.uci.edu> References: <87fxpxihar.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217043565 28094 80.91.229.12 (26 Jul 2008 03:39:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jul 2008 03:39:25 +0000 (UTC) Cc: finalpatch , Stefan Monnier , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 26 05:40:14 2008 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 1KMade-0004sa-PJ for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2008 05:40:11 +0200 Original-Received: from localhost ([127.0.0.1]:36823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMack-00005I-TP for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 23:39:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMacg-00004w-V6 for emacs-devel@gnu.org; Fri, 25 Jul 2008 23:39:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMacf-0008VU-7K for emacs-devel@gnu.org; Fri, 25 Jul 2008 23:39:10 -0400 Original-Received: from [199.232.76.173] (port=59445 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMacf-0008VJ-2Q for emacs-devel@gnu.org; Fri, 25 Jul 2008 23:39:09 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:56079) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KMacZ-00014X-PK; Fri, 25 Jul 2008 23:39:04 -0400 X-ICS-MailScanner-Watermark: 1217648192.18309@zYZkQrYa44qqXTmjyEaI2Q Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m6Q3aSsG005310; Fri, 25 Jul 2008 20:36:28 -0700 (PDT) In-Reply-To: <87fxpxihar.fsf@catnip.gol.com> (Miles Bader's message of "Sat, 26 Jul 2008 10:07:56 +0900") Original-Lines: 19 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:101492 Archived-At: Miles Bader writes: > Incidentally, on a similar note, in the log-view-mode, you need to do > "d" to get a diff, but I kept trying to type "=" since that's used other > places. Maybe "=" should be bound there as well... > > Actually I'd like RET to pop up the corresponding revision too > (currently RET does nothing, and you need to use "f" to do it...). > > Anyone mind if I make these two bindings in log-view-mode? > > RET => log-view-find-revision I'd say yes, and the same should be done for annotate. > = => log-view-diff Should `=' be used for single file diff, or for changeset diff? i.e. the equivalent of `d' or `D' ?