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 21:20:28 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> I thought we wanted a capability indication, not something that
> actually looks for installed fonts.  AFAIU, if there are no color
> fonts on the user's system, the above will tell Emacs color fonts
> aren't supported.  That's not what we wanted, based on earlier
> discussions.

Then this could be implemented very simply:

  (or (featurep 'haiku)
      (featurep 'cocoa)
      (featurep 'cairo))




reply via email to

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