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: Interesting combining character issue Date: Fri, 05 Dec 2008 21:30:34 +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 1228480794 2176 80.91.229.12 (5 Dec 2008 12:39:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2008 12:39:54 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: James Cloos Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 13:40:58 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 1L8ZzJ-0007NJ-I1 for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2008 13:40:54 +0100 Original-Received: from localhost ([127.0.0.1]:45883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8Zy8-00064b-Hp for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2008 07:39:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8ZpX-0000P7-P7 for emacs-devel@gnu.org; Fri, 05 Dec 2008 07:30:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8ZpV-0000Lc-7t for emacs-devel@gnu.org; Fri, 05 Dec 2008 07:30:47 -0500 Original-Received: from [199.232.76.173] (port=45187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8ZpU-0000LD-Cn for emacs-devel@gnu.org; Fri, 05 Dec 2008 07:30:45 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:44157) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8ZpT-0007gS-Ne for emacs-devel@gnu.org; Fri, 05 Dec 2008 07:30:44 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id mB5CUaKS000564; Fri, 5 Dec 2008 21:30:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id mB5CUaSm028276; Fri, 5 Dec 2008 21:30:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id mB5CUYFi025660; Fri, 5 Dec 2008 21:30:34 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1L8ZpK-0003v5-Jg; Fri, 05 Dec 2008 21:30:34 +0900 In-reply-to: (message from James Cloos on Fri, 05 Dec 2008 04:14:43 -0500) 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-operating-system: by monty-python.gnu.org: Solaris 9 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:106608 Archived-At: In article , James Cloos writes: Kenichi> Please show me these info: Kenichi> % freetype-config --version Kenichi> % libotf-config --version Kenichi> % m17n-config --version Kenichi> Mine are 9.18.3, 0.9.8, 1.5.3 respectively. > 9.18.3, 0.9.8, 1.5.1 > I'm upgrading m17n now. It seems that 1.5.1 is new enough. By the way, I've just fixed emacs/src/ftfont.c so that it surely selects an FLT that handles combining characters when the second character of a sequence is a combining character. Please try with the latest CVS code. --- Kenichi Handa handa@ni.aist.go.jp