GNU bug report logs - #31764
26.1; Point in VC change log is not centered as documented

Previous Next

Package: emacs;

Reported by: Carlos Pita <carlosjosepita <at> gmail.com>

Date: Fri, 8 Jun 2018 19:25:01 UTC

Severity: normal

Tags: fixed, patch

Merged with 44001

Found in version 26.1

Fixed in version 26.2

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 31764 <at> debbugs.gnu.org (full text, mbox):

From: Carlos Pita <carlosjosepita <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 31764 <at> debbugs.gnu.org
Subject: Re: bug#31764: 26.1;
 Point in VC change log is not centered as documented
Date: Fri, 8 Jun 2018 19:10:38 -0300
As a workaround I installed this advice:

(advice-add 'vc-print-log
        :filter-args (lambda (args)
               (cons (or (car args)
                     (vc-working-revision (buffer-file-name)))
                 (cdr args))))

The default that it sets feels like the right fix (so that nil could
mean "don't move") to me but I'm not sure.




This bug report was last modified 4 years and 214 days ago.

Previous Next


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