GNU bug report logs - #20608
25.0.50; vc-git-log-view-mode inserts "Show 2X entries" at bob when interrupted

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Tue, 19 May 2015 11:45:03 UTC

Severity: normal

Tags: patch

Found in version 25.0.50

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


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

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: martin rudalics <rudalics <at> gmx.at>, 20608 <at> debbugs.gnu.org
Subject: Re: bug#20608: 25.0.50; vc-git-log-view-mode inserts "Show 2X
 entries" at bob when interrupted
Date: Tue, 19 May 2015 16:03:45 +0300
On 05/19/2015 04:01 PM, martin rudalics wrote:
>  > +                (if (not win)
>  > +                    (goto-char vc-sentinel-movepoint)
>  > +                  (with-selected-window win
>  > +                    (goto-char vc-sentinel-movepoint)))))))))))
>
> How about
>
>                  (if win
>                      (set-window-point win vc-sentinel-movepoint)
>            (goto-char vc-sentinel-movepoint))
>
> instead?

Looks OK to me. But it's not relevant to this bug or the proposed patch.




This bug report was last modified 10 years and 75 days ago.

Previous Next


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