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: Eli Zaretskii
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 20:02:28 +0300

> From: Uwe Brauer <oub@mat.ucm.es>
> Cc: Uwe Brauer <oub@mat.ucm.es>, emacs-devel@gnu.org
> Date: Sat, 09 Apr 2022 18:25:22 +0200
> 
>    > 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.

What about starting Emacs as

  emacs -fn "DejaVu Sans Mono"

?



reply via email to

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