bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00e


From: Eli Zaretskii
Subject: bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
Date: Fri, 18 Nov 2016 10:55:33 +0200

> Date: Fri, 28 Oct 2016 17:33:43 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 21028@debbugs.gnu.org
> 
> Thanks.  So, like I said: let's revisit this in a month or two,
> assuming no other problems surface.

Given my latest discoveries related to bug#24953, one other thing I'd
suggest to try, with an unpatched build from the current emacs-25
branch, is, instead of this:

  (set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append)

to use this:

  (set-fontset-font t 'unicode
                    (font-spec :family "Arial" :registry "iso10646-1")
                    nil 'append)

IOW, explicitly tell that the font's registry is iso10646-1.  Does
this per chance resolve the performance problem?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]