help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help-for-help face


From: Manuel Giraud
Subject: help-for-help face
Date: Thu, 12 May 2022 10:45:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix)

Hi,

How can I set the same face everywhere including in `help-for-help'. If
I do:

    emacs -Q
    (set-frame-font "Inconsolata")
    (describe-face 'help-for-help-header)

The help-for-help-header face is correctly derived from Inconsolata but
if i do "M-x help-for-help", I get the previous face.

It seems to come from the fact that `make-help-screen' is a macro that
is evaluated earlier. How can I fix that?

Best regards,
-- 
Manuel Giraud



reply via email to

[Prev in Thread] Current Thread [Next in Thread]