* Setting all text to bold
@ 2021-05-25 11:23 Christopher Dimech
2021-05-25 12:02 ` Jean Louis
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Dimech @ 2021-05-25 11:23 UTC (permalink / raw)
To: Help Gnu Emacs
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?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Setting all text to bold
2021-05-25 11:23 Setting all text to bold Christopher Dimech
@ 2021-05-25 12:02 ` Jean Louis
2021-05-25 12:09 ` Christopher Dimech
0 siblings, 1 reply; 3+ messages in thread
From: Jean Louis @ 2021-05-25 12:02 UTC (permalink / raw)
To: Christopher Dimech; +Cc: Help Gnu Emacs
* 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/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Setting all text to bold
2021-05-25 12:02 ` Jean Louis
@ 2021-05-25 12:09 ` Christopher Dimech
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Dimech @ 2021-05-25 12:09 UTC (permalink / raw)
To: Jean Louis; +Cc: Help Gnu Emacs
> Sent: Wednesday, May 26, 2021 at 12:02 AM
> 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
>
> * 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:
Felicitations. Yes, ULTRA BOLD is for me. :)
> (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/
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-25 12:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-25 11:23 Setting all text to bold Christopher Dimech
2021-05-25 12:02 ` Jean Louis
2021-05-25 12:09 ` Christopher Dimech
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).