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: Sun, 02 May 2021 23:46:23 +0300 Organization: LINKOV.NET Message-ID: <874kfk50f4.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20537"; 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 00:04:18 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 1ldKCH-0005Eg-Ui for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 03 May 2021 00:04:17 +0200 Original-Received: from localhost ([::1]:58054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldKCH-0000wg-1G for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 18:04:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldKC2-0000v8-Iv for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 18:04:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33489) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ldKC2-0006Gh-Bu for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 18:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ldKC2-0003ZP-85 for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 18:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 02 May 2021 22:04:02 +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.161999301113705 (code B ref 46827); Sun, 02 May 2021 22:04:02 +0000 Original-Received: (at 46827) by debbugs.gnu.org; 2 May 2021 22:03:31 +0000 Original-Received: from localhost ([127.0.0.1]:45029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldKBX-0003Yz-Ez for submit@debbugs.gnu.org; Sun, 02 May 2021 18:03:31 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:37719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldKBV-0003Yr-6k for 46827@debbugs.gnu.org; Sun, 02 May 2021 18:03:30 -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 relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B4BECE000C; Sun, 2 May 2021 22:03:21 +0000 (UTC) In-Reply-To: (martin rudalics's message of "Sun, 2 May 2021 09:38:58 +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:205456 Archived-At: > Let's check whether the frame code is affected. With you original > scenario and also with the two scenarios where you successfully suppress > the flashes do Actually, now there is only one successful scenario: it doesn't flash with sit-for, but still flashes with a message. > 1: Eval (setq frame-size-history '(100)) > > 2: Run the Gnus setup > > 3: Eval (progn (frame--size-history) (pop-to-buffer "*frame-size-history*")) > > all in one and the same frame. Then post the contents of the buffer > *frame-size-history* for each of them. 1. when the frame flashes: Frame size history of # tab-bar-lines (3), TS=640x610~>640x612, TC=80x35~>80x36, IS=656x610~>656x612, MS=32x51 IH IV tab-bar-lines (3), TS=640x612~>640x610, TC=80x36~>80x35, IS=656x612~>656x610, MS=80x85 IH IV x_make_frame_visible set_window_configuration (4), MS=80x85 IH IV 2. when no flash after adding sit-for in window--display-buffer: Frame size history of # tab-bar-lines (3), TS=640x610~>640x612, TC=80x35~>80x36, IS=656x610~>656x612, MS=32x51 IH IV tab-bar-lines (3), TS=640x612~>640x610, TC=80x36~>80x35, IS=656x612~>656x610, MS=32x51 IH IV x_make_frame_visible set_window_configuration (4), MS=80x85 IH IV