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: charprop.el and uni-*.el Date: Mon, 04 Feb 2008 17:24:55 +0900 Message-ID: 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 1202113539 10481 80.91.229.12 (4 Feb 2008 08:25:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 08:25:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 04 09:26:00 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 1JLweM-0002mC-PK for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 09:25:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLwdu-0005sZ-LB for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 03:25:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLwdq-0005sI-V4 for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:25:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLwdp-0005rt-P5 for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:25:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLwdp-0005rq-Hn for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:25:25 -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 1JLwdp-0004r0-LL for emacs-devel@gnu.org; Mon, 04 Feb 2008 03:25:26 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m148P7ce012728 for ; Mon, 4 Feb 2008 17:25:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m148P7nm016157 for ; Mon, 4 Feb 2008 17:25:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m148Otas002301 for ; Mon, 4 Feb 2008 17:24:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.68) (envelope-from ) id 1JLwdL-0003mt-OP for emacs-devel@gnu.org; Mon, 04 Feb 2008 17:24:55 +0900 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:88136 Archived-At: 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, this part in src/Makefile.in: #ifdef HAVE_UNIDATA UNIDATA=${admindir}unidata/UnicodeData.txt ${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA} RUNEMACS="$(RUN_TEMACS)"; \ cd ${admindir}unidata; \ $(MAKE) $(MFLAGS) \ RUNEMACS="$${RUNEMACS}" DSTDIR=${lispsource}international #endif was just for my conveninence, and I forgot to delete it. So, I'm going to commit charprop.in and uni-*.el in CVS and delete the above target in src/Makefile.in. Any objection? In the future, I'll write a code to gradually generate data in uni-*.el from UnicodeData.txt (storing it under etc) on demand, but for the moment, I don't have a time to do that. If someone can work on it, I appreciate it very much. --- Kenichi Handa handa@ni.aist.go.jp PS. As I didn't reach the Internet in the weekend, I read mails this morning, and I have not yet understood well which problems are already solved, and which are not. :-(