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: Better emoji support Date: Fri, 17 Sep 2021 19:01:59 +0300 Message-ID: <83tuij6vig.fsf@gnu.org> References: <834kd2cypw.fsf@gnu.org> <87zguuttbm.fsf@gmail.com> <8335smcxx6.fsf@gnu.org> <87v95itsc4.fsf@gmail.com> <831r86cxdy.fsf@gnu.org> <83a6kgejp0.fsf@gnu.org> <87wnnkpjj9.fsf@gmail.com> <3E0155F6-D681-4443-A1D9-472D1836168D@traduction-libre.org> <87bl4rnyoe.fsf@gmail.com> <87y27vw6sp.fsf@rub.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21215"; mail-complaints-to="usenet@ciao.gmane.io" Cc: lists@traduction-libre.org, rpluim@gmail.com, emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 17 18:09:49 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 1mRGQu-0005Mt-JZ for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Sep 2021 18:09:48 +0200 Original-Received: from localhost ([::1]:54560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRGQt-0002D6-I1 for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Sep 2021 12:09:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRGJd-000303-OV for emacs-devel@gnu.org; Fri, 17 Sep 2021 12:02:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35860) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRGJd-0005PF-0u; Fri, 17 Sep 2021 12:02:17 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4433 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 1mRGJb-0000my-JF; Fri, 17 Sep 2021 12:02:15 -0400 In-Reply-To: <87y27vw6sp.fsf@rub.de> (message from Stephen Berman on Fri, 17 Sep 2021 17:39:02 +0200) 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:274889 Archived-At: > From: Stephen Berman > Cc: Jean-Christophe Helary , Eli Zaretskii > , emacs-devel@gnu.org > Date: Fri, 17 Sep 2021 17:39:02 +0200 > > I just pulled from master and did make bootstrap. Starting emacs -Q > fails with "Invalid script or charset name: latin". No frame appears > and there's no out shell output. Could that be due to your commit? It could be due to changes related to Unicode 14. Can you show a backtrace from this error, preferably both C and Lisp? Thanks.