GNU bug report logs - #24918
25.1; Fonts can make Emacs grind to a halt

Previous Next

Package: emacs;

Reported by: Klaus-Dieter Bauer <bauer.klaus.dieter <at> gmail.com>

Date: Thu, 10 Nov 2016 15:55:01 UTC

Severity: normal

Merged with 15876, 24565

Found in versions 24.3.50, 25.1

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #55 received at 24918 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Alan Third <alan <at> idiocy.org>
Cc: 24918 <at> debbugs.gnu.org, bauer.klaus.dieter <at> gmail.com
Subject: Re: bug#24918: 25.1; Fonts can make Emacs grind to a halt
Date: Wed, 30 Nov 2016 17:09:11 +0200
> Date: Tue, 29 Nov 2016 23:17:51 +0000
> From: Alan Third <alan <at> idiocy.org>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 24918 <at> debbugs.gnu.org
> 
> I experience these slow‐downs too on my work (Windows 10) PC.
> 
> I found that I could reduce the delays by defining fallback
> fonts explicitly using:
> 
>     (set-face-attribute 'default nil :font "Droid Sans Mono")
>     (set-fontset-font nil 'unicode "DejaVu Sans" nil 'append)
>     (set-fontset-font nil 'unicode "Courier New" nil 'append)
>     (set-fontset-font nil 'unicode "Symbola" nil 'append)
> 
> but it doesn’t get rid of them completely.

Your font-spec argument in the above doesn't specify the registry.
See the definitions in fontset.el (search for "Symbola") for a better
way, which I think should avoid the delays.




This bug report was last modified 8 years and 169 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.