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

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

bug#23291: Workaround for "25.0.92; Inserting unicode in buffer requirin


From: Philippe Crama
Subject: bug#23291: Workaround for "25.0.92; Inserting unicode in buffer requiring a different font slows down Emacs"
Date: Fri, 15 Apr 2016 15:17:16 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

Eli Zaretskii wrote:
> > 4. Continue typing: the buffer update is slower than before

> I cannot reproduce this on my system.

> > 3. In all versions I tested for this report, C-u x = reports the same
> > information for CIRCLED DIGIT EIGHT (I've replaced the troublesome
> > unicode character by `(8)'):
> > character: (8) (displayed as (8)) (codepoint 9319, #o22147, #x2467)
> > ...
> > display: by this font (glyph code)
> > uniscribe:-outline-BatangChe-normal-normal-normal-mono-13-*-*-*-c-*-gb2312.1980-0
> >  (#xF62)

> 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))))

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!





reply via email to

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