From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.bugs Subject: bug#48157: Emacs-28 on Mac: corrupted GUI when setting default-frame-alist Date: Sun, 2 May 2021 12:39:23 +0100 Message-ID: References: <22131E77-40E5-4F8B-AF94-BB35F2771165@it.uc3m.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26317"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48157@debbugs.gnu.org To: PEDRO ANDRES ARANDA GUTIERREZ Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 02 13:41:15 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 1ldATJ-0006gw-Kx for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 13:41:13 +0200 Original-Received: from localhost ([::1]:42392 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldATI-0006uo-Dt for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 07:41:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56694) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldASB-0006ue-BB for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 07:40:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59030) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ldASA-0007Gx-3B for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 07:40:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ldAS9-0006Gt-W1 for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 07:40:01 -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, 02 May 2021 11:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48157 X-GNU-PR-Package: emacs Original-Received: via spool by 48157-submit@debbugs.gnu.org id=B48157.161995557224095 (code B ref 48157); Sun, 02 May 2021 11:40:01 +0000 Original-Received: (at 48157) by debbugs.gnu.org; 2 May 2021 11:39:32 +0000 Original-Received: from localhost ([127.0.0.1]:42342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldARf-0006GZ-PS for submit@debbugs.gnu.org; Sun, 02 May 2021 07:39:31 -0400 Original-Received: from [217.169.17.33] (port=50432 helo=breton.holly.idiocy.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldARd-0006GS-Qc for 48157@debbugs.gnu.org; Sun, 02 May 2021 07:39:30 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 6D51A202BFC3B8; Sun, 2 May 2021 12:39:23 +0100 (BST) Mail-Followup-To: Alan Third , PEDRO ANDRES ARANDA GUTIERREZ , 48157@debbugs.gnu.org Content-Disposition: inline In-Reply-To: <22131E77-40E5-4F8B-AF94-BB35F2771165@it.uc3m.es> 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:205424 Archived-At: On Sun, May 02, 2021 at 12:37:29PM +0200, PEDRO ANDRES ARANDA GUTIERREZ wrote: > Just tested compiling emacs con macOS Catalina. > > My .emacs.d/init includes > > (setq default-frame-alist '((top . 32 ) (left . 32) (width . 128) (height . 37))) > > The result is this: > > > With the mini-buffer line hidden. If I comment this line, the GUI is > created correctly. The window rebuild correctly if I resize it with > the mouse Can you please try pulling the latest changes down, there have been a few modifications to frame resizing code just today, so hopefully they might fix this. If not, can you work out roughly when this problem started? For example, was it there before commit a190b4cfd8? -- Alan Third