emacs-devel
[Top][All Lists]
Advanced

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

Re: font problems with the latest master in MacOS helvetia is used and n


From: Uwe Brauer
Subject: Re: font problems with the latest master in MacOS helvetia is used and not DejaVi Mono as in emacs28
Date: Sat, 09 Apr 2022 18:25:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin)



   > What happens if you remove all the attributes except :family and
   > colors?

Do you  mean
(custom-set-faces
 '(default ((t (:inherit nil :stipple nil :background "grey98"
 :foreground "black" :inverse-video nil :box nil :strike-through nil
 :overline nil :underline nil :slant normal :weight normal :height 180
 :width normal :foundry "PfEd" :family "DejaVu Sans Mono")))))

To 

(custom-set-faces
 '(default ((t (:inherit nil :stipple nil :background "grey98"
 :family "DejaVu Sans Mono")))))

Does not help.

When I start customize-face
select default, I see helvetica, I change that to DejaVu Sans o DejaVu
Sans Mono
press apply and nothing happens, no visible change.

But in emacs28 it works perfectly.






reply via email to

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