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: Byte-compilation warnings on w32 Date: Sun, 07 Sep 2008 09:11:07 +0900 Message-ID: References: <2f7i9z903n.fsf@fencepost.gnu.org> 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 1220746295 6012 80.91.229.12 (7 Sep 2008 00:11:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 00:11:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 07 02:12:30 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 1Kc7t9-0007X1-P0 for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 02:12:24 +0200 Original-Received: from localhost ([127.0.0.1]:59759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc7sA-0005Mg-4G for ged-emacs-devel@m.gmane.org; Sat, 06 Sep 2008 20:11:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc7s6-0005MY-R1 for emacs-devel@gnu.org; Sat, 06 Sep 2008 20:11:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc7s6-0005MG-4K for emacs-devel@gnu.org; Sat, 06 Sep 2008 20:11:18 -0400 Original-Received: from [199.232.76.173] (port=59922 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc7s6-0005MD-1f for emacs-devel@gnu.org; Sat, 06 Sep 2008 20:11:18 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:65342) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kc7s1-00045Q-2p; Sat, 06 Sep 2008 20:11:13 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m870BAj9026143; Sun, 7 Sep 2008 09:11:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m870B9g4011984; Sun, 7 Sep 2008 09:11:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m870B70V005355; Sun, 7 Sep 2008 09:11:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Kc7rv-0004TT-C5; Sun, 07 Sep 2008 09:11:07 +0900 In-reply-to: (message from Glenn Morris on Sat, 06 Sep 2008 14:56:29 -0400) 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 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:103619 Archived-At: In article , Glenn Morris writes: > A reminder: > Glenn Morris wrote: > > Looks like you also need to change tibetan-composition-function > > to use font-shape-gstring (great function name, BTW) in place of > > font-shape-text. Thank you. For the time being, I made Tibetan to use directly font-shape-gstring. That means, Emacs can display Tibetan only with a proper OTF font. After I fixed some other bugs, I'll make Tibetan use tibetan-composition-function and and fix it work even if font-shape-gstring fails. --- Kenichi Handa handa@ni.aist.go.jp