GNU bug report logs - #23291
25.0.92; Inserting unicode in buffer requiring a different font slows down Emacs

Previous Next

Package: emacs;

Reported by: "Philippe Crama" <phcrama.work <at> gmx.com>

Date: Thu, 14 Apr 2016 19:34:02 UTC

Severity: minor

Tags: moreinfo

Found in version 25.0.92

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#23291: closed (25.0.92; Inserting unicode in buffer requiring
 a different font slows down Emacs)
Date: Fri, 15 Apr 2016 14:18:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Apr 2016 17:16:36 +0300
with message-id <83twj3c5yz.fsf <at> gnu.org>
and subject line Re: bug#23291: Workaround for "25.0.92; Inserting unicode in buffer requiring a different font slows down Emacs"
has caused the debbugs.gnu.org bug report #23291,
regarding 25.0.92; Inserting unicode in buffer requiring a different font slows down Emacs
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
23291: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23291
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Philippe Crama" <phcrama.work <at> gmx.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.92; Inserting unicode in buffer requiring a different font
 slows down Emacs
Date: Thu, 14 Apr 2016 21:28:55 +0200
[Message part 3 (text/html, inline)]
[Message part 4 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Philippe Crama <phcrama.work <at> gmx.com>
Cc: 23291-done <at> debbugs.gnu.org
Subject: Re: bug#23291: Workaround for "25.0.92;
 Inserting unicode in buffer requiring a different font slows down
 Emacs"
Date: Fri, 15 Apr 2016 17:16:36 +0300
> Date: Fri, 15 Apr 2016 15:17:16 +0200
> From: Philippe Crama <phcrama.work <at> gmx.com>
> 
> > Try installing Symbola, that's what Emacs uses on my system for that
> > character.
> 
> 1. downloaded Symbola from http://users.teilar.gr/~g1951d/
> 2. added this code to my .emacs.d/init.el file:
> (let ((unicode-fallback "Symbola"))
>   (when (x-list-fonts unicode-fallback)
>     (set-fontset-font "fontset-default"
>                       'unicode
>                       (font-spec :name unicode-fallback))))

Did you really need that addition?  Emacs 25 should use Symbola by
default (if available) for the Unicode block of characters that
includes u+2467 CIRCLED DIGIT EIGHT.  Perhaps you customized
fontset-default to countermand that?

> And my problem was solved.  Now the font used for CIRCLED DIGIT EIGHT
> is -outline-Symbola-normal-normal-normal-serif-13-*-*-*-p-*-iso8859-1
> 
> Thanks, Eli!

Thanks, I'm closing this bug.


This bug report was last modified 9 years and 38 days ago.

Previous Next


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