emacs-devel
[Top][All Lists]
Advanced

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

Re: How do I set up font fallback in a robust way?


From: Eli Zaretskii
Subject: Re: How do I set up font fallback in a robust way?
Date: Sat, 09 Apr 2016 22:46:20 +0300

> From: Clément Pit--Claudel <address@hidden>
> Date: Sat, 9 Apr 2016 15:14:50 -0400
> 
> Since my main programming font does not cover all the mathematical symbols I 
> need, I initially set up font fallback as shown below:
> 
>     (set-fontset-font t 'unicode (font-spec :name "FreeMono") nil 'append)
>     (set-fontset-font t 'unicode (font-spec :name "Symbola") nil 'append)

The default fontset already defines specific blocks to be handled by
these fonts, see fontset.el.  What problems, specifically, do you have
with the default setup and the current emacs-25 branch?

> What's the proper way to configure font fallback?

In general: find the characters you want to change and augment the
default fontset to use the font you want for them.

But let's first see the specific problems you have with the Emacs 25
defaults.  This issue got some attention a few months ago, so I'm
surprised to hear there are still problems in that area.

> *Note*: for testing purposes, here are a few math characters: 
> `ℕ𝓟⧺×≠≥≤±¬∨∧∃∀λ⟿⟹⊥⊤⊢`

Which, if any, of those give you trouble with the default fontset?



reply via email to

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