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#51590: follow-mode is broken with header-line and tab-line Date: Sun, 07 Nov 2021 21:56:50 +0200 Organization: LINKOV.NET Message-ID: <8635o7rb7h.fsf@mail.linkov.net> References: <86bl31xfl9.fsf@mail.linkov.net> <83h7ctgk93.fsf@gnu.org> <86pmrf3l9m.fsf_-_@mail.linkov.net> <868rxzsw4l.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6552"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51590@debbugs.gnu.org To: Alan Mackenzie Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 07 20:58:20 2021 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 1mjoJ2-0001Zg-GA for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 07 Nov 2021 20:58:20 +0100 Original-Received: from [::1] (port=39582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mjoJ0-0008Hj-PH for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 07 Nov 2021 14:58:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57636) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjoIp-0008DM-ER for bug-gnu-emacs@gnu.org; Sun, 07 Nov 2021 14:58:08 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43347) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mjoIj-0001gJ-Q6 for bug-gnu-emacs@gnu.org; Sun, 07 Nov 2021 14:58:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mjoIj-0001eU-Pf for bug-gnu-emacs@gnu.org; Sun, 07 Nov 2021 14:58:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Nov 2021 19:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51590 X-GNU-PR-Package: emacs Original-Received: via spool by 51590-submit@debbugs.gnu.org id=B51590.16363150726334 (code B ref 51590); Sun, 07 Nov 2021 19:58:01 +0000 Original-Received: (at 51590) by debbugs.gnu.org; 7 Nov 2021 19:57:52 +0000 Original-Received: from localhost ([127.0.0.1]:54893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjoIZ-0001e5-Tb for submit@debbugs.gnu.org; Sun, 07 Nov 2021 14:57:52 -0500 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:46421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjoIY-0001dp-BI for 51590@debbugs.gnu.org; Sun, 07 Nov 2021 14:57:51 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 004751C0003; Sun, 7 Nov 2021 19:57:42 +0000 (UTC) In-Reply-To: (Alan Mackenzie's message of "Sun, 7 Nov 2021 19:44:17 +0000") 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:219287 Archived-At: >> Thanks, I tested it out, and everything works without a hitch: >> with tab-line-format, or with header-line-format, or with both. > > That's great. If it's OK with you, I will write a commit message, > commit the change to the emacs-28 branch, then merge it to master. > > Thanks for spotting the problem with the header line; it's been there > for a long time. Fixing it on the emacs-28 branch would be great. I hadn't realized until now that some glitches in follow-mode were related to the tab-line/header-line. Thanks in advance for pushing the fix to the emacs-28 branch.