From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Alan Third Newsgroups: gmane.emacs.bugs Subject: bug#40200: bug#28872: [PATCH v4] Fix NS frame resizing issues (bug#40200, bug#28872) Date: Sun, 3 May 2020 19:41:44 +0100 Message-ID: <20200503184144.GB24860@breton.holly.idiocy.org> References: <20200406184411.GA48827@breton.holly.idiocy.org> <20200416182410.GC52374@breton.holly.idiocy.org> <20200418120714.GA53858@breton.holly.idiocy.org> <20200418152622.GA54462@breton.holly.idiocy.org> <20200503162622.GB4071@breton.holly.idiocy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="128585"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 40200@debbugs.gnu.org, HaiJun Zhang , Andrii Kolomoiets To: Filipp Gunbin Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 03 20:42:10 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 1jVJZ3-000XLZ-U0 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 May 2020 20:42:09 +0200 Original-Received: from localhost ([::1]:54832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVJZ2-0002lY-Vy for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 May 2020 14:42:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59484) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jVJYw-0002kx-NB for bug-gnu-emacs@gnu.org; Sun, 03 May 2020 14:42:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46469) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jVJYw-00006n-Dd for bug-gnu-emacs@gnu.org; Sun, 03 May 2020 14:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jVJYw-0004dG-CH for bug-gnu-emacs@gnu.org; Sun, 03 May 2020 14:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Third Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 May 2020 18:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40200 X-GNU-PR-Package: emacs Original-Received: via spool by 40200-submit@debbugs.gnu.org id=B40200.158853131217791 (code B ref 40200); Sun, 03 May 2020 18:42:02 +0000 Original-Received: (at 40200) by debbugs.gnu.org; 3 May 2020 18:41:52 +0000 Original-Received: from localhost ([127.0.0.1]:58015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVJYl-0004ct-Md for submit@debbugs.gnu.org; Sun, 03 May 2020 14:41:51 -0400 Original-Received: from idiocy.org ([217.169.17.33]:62413 helo=breton.holly.idiocy.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVJYk-0004ch-8u for 40200@debbugs.gnu.org; Sun, 03 May 2020 14:41:50 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 93A8720228AA6D; Sun, 3 May 2020 19:41:44 +0100 (BST) Mail-Followup-To: Alan Third , Filipp Gunbin , HaiJun Zhang , 40200@debbugs.gnu.org, Andrii Kolomoiets Content-Disposition: inline In-Reply-To: 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:179606 Archived-At: On Sun, May 03, 2020 at 08:13:35PM +0300, Filipp Gunbin wrote: > Hi, I've just filed bug#41055 which is also about NS frame resizing, it > may have something to do with this... Does this patch make any difference to your issue? Or is it the cause? Most likely the commit that’s broken it is 24cb6908d70c14792c686679cb08091447b9c3b1 -- Alan Third