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: Sat, 18 Apr 2020 13:07:14 +0100 Message-ID: <20200418120714.GA53858@breton.holly.idiocy.org> References: <20200406184411.GA48827@breton.holly.idiocy.org> <20200416182410.GC52374@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="51379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 40200@debbugs.gnu.org, Andrii Kolomoiets To: HaiJun Zhang Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 18 14:08:12 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 1jPmGZ-000DG2-Hr for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 18 Apr 2020 14:08:11 +0200 Original-Received: from localhost ([::1]:57368 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPmGY-0000FR-8w for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 18 Apr 2020 08:08:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36383) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPmGR-0000FK-Ck for bug-gnu-emacs@gnu.org; Sat, 18 Apr 2020 08:08:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPmGQ-0004Nx-Cr for bug-gnu-emacs@gnu.org; Sat, 18 Apr 2020 08:08:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPmGQ-0004Nr-A6 for bug-gnu-emacs@gnu.org; Sat, 18 Apr 2020 08:08:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPmGQ-0002vV-65 for bug-gnu-emacs@gnu.org; Sat, 18 Apr 2020 08:08: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: Sat, 18 Apr 2020 12:08: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.158721164211200 (code B ref 40200); Sat, 18 Apr 2020 12:08:02 +0000 Original-Received: (at 40200) by debbugs.gnu.org; 18 Apr 2020 12:07:22 +0000 Original-Received: from localhost ([127.0.0.1]:42087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPmFm-0002ua-7Q for submit@debbugs.gnu.org; Sat, 18 Apr 2020 08:07:22 -0400 Original-Received: from idiocy.org ([217.169.17.33]:62972 helo=breton.holly.idiocy.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPmFl-0002uO-1I for 40200@debbugs.gnu.org; Sat, 18 Apr 2020 08:07:21 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 3002A20221AB70; Sat, 18 Apr 2020 13:07:14 +0100 (BST) Mail-Followup-To: Alan Third , HaiJun Zhang , Andrii Kolomoiets , 40200@debbugs.gnu.org Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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:178566 Archived-At: On Sat, Apr 18, 2020 at 09:52:47AM +0800, HaiJun Zhang wrote: > There is problem here. After emacs startups, there is no mini buffer > window and there is a blank rectangle at the right edge of the > frame. > > It is with my profile and it can’t be reproduced with emacs -Q. > > No problem before the commit. Can you try working out what part of your configuration is causing this? Probably there’s a place in the code where I need to either force Emacs to update the frame size, which is unlikely, or Emacs updates the frame size and I need to force macOS to do the actual resize. -- Alan Third