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

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

bug#56691: outline-minor-mode displays navigation arrow buttons as emoji


From: Po Lu
Subject: bug#56691: outline-minor-mode displays navigation arrow buttons as emojis
Date: Mon, 01 Aug 2022 20:16:20 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> That's orthogonal, and can only be done once the predicate is
> implemented.

How so?  FC_COLOR is used during the font matching process, so it can
only be a font spec or entity attribute.

So a display-specific predicate could only be implemented like this:

  (defun display-color-font-p (frame)
    "DOC"
    (find-font (font-spec :color t) frame))




reply via email to

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