From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#20470: 24.5; VC log buffer no longer scrolls itself Date: Tue, 25 Aug 2020 21:30:08 +0300 Organization: LINKOV.NET Message-ID: <87pn7ey4dj.fsf@mail.linkov.net> References: <1430400129.57087.YahooMailBasic@web171304.mail.ir2.yahoo.com> <871rjvdqrb.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25420"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 20470@debbugs.gnu.org, Stefan Monnier , Raoul Gough To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 25 21:11:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kAeLf-0006UU-89 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 25 Aug 2020 21:11:11 +0200 Original-Received: from localhost ([::1]:35364 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAeLe-0006Fb-9N for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 25 Aug 2020 15:11:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35960) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAeKZ-0005TY-Jd for bug-gnu-emacs@gnu.org; Tue, 25 Aug 2020 15:10:07 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52832) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kAeKZ-0004FN-AT for bug-gnu-emacs@gnu.org; Tue, 25 Aug 2020 15:10:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kAeKZ-00011z-5A for bug-gnu-emacs@gnu.org; Tue, 25 Aug 2020 15:10:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Aug 2020 19:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20470 X-GNU-PR-Package: emacs Original-Received: via spool by 20470-submit@debbugs.gnu.org id=B20470.15983825833895 (code B ref 20470); Tue, 25 Aug 2020 19:10:03 +0000 Original-Received: (at 20470) by debbugs.gnu.org; 25 Aug 2020 19:09:43 +0000 Original-Received: from localhost ([127.0.0.1]:36137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAeKE-00010k-WC for submit@debbugs.gnu.org; Tue, 25 Aug 2020 15:09:43 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:55809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAeKC-00010K-T9 for 20470@debbugs.gnu.org; Tue, 25 Aug 2020 15:09:41 -0400 X-Originating-IP: 91.129.102.47 Original-Received: from mail.gandi.net (m91-129-102-47.cust.tele2.ee [91.129.102.47]) (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 72A85FF805; Tue, 25 Aug 2020 19:09:32 +0000 (UTC) In-Reply-To: <871rjvdqrb.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 25 Aug 2020 11:22:16 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:186338 Archived-At: > Apply the patch or close the bug as a "wontfix"? > > diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el > index 5561292d8c..6dad0cf83a 100644 > --- a/lisp/vc/vc.el > +++ b/lisp/vc/vc.el > @@ -817,6 +817,12 @@ vc-log-show-limit > Not all VC backends are able to support this feature." > :type 'integer) > > +(defcustom vc-log-jump-to-current nil > + "If non-nil, `vc-print-log' moves point automatically to the > +log message for the current working revision." > + :type 'boolean > + :version "28.1") I think such option makes more sense in context of https://debbugs.gnu.org/35624#66 that proposed to insert a header line for the current working revision where you can type 'D' to diff the working revision in vc-git logs. But I'm still not sure whether such option is needed at all since the long-established behavior is just to jump to the latest revision that should be followed in all VCSs.