From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Set inhibit-compacting-font-caches non-nil on MS-Windows Date: Fri, 13 Sep 2019 14:14:31 +0200 Message-ID: References: <83a7cqe8yh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="164674"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 13 14:15:21 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 1i8kTx-000gih-FO for ged-emacs-devel@m.gmane.org; Fri, 13 Sep 2019 14:15:21 +0200 Original-Received: from localhost ([::1]:43212 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8kTv-00059S-OL for ged-emacs-devel@m.gmane.org; Fri, 13 Sep 2019 08:15:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52769) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8kTN-000595-RI for emacs-devel@gnu.org; Fri, 13 Sep 2019 08:14:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8kTM-0000jw-Sx for emacs-devel@gnu.org; Fri, 13 Sep 2019 08:14:45 -0400 Original-Received: from mail-pf1-f177.google.com ([209.85.210.177]:40043) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8kTL-0000ir-EK; Fri, 13 Sep 2019 08:14:43 -0400 Original-Received: by mail-pf1-f177.google.com with SMTP id x127so17956049pfb.7; Fri, 13 Sep 2019 05:14:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fvBX9w49hm8O5dQ8v4CuLzoddi3YUbvOFTiTepPsKk0=; b=fJ1NeqW+OVBxZ/N7gadLC9Hsc/voKc5GUBxvWv1r9Qk+/FjUzjIVDF+XM73OFDJ/Sh fewhaOgbw1rUtf506AwO8D2ZVGFuXQDTmi4/O1wWmx0oDkEJN+XfpbQXrauoXfbRJCMg 61vMjOtDPjJ5rygZ9MEaeTw1n9lUe29fjE/Dz7axQppODAnhdSGFZUTCxVloQAvzOskw RyPOIxS0BkC6Vagj7WqhFlDB5x+w0FPQj059rlG/FJZ3GL8r0Jxewr/1hu0Co+0jqOWV sX3X9PdEEW0Hf6oaelXKmiZ+Ic8T9pHb/0tzH1/ufWvDs+9dlxd9+/+VITrig5a2+yNX +Gbw== X-Gm-Message-State: APjAAAVrIDcvjh5T6qQyToKLL1udsnWZVMJB2ofgC1vNGVMTDiVHQ7Y5 qT0UcGeIjWMCnBW/VtwxifE9BY1rkR5WAhtO5I9kdg== X-Google-Smtp-Source: APXvYqy0/0cjDoSNIfn28WX4wm1bCcVXHCatuCPwbWLZ7sj3aue6Hmt12BeDCmghYZTL+JdKnXv8fANIR5imfNhtMl0= X-Received: by 2002:a17:90a:8d0c:: with SMTP id c12mr4763348pjo.119.1568376882152; Fri, 13 Sep 2019 05:14:42 -0700 (PDT) In-Reply-To: <83a7cqe8yh.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.210.177 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:240014 Archived-At: Eli Zaretskii writes: > 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? Since there have been no objections, perhaps it's time to do this change? Best regards, Stefan Kangas