emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-annotate upper case key bindings are annoying


From: Dan Nicolaescu
Subject: Re: vc-annotate upper case key bindings are annoying
Date: Sat, 08 Mar 2008 09:31:55 -0800

address@hidden (Johan Bockgård) writes:

  > Dan Nicolaescu <address@hidden> writes:
  > 
  > > 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?
  > 
  > Yes.  See
  > 
  > http://lists.gnu.org/archive/html/emacs-devel/2004-01/msg00279.html

Thanks.

Now looking a bit in more details: 
l, j and v are not used by view-mode so they could be easily used for 
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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]