GNU bug report logs - #26333
26.0.50; Hang when displaying some special characters for the first time

Previous Next

Package: emacs;

Reported by: Steven Allen <steven <at> stebalien.com>

Date: Sat, 1 Apr 2017 19:22:02 UTC

Severity: normal

Tags: moreinfo

Found in version 26.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Steven Allen <steven <at> stebalien.com>
To: 26333 <at> debbugs.gnu.org
Subject: bug#26333: 26.0.50; Hang when displaying some special characters for the first time
Date: Sun, 02 Apr 2017 10:43:57 -0700
A workaround is to manually specify that "DejaVu Maath TeX Gyre" should
be used:

   (defun font--configure (&optional frame)
     (let ((font (font-spec :name "DejaVu Math TeX Gyre")))
       (set-fontset-font t '(#x1D400 . #x1D7FF) font frame)))
   (add-hook 'after-make-frame-functions #'font--configure)
   (font--configure)





This bug report was last modified 3 years and 94 days ago.

Previous Next


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