From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: thai-word.el updated Date: Wed, 02 Mar 2005 09:33:46 +0100 (CET) Message-ID: <20050302.093346.39167565.wl@gnu.org> References: <20040726.143832.238248933.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109757235 24423 80.91.229.2 (2 Mar 2005 09:53:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2005 09:53:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 02 10:53:55 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6QXy-0005ZU-0C for ged-emacs-devel@m.gmane.org; Wed, 02 Mar 2005 10:53:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6Qqh-0003UI-Hq for ged-emacs-devel@m.gmane.org; Wed, 02 Mar 2005 05:12:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6QUH-0006LY-Od for emacs-devel@gnu.org; Wed, 02 Mar 2005 04:49:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6QUD-0006KH-FI for emacs-devel@gnu.org; Wed, 02 Mar 2005 04:49:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6QUB-0006Hd-Fv for emacs-devel@gnu.org; Wed, 02 Mar 2005 04:49:43 -0500 Original-Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D6Q9Q-0003FM-Li for emacs-devel@gnu.org; Wed, 02 Mar 2005 04:28:16 -0500 Original-Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1D6Q9P-0006xW-00; Wed, 02 Mar 2005 10:28:15 +0100 Original-Received: from [217.253.201.53] (helo=rigel.site) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1D6Q9O-0000nH-00; Wed, 02 Mar 2005 10:28:15 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j228Xksu023815; Wed, 2 Mar 2005 09:33:46 +0100 Original-To: handa@m17n.org In-Reply-To: <20040726.143832.238248933.wl@gnu.org> X-Mailer: Mew version 4.2.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:34048 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34048 About nine months ago I wrote the following: > I've finally replaced the Thai word list of unknown origin with a > list taken from IBM's ICU4J project which uses the X license. In > case it is not possible to use this data directly within GNU stuff, > I suggest to move the word list into a separate file (together with > a license stating that this file is not directly part of Emacs, > etc. etc.) which is then read in with thai-update-word-table. > > Since thai-forward-word is an essential feature for Thai still > lacking in Emacs, I ask for inclusion into Emacs right now. Is there any progress? Werner