From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.devel Subject: Re: admin/unidata updates Date: Thu, 26 Jun 2014 23:03:48 +0900 Message-ID: <87vbrnsr7f.fsf@gnu.org> References: <834mz8rkix.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403791471 15304 80.91.229.3 (26 Jun 2014 14:04:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2014 14:04:31 +0000 (UTC) Cc: mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 26 16:04:23 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X0AHi-0005gb-Ab for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2014 16:04:18 +0200 Original-Received: from localhost ([::1]:44778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AHh-0005Lr-T7 for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2014 10:04:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AHX-0005Il-Fn for emacs-devel@gnu.org; Thu, 26 Jun 2014 10:04:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0AHQ-0008V7-Vt for emacs-devel@gnu.org; Thu, 26 Jun 2014 10:04:07 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AHQ-0008V3-T8 for emacs-devel@gnu.org; Thu, 26 Jun 2014 10:04:00 -0400 Original-Received: from fl1-125-197-74-119.iba.mesh.ad.jp ([125.197.74.119]:43883 helo=wanchai) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1X0AHP-00033m-0F; Thu, 26 Jun 2014 10:03:59 -0400 Original-Received: from handa by wanchai with local (Exim 4.80) (envelope-from ) id 1X0AHE-0007re-QV; Thu, 26 Jun 2014 23:03:48 +0900 In-Reply-To: <834mz8rkix.fsf@gnu.org> (message from Eli Zaretskii on Wed, 25 Jun 2014 20:01:10 +0300) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172752 Archived-At: In article <834mz8rkix.fsf@gnu.org>, Eli Zaretskii writes: > How does one know whether a given script needs CTL? If a script requires CTL, I think that the section of that script in The Unicode Standard should contain some information. > The practical issue here is whether scripts added to characters.el > (because the Unicode Standard added them) should also be added to the > list of "simple scripts" in setup-default-fontset. As I wrote, adding them without specifying representative characters is useless. But, as I have no knowledge about recently added scripts, I can't provide such information. So, let's leave the code of setup-default-fontset untouched. --- Kenichi Handa handa@gnu.org