From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Set inhibit-compacting-font-caches non-nil on MS-Windows Date: Sat, 03 Aug 2019 15:20:54 +0300 Message-ID: <83a7cqe8yh.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="164684"; mail-complaints-to="usenet@blaine.gmane.org" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 03 14:21:10 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1htt25-000gjM-5C for ged-emacs-devel@m.gmane.org; Sat, 03 Aug 2019 14:21:09 +0200 Original-Received: from localhost ([::1]:39892 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1htt24-0005uv-3s for ged-emacs-devel@m.gmane.org; Sat, 03 Aug 2019 08:21:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54867) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1htt20-0005uc-Bt for emacs-devel@gnu.org; Sat, 03 Aug 2019 08:21:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1htt20-0004tV-8r for emacs-devel@gnu.org; Sat, 03 Aug 2019 08:21:04 -0400 Original-Received: from [176.228.60.248] (port=4680 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1htt1z-0006Re-Fn for emacs-devel@gnu.org; Sat, 03 Aug 2019 08:21:04 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:239154 Archived-At: I think we should make this variable non-nil by default on MS-Windows. There are quite a few bug reports in the bug DB which all complain about slow redisplay on MS-Windows, and were resolved by setting this variable non-nil. So it sounds like on MS-Windows the compacting of the font caches is not a good idea (the original code was written to fix a problem observed on X). Any objections/comments?