From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.devel Subject: Re: Better emoji support Date: Tue, 13 Jul 2021 10:00:00 +0300 Message-ID: References: <834kd2cypw.fsf@gnu.org> <87zguuttbm.fsf@gmail.com> <8335smcxx6.fsf@gnu.org> <87v95itsc4.fsf@gmail.com> <831r86cxdy.fsf@gnu.org> <87r1g4szqp.fsf@gmail.com> <87mtqrtysx.fsf@gmail.com> <87im1ftud9.fsf@gmail.com> <83mtqra5g0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15374"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0.7+183 (3d24855) (2021-05-28) Cc: Robert Pluim , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 13 09:14:20 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 1m3CcV-0003tH-UD for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Jul 2021 09:14:19 +0200 Original-Received: from localhost ([::1]:40376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m3CcU-00024m-Tg for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Jul 2021 03:14:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3CTR-0002kq-R9 for emacs-devel@gnu.org; Tue, 13 Jul 2021 03:04:58 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:60353) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3CTP-0005kJ-2H; Tue, 13 Jul 2021 03:04:56 -0400 Original-Received: from localhost ([::ffff:197.157.0.56]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000057EA3.0000000060ED3B13.0000775E; Tue, 13 Jul 2021 00:04:51 -0700 Mail-Followup-To: Eli Zaretskii , Robert Pluim , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <83mtqra5g0.fsf@gnu.org> Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -3 X-Spam_score: -0.4 X-Spam_bar: / X-Spam_report: (-0.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SORBS_WEB=1.5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:271193 Archived-At: Just as possible reference to code, there is library emojify (MELPA) that displays pictures for Emoji in Emacs and I use it all the time. Maybe inside of it there could be useful pointers to this thread.