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: vc-annotate upper case key bindings are annoying Date: Sat, 08 Mar 2008 09:31:55 -0800 Message-ID: <200803081731.m28HVtsa004347@sallyv1.ics.uci.edu> References: <200803080207.m2827Gva012600@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204997571 19395 80.91.229.12 (8 Mar 2008 17:32:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2008 17:32:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 08 18:33:19 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 1JY2uq-00065Q-LI for ged-emacs-devel@m.gmane.org; Sat, 08 Mar 2008 18:33:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JY2uI-00086H-Nt for ged-emacs-devel@m.gmane.org; Sat, 08 Mar 2008 12:32:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JY2uF-00085e-0e for emacs-devel@gnu.org; Sat, 08 Mar 2008 12:32:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JY2uD-00084R-Kr for emacs-devel@gnu.org; Sat, 08 Mar 2008 12:32:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JY2uD-00084O-Ff for emacs-devel@gnu.org; Sat, 08 Mar 2008 12:32:21 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JY2uD-0000ww-0i for emacs-devel@gnu.org; Sat, 08 Mar 2008 12:32:21 -0500 X-ICS-MailScanner-Watermark: 1205602318.32923@f8xHuncWtkVBxSyUdXi1Rg 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 m28HVtsa004347 for ; Sat, 8 Mar 2008 09:31:55 -0800 (PST) In-Reply-To: ("Johan =?iso-8859-1?Q?Bockg=E5rd=22's?= message of "Sat, 08 Mar 2008 10:35:20 +0100") Original-Lines: 29 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:91730 Archived-At: bojohan+news@dd.chalmers.se (Johan Bockg=E5rd) writes: > Dan Nicolaescu writes: >=20 > > Am I the only one that thinks that vc-annotate's upper case commands = are > > annoying? > > To do a diff from vc-log you use 'd', from vc-annotate you do 'D' > > > > Is using upper case letters because of using view-mode? >=20 > Yes. See >=20 > http://lists.gnu.org/archive/html/emacs-devel/2004-01/msg00279.html Thanks. Now looking a bit in more details:=20 l, j and v are not used by view-mode so they could be easily used for=20 vc-annotate-revision-at-line, vc-annotate-show-log-revision-at-line and vc-annotate-toggle-annotation-visibility, respectively. d would be nice to use for vc-annotate-show-diff-revision-at-line, but view-mode uses it. What is the most elegant way to make the 'd' binding work despite view-mode? (IMO we should just not use view-mode in this case, does it provide any interesting advantage?) Thoughts?