From: Steven Allen <steven@stebalien.com>
To: 26333@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 [thread overview]
Message-ID: <87r31apuw2.fsf@bistromath> (raw)
In-Reply-To: <87wpb2bulj.fsf@bistromath>
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)
next prev parent reply other threads:[~2017-04-02 17:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-01 19:20 bug#26333: 26.0.50; Hang when displaying some special characters for the first time Steven Allen
2017-04-01 20:44 ` Eli Zaretskii
2017-04-01 22:00 ` Steven Allen
2017-04-01 22:48 ` Andreas Politz
2017-04-02 16:35 ` Eli Zaretskii
2017-04-02 17:14 ` Steven Allen
2017-04-02 17:43 ` Steven Allen [this message]
2022-01-23 16:17 ` Lars Ingebrigtsen
2022-01-23 16:44 ` Eli Zaretskii
2022-01-23 17:00 ` Eli Zaretskii
2022-02-20 19:32 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r31apuw2.fsf@bistromath \
--to=steven@stebalien.com \
--cc=26333@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.