From: Jean Louis <bugs@gnu.support>
To: Christopher Dimech <dimech@gmx.com>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Setting all text to bold
Date: Tue, 25 May 2021 15:02:20 +0300 [thread overview]
Message-ID: <YKznTOR1Xf8XjYd9@protected.localdomain> (raw)
In-Reply-To: <trinity-1a8defad-3a81-4ef6-a151-d55d1622050f-1621941830874@3c-app-mailcom-bs01>
* Christopher Dimech <dimech@gmx.com> [2021-05-25 14:24]:
> I want to set all text to bold in emacs. Have been calling (facemenu-set-bold),
> but encountered a problem whilst using Emacs 28.0.50.
>
> It has come to my attention that (facemenu-set-bold) is not to be invoked in an init file.
>
> How can one get all the emacs sessions in bold typeface exactly?
For you, as BOLD fan, you need ULTRA BOLD:
(set-face-attribute 'default nil :weight 'ultra-bold)
‘:weight’
VALUE specifies the weight of the font to use. It must be one of the
symbols ‘ultra-bold’, ‘extra-bold’, ‘bold’, ‘semi-bold’, ‘normal’,
‘semi-light’, ‘light’, ‘extra-light’, ‘ultra-light’.
Now I would like to know how to set face for specific single char....
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/
next prev parent reply other threads:[~2021-05-25 12:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-25 11:23 Setting all text to bold Christopher Dimech
2021-05-25 12:02 ` Jean Louis [this message]
2021-05-25 12:09 ` Christopher Dimech
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=YKznTOR1Xf8XjYd9@protected.localdomain \
--to=bugs@gnu.support \
--cc=dimech@gmx.com \
--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.
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.