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: master 0ddc03cf8c: Fix minor inconsistencies in 'char-script-table' Date: Tue, 18 Jan 2022 16:26:26 +0200 Message-ID: <83o849unl9.fsf@gnu.org> References: <164244907287.6972.10392029635598311022@vcs2.savannah.gnu.org> <20220117195113.2ED72C0DA30@vcs2.savannah.gnu.org> <87pmoqt5a2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3774"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 18 16:26:51 2022 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 1n9qNm-0000mO-TP for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Jan 2022 16:26:51 +0100 Original-Received: from localhost ([::1]:38596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n9qNl-00053x-Pq for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Jan 2022 10:26:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9pRR-0007oH-U9 for emacs-devel@gnu.org; Tue, 18 Jan 2022 09:26:33 -0500 Original-Received: from [2001:470:142:3::e] (port=36548 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 1n9pRR-00077D-HS; Tue, 18 Jan 2022 09:26:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Mhddf8yc0I6CgqT3fR5VbV2rk8W/yLKowRriUcdvF0s=; b=if4pmcdmLO2GU6aMH+g2 0T9n5XJD6oaIGngoXoe+gOHrixc0DNKxuwlxwmXENPUcGT0grgFVXDa0aPN6oElXT7Ysddx41FzUM 3dxiwR90gB2gFvN6miLt05JXOJFk/UyTGx0mE3XrEN/xATaRyoo24xl83ZMdKCjo+fQfNXX1IvxrQ +BLqGe/W4MjJDlzcdj6nZN31koX8x15N3ULMx3rr2M9i+5WpSDrXGt0xWxuuslZB0iKPMDy+4IUdh cO6+QMBdL83sw0LzXBEkc5yCN+k6mMc5MciexSFgJ65iEAwZ7kvn7uzjwggXVFlg9skz5esnOEe1l f5Ot+F/h1xFsCA==; Original-Received: from [87.69.77.57] (port=1054 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 1n9pRR-0003J5-Hn; Tue, 18 Jan 2022 09:26:33 -0500 In-Reply-To: <87pmoqt5a2.fsf@gmail.com> (message from =?utf-8?Q?K=C3=A9vin?= Le Gouguec on Mon, 17 Jan 2022 22:35:01 +0100) 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:284928 Archived-At: > From: Kévin Le Gouguec > Cc: Eli Zaretskii > Date: Mon, 17 Jan 2022 22:35:01 +0100 > > Eli Zaretskii writes: > > > @@ -253,7 +252,6 @@ > > (gunjala-gondi #x11D60) > > (makasar #x11EE0) > > (cuneiform #x12000) > > - (cuneiform-numbers-and-punctuation #x12400) > > (cypro-minoan #x12F90) > > (egyptian #x13000) > > (mro #x16A40) > > Mmm, emacs -Q seems to complain now: > > > Error (initialization): Creation of the default fontsets failed: > > (error Invalid script or charset name: > > cuneiform-numbers-and-punctuation) > > Is something like the following in order? Yes, thanks. > (There's also another remnant of cuneiform-numbers-and-punctuation > in w32font.c; maybe it also deserves the axe, but I can't test the > change) That one was actually a subtle bug, so good riddance!