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#39790: 26.3; Painting text on macOS has becoming unbearably slow Date: Thu, 16 Apr 2020 19:21:12 +0100 Message-ID: <20200416182112.GA52374@breton.holly.idiocy.org> References: <20200225211642.GB72702@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="30650"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 39790@debbugs.gnu.org To: John Wiegley Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 16 20:23:27 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 1jP9Ac-0007t2-S9 for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 16 Apr 2020 20:23:26 +0200 Original-Received: from localhost ([::1]:37908 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP9Ab-0008I3-TE for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 16 Apr 2020 14:23:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43412) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP99H-0006Ky-9h for bug-gnu-emacs@gnu.org; Thu, 16 Apr 2020 14:22:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP99G-00041Z-E9 for bug-gnu-emacs@gnu.org; Thu, 16 Apr 2020 14:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP99F-00041E-RD for bug-gnu-emacs@gnu.org; Thu, 16 Apr 2020 14:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP99F-00010X-Ml for bug-gnu-emacs@gnu.org; Thu, 16 Apr 2020 14:22: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: Thu, 16 Apr 2020 18:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39790 X-GNU-PR-Package: emacs Original-Received: via spool by 39790-submit@debbugs.gnu.org id=B39790.15870612803824 (code B ref 39790); Thu, 16 Apr 2020 18:22:01 +0000 Original-Received: (at 39790) by debbugs.gnu.org; 16 Apr 2020 18:21:20 +0000 Original-Received: from localhost ([127.0.0.1]:39364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jP98a-0000zc-Hr for submit@debbugs.gnu.org; Thu, 16 Apr 2020 14:21:20 -0400 Original-Received: from idiocy.org ([217.169.17.33]:61958 helo=breton.holly.idiocy.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jP98Z-0000zO-Et for 39790@debbugs.gnu.org; Thu, 16 Apr 2020 14:21:20 -0400 Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 38FD42021FFDD1; Thu, 16 Apr 2020 19:21:12 +0100 (BST) Mail-Followup-To: Alan Third , John Wiegley , 39790@debbugs.gnu.org, eliz@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:178470 Archived-At: Hi John, I’ve pushed a change to the master branch which may sort this (but I’m not holding out much hope. You’ll need to increase this -DMAC_OS_X_VERSION_MAX_ALLOWED=101200 to 101400 or higher so it will build in the correct drawing path. -- Alan Third