From: irek <mail@gumen.pl>
To: goncholden <goncholden@protonmail.com>
Cc: help-gnu-emacs@gnu.org, moasenwood@zoho.eu, goncholden@protonmail.com
Subject: Re: Determining font weight
Date: Tue, 08 Feb 2022 09:24:14 +0100 [thread overview]
Message-ID: <875ypppxzl.fsf@gumen.pl> (raw)
In-Reply-To: <I1Y3gS2viX8VobJcIYofzgAmp00p73XUzfyDCWjrKPuOJVLkb4EEhe9fJ7jsvax2G1MNoPHm4bo17RMW5mT4CY4slSDbWAXMYWMNt9hN1nQ=@protonmail.com> (message from goncholden on Tue, 08 Feb 2022 02:00:37 +0000)
This is probably what you want. Please note additional optional
attributes in face-attribute function.
;; Store initial width
(setq initial-weight (face-attribute 'font-lock-comment-face :weight nil t))
;; Change face width
(set-face-attribute 'font-lock-comment-face nil :weight 'bold)
;; Restore face width
(set-face-attribute 'font-lock-comment-face nil :weight initial-weight)
next prev parent reply other threads:[~2022-02-08 8:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 0:46 Determining font weight goncholden via Users list for the GNU Emacs text editor
2022-02-08 1:04 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-08 1:12 ` goncholden
2022-02-08 1:26 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-08 1:48 ` goncholden
2022-02-08 2:00 ` goncholden
2022-02-08 8:24 ` irek [this message]
2022-02-08 8:33 ` Kevin Vigouroux via Users list for the GNU Emacs text editor
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=875ypppxzl.fsf@gumen.pl \
--to=mail@gumen.pl \
--cc=goncholden@protonmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=moasenwood@zoho.eu \
/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).