GNU bug report logs - #2604
23.0.91; key bindings in vc-annotate incompatible w/ Emacs 22

Previous Next

Package: emacs;

Reported by: Reiner Steib <Reiner.Steib <at> gmx.de>

Date: Mon, 9 Mar 2009 03:05:08 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 2604 <at> debbugs.gnu.org
Subject: bug#2604: 23.0.91; key bindings in vc-annotate incompatible w/ Emacs 22
Date: Tue, 10 Mar 2009 14:30:31 -0700 (PDT)
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:

  > > --8<---------------cut here---------------start------------->8---
  > > --- vc-annotate.el	09 Jan 2009 09:52:59 +0100	1.7
  > > +++ vc-annotate.el	09 Mar 2009 20:35:28 +0100	
  > > @@ -506,7 +506,10 @@
  > >    "Visit the diff of the revision at line from its previous revision for all files in the changeset."
  > >    (interactive)
  > >    (when (eq 'file (vc-call-backend vc-annotate-backend 'revision-granularity))
  > > -    (error "The %s backend does not support changeset diffs" vc-annotate-backend))
  > > +    (error
  > > +     (substitute-command-keys "The %s backend does not support changeset diffs.  \
  > > +Use \\[vc-annotate-show-diff-revision-at-line] to diff this file.")
  > > +     vc-annotate-backend))
  > >    (vc-annotate-show-diff-revision-at-line-internal nil))
  >  
  > We could also fallback to the single-file diff code when the fileset is
  > a singleton.

This is vc-annotate, the fileset (if you are referring to the vc.el
notion of fileset) is always singleton.




This bug report was last modified 16 years and 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.