[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Entering emojis
From: |
Eli Zaretskii |
Subject: |
Re: Entering emojis |
Date: |
Mon, 08 Nov 2021 21:58:24 +0200 |
> From: chad <yandros@gmail.com>
> Date: Mon, 8 Nov 2021 11:52:24 -0800
> Cc: Lars Ingebrigtsen <larsi@gnus.org>, Gregory Heytings
> <gregory@heytings.org>,
> Stefan Kangas <stefankangas@gmail.com>, Eli Zaretskii <eliz@gnu.org>,
> EMACS development team <emacs-devel@gnu.org>
>
> - /* Don't use a color bitmap font unless its family is
> - explicitly specified. */
> - if ((sym_traits & kCTFontTraitColorGlyphs) && NILP (family))
> - continue;
> -
> if (j > 0
> && !macfont_supports_charset_and_languages_p (desc, charset,
> chars,
> languages))
>
> (Still catching up from several weeks away.)
> If memory serves, this ability was added to the ns and mac ports back before
> it was functional in GNUstep
> or typical GNU/Linux distributions, and so someone (another memory says
> "RMS") asked that it not be
> enabled by default, to avoid making the macOS version of Emacs more
> featureful than the free versions.
> Since that's no longer true, if my memory is correct, this change should be a
> nice addition.
I think you are confusing two different issues. but in any case, we
already installed a safer variant of the above.
- Re: Ligature support, (continued)
- Re: Ligature support, Benjamin Riefenstahl, 2021/11/06
- Re: Ligature support, Eli Zaretskii, 2021/11/06
- Re: Ligature support, Benjamin Riefenstahl, 2021/11/06
- Re: Ligature support, Eli Zaretskii, 2021/11/06
- Re: Ligature support, Lars Ingebrigtsen, 2021/11/05
- Re: Ligature support, Lars Ingebrigtsen, 2021/11/05
- Re: Ligature support, Eli Zaretskii, 2021/11/05
Re: Entering emojis, chad, 2021/11/08
- Re: Entering emojis,
Eli Zaretskii <=