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#59620: 29.0.50; Wrong global-mode-string position in tab-bar + emacs -nw Date: Fri, 02 Dec 2022 09:59:57 +0200 Organization: LINKOV.NET Message-ID: <867cza6xs2.fsf@mail.linkov.net> References: <83k03grkaa.fsf@gnu.org> <86h6yjmpm6.fsf@mail.linkov.net> <83r0xnnsl0.fsf@gnu.org> <868rjv9ed9.fsf@mail.linkov.net> <83tu2jlyhl.fsf@gnu.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="28677"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: gabriel376@hotmail.com, 59620-done@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 02 09:02:22 2022 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 1p1101-0007F0-FV for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 02 Dec 2022 09:02:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p10zl-0005rP-IA; Fri, 02 Dec 2022 03:02:05 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p10zj-0005qx-DD for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2022 03:02:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p10zi-0008Ce-Ut for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2022 03:02:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p10zi-0003Pl-8Y for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2022 03:02:02 -0500 Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Dec 2022 08:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 59620 X-GNU-PR-Package: emacs Mail-Followup-To: 59620@debbugs.gnu.org, juri@linkov.net, gabriel376@hotmail.com Original-Received: via spool by 59620-done@debbugs.gnu.org id=D59620.166996808813106 (code D ref 59620); Fri, 02 Dec 2022 08:02:01 +0000 Original-Received: (at 59620-done) by debbugs.gnu.org; 2 Dec 2022 08:01:28 +0000 Original-Received: from localhost ([127.0.0.1]:45147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p10zA-0003PK-3o for submit@debbugs.gnu.org; Fri, 02 Dec 2022 03:01:28 -0500 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:33789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p10z5-0003PC-Cs for 59620-done@debbugs.gnu.org; Fri, 02 Dec 2022 03:01:27 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 1A5FF40009; Fri, 2 Dec 2022 08:01:13 +0000 (UTC) In-Reply-To: <83tu2jlyhl.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 28 Nov 2022 20:34:14 +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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:249713 Archived-At: >> Avoiding the 'right' part in align-to has such a drawback that while >> resizing the frame the position of the aligned element is not updated >> immediately. It's updated only when display-time refreshes the time on >> the tab bar. The position relative to the right edge has no such problem. >> So better to leave the 'right' part on GUI frames, and switch to counting >> from the left only on TTY frames where frames are resized less often: > > That would require you to make sure this code always runs in the context of > the tab-bar (pseudo)window. If that can be ensured, fine. Since this can't be ensured, I pushed a simpler patch to emacs-29, and closed.