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#46827: Broken initial size of GTK3 frame Date: Mon, 03 May 2021 19:40:11 +0300 Organization: LINKOV.NET Message-ID: <875yzz3jgs.fsf@mail.linkov.net> References: <6caa020a-084c-e3f2-7a34-262f7127b21b@gmx.at> <871ratp19y.fsf@linkov.net> <36799c0d-a26b-a862-2b18-fb9bf9f3f30c@gmx.at> <87sg384r70.fsf@mail.linkov.net> <7471b198-a5ad-f79d-46fe-5498a299c964@gmx.at> <87eeerwvoq.fsf@mail.linkov.net> <9cde65ef-b150-121b-bd7f-5852406180c1@gmx.at> <87bl9uqjuq.fsf@mail.linkov.net> <874kfk50f4.fsf@mail.linkov.net> <7e503d11-5cd0-9ed7-e75a-5977eb5ecf3a@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2406"; 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: 46827@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 03 19:17:08 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 1ldcBw-0000Vl-1y for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 03 May 2021 19:17:08 +0200 Original-Received: from localhost ([::1]:52980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldcBv-0004r5-02 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 03 May 2021 13:17:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldc0F-0003sS-0o for bug-gnu-emacs@gnu.org; Mon, 03 May 2021 13:05:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36023) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ldc0E-0008VS-5e for bug-gnu-emacs@gnu.org; Mon, 03 May 2021 13:05:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ldc0E-0000n4-0s for bug-gnu-emacs@gnu.org; Mon, 03 May 2021 13:05:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <6caa020a-084c-e3f2-7a34-262f7127b21b@gmx.at> Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 03 May 2021 17:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46827 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 46827-submit@debbugs.gnu.org id=B46827.16200614812976 (code B ref 46827); Mon, 03 May 2021 17:05:01 +0000 Original-Received: (at 46827) by debbugs.gnu.org; 3 May 2021 17:04:41 +0000 Original-Received: from localhost ([127.0.0.1]:47557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldbzt-0000lw-9T for submit@debbugs.gnu.org; Mon, 03 May 2021 13:04:41 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:17903) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldbzr-0000li-AV for 46827@debbugs.gnu.org; Mon, 03 May 2021 13:04:40 -0400 X-Originating-IP: 91.129.102.166 Original-Received: from mail.gandi.net (m91-129-102-166.cust.tele2.ee [91.129.102.166]) (Authenticated sender: juri@linkov.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 343D224000C; Mon, 3 May 2021 17:04:31 +0000 (UTC) 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:205535 Archived-At: >> Actually, now there is only one successful scenario: it doesn't flash >> with sit-for, but still flashes with a message. > > Does "now" mean after my most recent commit? I don't know whether it affected since anyway sit-for can be used for workaround as a test without flash. > Didn't you earlier say that all this happens in a maximized frame? The > sizes above seem to contradict that. For testing, I tried in an unmaximized frame, but the problem is the same. > In either case, someone requests to enlarge and shrink the tab bar by > two pixels which contradicts your earlier "and the tab bar is not > resized". There are no visible resizes. > So who wants to do that to the tab bar and why? I don't know who wants to resize by two pixels. > And who wants to set the window configuration here and why? I added a breakpoint in set-window-configuration, and it's called from tab-bar-select-tab in Gnus. In total there are 4 tab switches with 4 calls of set-window-configuration. But after removing gnus-remove-some-windows, when set-window-configuration is not called at all, there are still the same flashes.