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 1fea9adf520: Improve support for Tifinagh Date: Mon, 15 Jul 2024 14:06:39 +0300 Message-ID: <86ikx6j4n4.fsf@gnu.org> References: <172098129645.10577.370472685543343793@vcs2.savannah.gnu.org> <20240714182137.51B1FC2BC7E@vcs2.savannah.gnu.org> <874j8rdl3z.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="8333"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 15 13:07:35 2024 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 1sTJYN-0001ul-Gd for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Jul 2024 13:07:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sTJXf-0007ra-LQ; Mon, 15 Jul 2024 07:06:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTJXe-0007qm-1g for emacs-devel@gnu.org; Mon, 15 Jul 2024 07:06:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTJXd-0004rt-M7; Mon, 15 Jul 2024 07:06:49 -0400 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=HnGsh4EBV/nxo3X+w2kvnUbXcpynVx+aDK/3PYEMcnY=; b=eGYK+Z54/x8r9ijPzA9f sLvQAR4cjPo8ug9gVA+9TYqgDe3BcNK6NDRa2P5P4vxdBE1iHZ0DIVwA1PPTqcrm0YYg58dHwVzt5 WVQJdvOBX22xvqeMyuhnQdzzReuJ9y7fdUaJ5R2l44zmc9xqW9IcqGxCl2C5sm6+3VtKH/QAjdPQN eMnvhvfWMPypowCzB4NxSgAs27oM61KqCjxpg/eRJM+V/CehgDcfL13Jn58qZ2qQFdNmf8qyfldQx 0AS69d0v0oZl/LerVFnZWF7UZC5zLL0eovQERs8PJh77qdWr4cX9haT+1sdUgTWa7nekV2F1jvY/o pQwBkhSRGfGlcQ==; In-Reply-To: <874j8rdl3z.fsf@gmail.com> (message from Robert Pluim on Mon, 15 Jul 2024 12:07:28 +0200) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321668 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii > Date: Mon, 15 Jul 2024 12:07:28 +0200 > > >>>>> On Sun, 14 Jul 2024 14:21:36 -0400 (EDT), Eli Zaretskii said: > > > Eli> diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el > Eli> index 33e444507c4..a6129cbc8f0 100644 > Eli> --- a/lisp/international/fontset.el > Eli> +++ b/lisp/international/fontset.el > Eli> @@ -199,6 +199,7 @@ > Eli> (tai-tham #x1A20 #x1A55 #x1A61 #x1A80) > Eli> (symbol . [#x201C #x2200 #x2500]) > Eli> (braille #x2800) > Eli> + (tifinagh #x2D30 #x2D60) > Eli> (ideographic-description #x2FF0) > > Doesnʼt tifinagh cover 2D30..2D7F? It does. But if you thought the above implies 2D30..2D60, then it doesn't: I made the change in script-representative-chars, where these codepoints have a different interpretation. See the doc string of that variable for the details.