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: font-backend branch Date: Wed, 30 Apr 2008 13:24:00 +0900 Message-ID: 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 1209529492 26627 80.91.229.12 (30 Apr 2008 04:24:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 04:24:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 30 06:25:29 2008 connect(): Connection refused 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 1Jr3sh-0003bn-JR for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 06:25:23 +0200 Original-Received: from localhost ([127.0.0.1]:45320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jr3ry-00088y-G9 for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 00:24:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jr3rt-000884-9P for emacs-devel@gnu.org; Wed, 30 Apr 2008 00:24:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jr3rs-00087W-Dt for emacs-devel@gnu.org; Wed, 30 Apr 2008 00:24:32 -0400 Original-Received: from [199.232.76.173] (port=59584 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jr3rs-00087R-80 for emacs-devel@gnu.org; Wed, 30 Apr 2008 00:24:32 -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 1Jr3rr-0007VY-JT for emacs-devel@gnu.org; Wed, 30 Apr 2008 00:24:32 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m3U4OABi009960 for ; Wed, 30 Apr 2008 13:24:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m3U4O9qD022882 for ; Wed, 30 Apr 2008 13:24:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m3U4O0Jq007400 for ; Wed, 30 Apr 2008 13:24:00 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Jr3rM-0004ex-5W for emacs-devel@gnu.org; Wed, 30 Apr 2008 13:24:00 +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 monty-python.gnu.org: 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:96189 Archived-At: I've just committed new codes in font-backend branch. Those who have reported font-backend-related bugs, please test that branch. The change log files are not yet ready. I committed partial one in src/ChangeLog.fb. As for Windows port: I tried to compile it on Windows in cygwin environment. By, "make bootstrap", it seems that src/oo-spd/i386/emacs.exe is created, but the make failed at the target finder-data of lisp/makefile. And, when I run src/oo-spd/i386/emacs, it starts up without an error, but, non-ASCII characters are not correctly displayed by garbage glyphs. Perhaps, there's something wrong in my changes on src/w32*.[ch]. I'm now trying to find what is wrong, but, Jason, could you please investigate it too? As for Mac port: I didn't touch any mac-specific files. So, it can't be compiled. Mac-port maintainers, please adjust codes for the new font.h and font.c by checking what I've done for the other font-backend codes (and xterm.c and xfns.c). --- Kenichi Handa handa@ni.aist.go.jp