From: Uwe Brauer <oub@mat.ucm.es>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Uwe Brauer <oub@mat.ucm.es>, emacs-devel@gnu.org
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 [thread overview]
Message-ID: <m2v8vigr65.fsf@mat.ucm.es> (raw)
In-Reply-To: 83czhq8ceb.fsf@gnu.org
> 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.
next prev parent reply other threads:[~2022-04-09 16:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-09 15:21 font problems with the latest master in MacOS helvetia is used and not DejaVi Mono as in emacs28 Uwe Brauer
2022-04-09 16:11 ` Eli Zaretskii
2022-04-09 16:25 ` Uwe Brauer [this message]
2022-04-09 17:02 ` Eli Zaretskii
2022-04-09 18:54 ` Uwe Brauer
2022-04-09 19:04 ` Uwe Brauer
2022-04-09 19:09 ` Uwe Brauer
2022-04-09 19:14 ` Eli Zaretskii
2022-04-09 19:25 ` Uwe Brauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2v8vigr65.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.