From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Changing font weight with buffer-face-mode-invoke
Date: Thu, 27 Jun 2024 15:31:05 +0300 [thread overview]
Message-ID: <86y16q4lfa.fsf@gnu.org> (raw)
In-Reply-To: <afttYi5tF2tBDLA_ZEEoYlPsPW8ghoHd4ueTPiX739lR7xu6beTJOUdgr2StQJZvW1LH62yVbAE3CrIrZjA1A8elOh3IIxTmiSMr4ADpzmE=@protonmail.com> (message from Heime on Thu, 27 Jun 2024 10:59:46 +0000)
> Date: Thu, 27 Jun 2024 10:59:46 +0000
> From: Heime <heimeborgia@protonmail.com>
> Cc: help-gnu-emacs@gnu.org
>
> > > > Emacs was not designed to support selection of fonts by fine-tuning their
> > > > weight, slant, and other similar attributes, so specifying such fonts works
> > > > in some cases but doesn't work in others.
> > >
> > > If you do S-<down-mouse-1> to use "Change Buffer Font", one can select those attributes.
> > > I just want to do the same automatically in elisp code.
> >
> > There's no practical reason for doing so, that's all I'm saying.
>
> Somehow, the "Change Buffer Font" tool allows selection of that information and
> gets things to work.
No, it doesn't. It sets things up to use a single font in a single
buffer as the default face's font in that buffer, that's all. There
are many other situations where fonts are used or passed to various
functions in Emacs, and in quite a few of those using an arbitrary
font with an arbitrary weight or slamt or width will not do what you
expect.
> Could it be that using the :family, :height, :weight is not so rodust, and it is better
> to just use :font ? How would I call buffer-face-mode-invoke with :font or similar ?
You should use just :family, and perhaps also specify :height.
next prev parent reply other threads:[~2024-06-27 12:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 21:58 Changing font weight with buffer-face-mode-invoke Heime
2024-06-26 12:55 ` Eli Zaretskii
2024-06-26 17:08 ` Heime
2024-06-26 18:39 ` Eli Zaretskii
2024-06-26 19:32 ` Heime
2024-06-27 4:56 ` Eli Zaretskii
2024-06-26 20:54 ` Heime
2024-06-27 5:23 ` Eli Zaretskii
2024-06-27 8:48 ` Heime
2024-06-27 9:30 ` Yuri Khan
2024-06-27 10:24 ` Eli Zaretskii
2024-06-27 10:59 ` Heime
2024-06-27 12:31 ` Eli Zaretskii [this message]
2024-06-27 16:49 ` Heime
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86y16q4lfa.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).