From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: macOS fullscreen crashes Date: Sat, 01 Dec 2018 12:21:13 +0100 Message-ID: References: <20181130110458.GA54580@breton.holly.idiocy.org> Reply-To: charles@aurox.ch NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1543663034 24127 195.159.176.226 (1 Dec 2018 11:17:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2018 11:17:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 01 12:17:09 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gT3Gm-00067u-AF for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2018 12:17:08 +0100 Original-Received: from localhost ([::1]:40822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gT3Is-0006L5-Co for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2018 06:19:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gT3I1-0006Kw-4V for emacs-devel@gnu.org; Sat, 01 Dec 2018 06:18:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gT3I0-0004jT-2U for emacs-devel@gnu.org; Sat, 01 Dec 2018 06:18:25 -0500 Original-Received: from sinyavsky.aurox.ch ([2a03:2040:2:1b::1]:32927) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gT3Hz-00046s-O3 for emacs-devel@gnu.org; Sat, 01 Dec 2018 06:18:24 -0500 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 130C5229C3 for ; Sat, 1 Dec 2018 11:23:11 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= content-transfer-encoding:content-type:content-type:mime-version :references:reply-to:subject:subject:in-reply-to:to:from:from :message-id:date:date; s=dkim; t=1543663389; x=1544527390; bh=GZ qeTHIu/7oHhqEAMSAGF/DubvZ7ZZu8XDCJgZQdDLc=; b=tzgmcBIRB9Vg8YJQnY YiLpQ4Le75U3H84FtoyveVI7d/SbxKUGPkXA3ZFVhLDxXOZneVt/AsKQLqV0rK6C Zn2Y7zQaWQqcKb+Xq3LHcnv5+1wPhZ+NbTABLR4G8hLBd9vE0tsNoTZJ4qaY3dxL TCeXRG9UyYtYNnylA105FnHWY= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Z2v-sufD57VH for ; Sat, 1 Dec 2018 11:23:09 +0000 (UTC) Original-Received: from gray (unknown [IPv6:2a02:1205:34ff:bc50:c62c:3ff:fe30:b864]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 9C86F229A7; Sat, 1 Dec 2018 11:23:09 +0000 (UTC) In-reply-to: <20181130110458.GA54580@breton.holly.idiocy.org> (message from Alan Third on Fri, 30 Nov 2018 11:04:58 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a03:2040:2:1b::1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231550 Archived-At: > Date: Fri, 30 Nov 2018 11:04:58 +0000 > From: Alan Third >=20 > We still occasionally receive bug reports about crashes on macOS > 10.12+ caused by macOS turning fullscreen windows into =E2=80=98tabbed=E2= =80=99 > windows. I=E2=80=99ve also seen it discussed in a few places round the = web. >=20 > We currently have a compile=E2=80=90time check to include code that fix= es this > on 10.12+, and it can be over=E2=80=90ridden if Emacs is being built on= an > older version of macOS but is expected to run on 10.12+, however it is > clearly not doing the job. Do you know why? It sounds like people are using builds made on an older macOS without setting MAC_OS_X_VERSION_MIN_REQUIRED and MAC_OS_X_VERSION_MAX_ALLOWED appropriately. Maybe we should call out in NEWS (in branch emacs-26, that is) and/or nextstep/README how exactly to do this.