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

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

bug#26333: 26.0.50; Hang when displaying some special characters for the


From: Steven Allen
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)






reply via email to

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