emacs-devel
[Top][All Lists]
Advanced

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

Re: Font problem on git master


From: Robert Pluim
Subject: Re: Font problem on git master
Date: Mon, 20 Jan 2020 15:35:43 +0100

>>>>> On Mon, 20 Jan 2020 14:52:34 +0100, Robert Pluim <address@hidden> said:
    Robert> If all else fails, can you run 'strace emacs' with your normal 
config
    Robert> to see if itʼs loading some site-specific configuration files? Those
    Robert> might be messing with the font setup.

In fact, looking through Andreas' package repo, I see it includes an
app-defaults.Emacs that does:

    Emacs.FontBackend:          xft,x

which is going to cause problems on a cairo-enabled build. Is it
possible for you to remove that setting, or try something like

    Emacs.FontBackend:          ftcrhb,xft,x

or

    Emacs.FontBackend:          ftcrhb,x


Robert



reply via email to

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