all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* :family  and  :height  in set-face-attribute
@ 2024-06-24 10:32 Heime
  2024-06-24 12:54 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Heime @ 2024-06-24 10:32 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


I have the following command working

(buffer-face-mode-invoke
  `(:family ,face-family :height ,(string-to-number face-height)) t)

But this one does not

(set-face-attribute 'default nil
  :family face-family :height (string-to-number face-height))




Sent with Proton Mail secure email.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-24 17:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 10:32 :family and :height in set-face-attribute Heime
2024-06-24 12:54 ` Eli Zaretskii
2024-06-24 14:57   ` Heime
2024-06-24 15:34     ` Eli Zaretskii
2024-06-24 15:39       ` Heime
2024-06-24 16:29         ` Eli Zaretskii
2024-06-24 17:16           ` Heime

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.