From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Entering emojis Date: Mon, 08 Nov 2021 21:58:24 +0200 Message-ID: <83y25y5sin.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <83zgqxymd3.fsf@gnu.org> <878rygj4gt.fsf@gnus.org> <83wnm0zz0q.fsf@gnu.org> <874k94j3rn.fsf@gnus.org> <83v91kzydh.fsf@gnu.org> <87tuh4holf.fsf@gnus.org> <822aec9d01909cecfc6c@heytings.org> <87a6iwhltf.fsf@gnus.org> <83tuh4zfg5.fsf@gnu.org> <87y26gfobr.fsf@gnus.org> <87tuh4f1ie.fsf@gnus.org> <83tuh2wuwa.fsf@gnu.org> <87pmrqod9f.fsf@gmail.com> <87wnlymx96.fsf@gmail.com> <875ytibomf.fsf@gnus.org> <87zgquy4xm.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21797"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, gregory@heytings.org, emacs-devel@gnu.org, larsi@gnus.org, stefankangas@gmail.com To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 08 21:01:21 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkApU-0005SO-My for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Nov 2021 21:01:20 +0100 Original-Received: from localhost ([::1]:49404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mkApT-0002Qc-LZ for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Nov 2021 15:01:19 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkAmo-00012Z-LP for emacs-devel@gnu.org; Mon, 08 Nov 2021 14:58:34 -0500 Original-Received: from [2001:470:142:3::e] (port=40546 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkAmo-0003JI-AI; Mon, 08 Nov 2021 14:58:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/djs+wvruRolRJ1xdOMZn/e39Bma/UetfLggVVV01MU=; b=XBZbaq/xPpqY KX7v9eK98j2rTxErIWS+5D/A/guFW2xhTxzG4UI/WbkKonK1vtq+Ljbcs5URy+fBiXqpgeO0uvk52 tvcR5VLNVDFcdfcXOgLINwJCInYsTLCTi8hzkxeC2F0IY5Ff8ec0+3IgeEUEHAY4ks5QVVayGELzL pg62YhthtiEbtIuG8HZbjUr6xtwN8TjlQNvZwmH07FCMXCPFxGWBcARyxC17FMiDRxpqb7TVs0Bah Bi+wIjUJ+MIP8A+gEB/pHd7kWIUNTL6zmDKdkvBtmfIEU9RpLbXSwNvatSeI9lSKCDDIECEaWhL7o ZM6pCQmR2u5YJiLQ7WMj9w==; Original-Received: from [87.69.77.57] (port=1479 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkAmn-0004Os-SR; Mon, 08 Nov 2021 14:58:34 -0500 In-Reply-To: (message from chad on Mon, 8 Nov 2021 11:52:24 -0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:279058 Archived-At: > From: chad > Date: Mon, 8 Nov 2021 11:52:24 -0800 > Cc: Lars Ingebrigtsen , Gregory Heytings , > Stefan Kangas , Eli Zaretskii , > EMACS development team > > - /* 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.