From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2105 invoked from network); 2 Sep 2021 15:37:57 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 2 Sep 2021 15:37:57 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mLomp-00DLNJ-Bb for ml@inbox.vuxu.org; Thu, 02 Sep 2021 10:37:55 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1mLomo-001Ttd-MA for ml@inbox.vuxu.org; Thu, 02 Sep 2021 10:37:54 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1mLomn-001TtW-Ix for ding@lists.math.uh.edu; Thu, 02 Sep 2021 10:37:53 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mLomi-00DLMW-UC for ding@lists.math.uh.edu; Thu, 02 Sep 2021 10:37:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=rzZWJdTJBVIWXtG5JMmjhhudKOLWpxy8MTFnbr25Zfw=; b=auOOk7z894fvATW6sIQp9QXgIo i0RwW36glmpTIj1ejoiywocFAKqYvlUeeMoHziZZcy9c84w2B5ZBXt3y/XkhLE9kYe4XjHUsdaW7/ pL/X1c1ef2FGIfH0MDYBvZY4BXEXi4LEJPGqxtqoKMw8GcdekQCBGlpSfHVZmtNSJkTk=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mLomZ-0002tI-PH for ding@gnus.org; Thu, 02 Sep 2021 17:37:43 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mLomY-0009fA-5b for ding@gnus.org; Thu, 02 Sep 2021 17:37:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Uwe Brauer Subject: Re: smileys auto smileys Date: Thu, 02 Sep 2021 17:37:33 +0200 Message-ID: <87mtovm1j6.fsf@mat.ucm.es> References: <871r68bwk0.fsf@mat.ucm.es> <87zgsw2212.fsf@tullinup.koldfront.dk> <87lf4gk77g.fsf@mat.ucm.es> <87ilzk1j0q.fsf@tullinup.koldfront.dk> <87a6kvxiys.fsf@ucl.ac.uk> <87bl5bhxk3.fsf@mat.ucm.es> <87wnnzvy2c.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:w93fXROBV7Wwkfgv7zrcaQr6ZYE= Mail-Copies-To: never Header: Newsgroups List-ID: Precedence: bulk >>> "ESF" == Eric S Fraga writes: > On Thursday, 2 Sep 2021 at 16:17, Uwe Brauer wrote: >> I just realized that some fail, for example >> SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH gives 01F92D a >> sort of square 🤭 > This works for me as does 🥲. > The key is the fonts you have available for displaying the emojis. > I have the following line in my init files: > (set-fontset-font t '(#x1f300 . #x1fad0) (font-spec :family "Noto Color Emoji")) > and obviously have the Noto font set installed (specifically the > fonts-noto-color-emoji package in Debian). There probably are many > other choices for fonts for displaying emojis. Thanks, well that package is not in Ubuntu 16.04 but in 20.04 and I know, I should upgrade 😇, but... So I just tried out to download the NotoColorEmoji.ttf from https://github.com/googlefonts/noto-emoji But that seems not enough, most likely some png should be generated, but I think right now, I will not try that out, it seems more sensible to upgrade ubuntu. Uwe