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: font-backend mechanism on Windows and Mac? Date: Fri, 14 Sep 2007 21:46:25 +0900 Message-ID: References: <46E4F571.3030101@gnu.org> <46E54A83.2070702@gnu.org> <46E54B7B.3070104@gnu.org> <46E93E1C.3030808@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: sea.gmane.org 1189774026 4870 80.91.229.12 (14 Sep 2007 12:47:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 12:47:06 +0000 (UTC) Cc: adrian.b.robert@gmail.com, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 14:46:55 2007 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 1IWAZQ-0002S8-QI for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 14:46:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWAZQ-0006m9-1r for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 08:46:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWAZN-0006m2-6u for emacs-devel@gnu.org; Fri, 14 Sep 2007 08:46:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWAZL-0006le-GH for emacs-devel@gnu.org; Fri, 14 Sep 2007 08:46:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWAZL-0006lb-8o for emacs-devel@gnu.org; Fri, 14 Sep 2007 08:46:47 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWAZE-0002n1-8T; Fri, 14 Sep 2007 08:46:40 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l8ECkVZL013620; Fri, 14 Sep 2007 21:46:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l8ECkUDn023518; Fri, 14 Sep 2007 21:46:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id l8ECkPAg009641; Fri, 14 Sep 2007 21:46:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IWAYz-0000Pz-NF; Fri, 14 Sep 2007 21:46:25 +0900 In-reply-to: <46E93E1C.3030808@gnu.org> (message from Jason Rumney on Thu, 13 Sep 2007 14:41:48 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Detected-Kernel: Solaris 8 (1) 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:78870 Archived-At: In article <46E93E1C.3030808@gnu.org>, Jason Rumney writes: > Kenichi Handa wrote: > > I've just installed fixes for X Window. Could you please > > fix w32term.c and w32font.c by the same way as done in > > xterm.c and xftfont.c (the diffs are attached)? > I've done that, now the only problems are the font problem you found, > and the performance seems much worse than the old code (redisplay after > moving a window over Emacs now takes around 2 seconds while in trunk it > is imperceptible), but that will only be fixed by getting more eyes > looking at the code. Do you mean that the displaying got slower after the recent change? --- Kenichi Handa handa@m17n.org