aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRobert Pluim2018-04-03 11:06:01 +0200
committerRobert Pluim2018-06-05 14:08:08 +0200
commitf21fa142aca53e3de5783e1ce6fe1bf116174aeb (patch)
treeabf916233ec6c14b7993be6a563dbb72a024bf3f /etc
parent55c9bb9f3c2971e347caeea1402f97fb603c4210 (diff)
downloademacs-f21fa142aca53e3de5783e1ce6fe1bf116174aeb.tar.gz
emacs-f21fa142aca53e3de5783e1ce6fe1bf116174aeb.zip
Ignore color fonts when using Xft
* src/font.c (syms_of_font): New configuration variable xft-ignore-color-fonts, default t. * src/ftfont.c (ftfont_spec_pattern): Tell fontconfig to ignore color fonts if xft-ignore-color-fonts is t. (Bug#30874, Bug#30045) * etc/NEWS: Document xft-ignore-color-fonts.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 873e2dfd1dc..2bec8de0ea4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,6 +31,12 @@ in its NEWS.)
31 31
32* Changes in Emacs 26.2 32* Changes in Emacs 26.2
33 33
34---
35** New variable 'xft-ignore-color-fonts'.
36Default t means don't try to load color fonts when using Xft, as they
37often cause crashes. Set it to nil if you really need those fonts.
38(Bug#30874)
39
34 40
35* Editing Changes in Emacs 26.2 41* Editing Changes in Emacs 26.2
36 42