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: Automatic composition case is missing in x_compute_glyph_string_overhangs Date: Thu, 11 Jun 2009 10:26:46 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1244683629 11253 80.91.229.12 (11 Jun 2009 01:27:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jun 2009 01:27:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 11 03:27:01 2009 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 1MEZ4F-0006Ym-FA for ged-emacs-devel@m.gmane.org; Thu, 11 Jun 2009 03:26:59 +0200 Original-Received: from localhost ([127.0.0.1]:50204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEZ4E-0005kQ-TE for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2009 21:26:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEZ4A-0005jB-Ne for emacs-devel@gnu.org; Wed, 10 Jun 2009 21:26:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEZ46-0005cC-2Q for emacs-devel@gnu.org; Wed, 10 Jun 2009 21:26:54 -0400 Original-Received: from [199.232.76.173] (port=52214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEZ45-0005c2-V0 for emacs-devel@gnu.org; Wed, 10 Jun 2009 21:26:49 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:35696) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEZ45-0000b5-79 for emacs-devel@gnu.org; Wed, 10 Jun 2009 21:26:49 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n5B1Qks3012324; Thu, 11 Jun 2009 10:26:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n5B1QkTk011559; Thu, 11 Jun 2009 10:26:46 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n5B1QkSK019595; Thu, 11 Jun 2009 10:26:46 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MEZ42-0004Sr-6s; Thu, 11 Jun 2009 10:26:46 +0900 In-reply-to: (message from YAMAMOTO Mitsuharu on Thu, 11 Jun 2009 09:30:46 +0900) 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:111423 Archived-At: In article , YAMAMOTO Mitsuharu writes: > I think the automatic composition case is missing in the current > x_compute_glyph_string_overhangs. With some changes like below, I can > observe a difference as attached. (The screenshots are those of my > own Mac Core Text font backend driver containing the `shape' function, > not the ns one.) You are right. I've just committed your patch. Thank you. --- Kenichi Handa handa@m17n.org