From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: charprop.el and uni-*.el Date: Tue, 05 Feb 2008 09:39:42 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1202172024 720 80.91.229.12 (5 Feb 2008 00:40:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2008 00:40:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 05 01:40:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMBrg-0000dA-Nr for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 01:40:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMBrE-0002oT-Fg for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 19:40:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMBrA-0002oA-F6 for emacs-devel@gnu.org; Mon, 04 Feb 2008 19:40:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMBr9-0002nu-ML for emacs-devel@gnu.org; Mon, 04 Feb 2008 19:40:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMBr9-0002nr-DV for emacs-devel@gnu.org; Mon, 04 Feb 2008 19:40:11 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMBr4-0002Q8-SB; Mon, 04 Feb 2008 19:40:07 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m150drkm007285; Tue, 5 Feb 2008 09:39:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m150druo009383; Tue, 5 Feb 2008 09:39:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m150dgtH019061; Tue, 5 Feb 2008 09:39:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.68) (envelope-from ) id 1JMBqg-0002cQ-2Q; Tue, 05 Feb 2008 09:39:42 +0900 In-reply-to: (message from Eli Zaretskii on Mon, 04 Feb 2008 22:50:12 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88205 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > Date: Mon, 04 Feb 2008 17:24:55 +0900 > > > > I intended to put files charprop.el and uni-*.el under > > lisp/internatinal in CVS, and someone who re-generats them > > from admin/unidata/UnicodeData.txt (perhaps by getting the > > recent version of that file from unicode.org) commits them. [...] > And what happens when the next Unicode release publishes a new version > of UnicodeData.txt? Someone get it, run make in admin/unidata, commit the newly generated uni-*.el. > > In the future, I'll write a code to gradually generate data > > in uni-*.el from UnicodeData.txt (storing it under etc) on > > demand > How is this different from what we have now? We don't need a little bit cryptic uni-*.el files. We can also delete admin/unidata. Perhaps the first call of get-char-code-property is will be faster (especially when PROPNAME is 'name). --- Kenichi Handa handa@ni.aist.go.jp