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: new auto-composition [Re: Feature freeze] Date: Fri, 29 Aug 2008 17:17:53 +0900 Message-ID: References: <87tze6mz3c.fsf@stupidchicken.com> 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 1219997911 1780 80.91.229.12 (29 Aug 2008 08:18:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2008 08:18:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 29 10:19:25 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 1KYzCV-00030F-V1 for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2008 10:19:24 +0200 Original-Received: from localhost ([127.0.0.1]:49043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYzBX-00067g-Er for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2008 04:18:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYzBD-0005mC-JR for emacs-devel@gnu.org; Fri, 29 Aug 2008 04:18:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYzBB-0005jW-UM for emacs-devel@gnu.org; Fri, 29 Aug 2008 04:18:03 -0400 Original-Received: from [199.232.76.173] (port=43449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYzBB-0005jB-OT for emacs-devel@gnu.org; Fri, 29 Aug 2008 04:18:01 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:63746) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KYzBB-0002fU-4v for emacs-devel@gnu.org; Fri, 29 Aug 2008 04:18:01 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYzB9-0002Qg-NB for emacs-devel@gnu.org; Fri, 29 Aug 2008 04:18:00 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m7T8Hs8s017344; Fri, 29 Aug 2008 17:17:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m7T8HsBj002990; Fri, 29 Aug 2008 17:17:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m7T8Hrod013815; Fri, 29 Aug 2008 17:17:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KYzB3-0003hq-T2; Fri, 29 Aug 2008 17:17:53 +0900 In-reply-to: (message from Kenichi Handa on Fri, 01 Aug 2008 10:42:49 +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 mx20.gnu.org: Solaris 9 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103147 In article , Kenichi Handa writes: > As I wrote before, I'm now working on the new implementation > of automatic-character-composition that doesn't use text > property. The work is not for a new feature, but I realized > that an element in composition-function-table must be > changed slightly, and a few new Lisp functions must be > added (in a broad sense, it's a new feature). Please let me > check-in the necessary changes for that work even after the > feature freeze. I've just committed the changes, but I didn't tested the new codes on Windows and Mac. Maintainers of those platforms, please check the new codes. --- Kenichi Handa handa@ni.aist.go.jp