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: unicode font-backend + tiling Date: Thu, 07 Dec 2006 20:06:10 +0900 Message-ID: References: <87ejrffa4k.fsf@catnip.gol.com> <87mz62uc96.fsf@frontier.dottedmag.net> NNTP-Posting-Host: dough.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 1165489557 9140 80.91.229.10 (7 Dec 2006 11:05:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 11:05:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 07 12:05:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GsH4Z-0004Ll-Cs for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 12:05:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsH4Y-0006Qt-ES for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 06:05:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsH3r-0006QJ-6M for emacs-devel@gnu.org; Thu, 07 Dec 2006 06:05:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsH3o-0006Ot-1W for emacs-devel@gnu.org; Thu, 07 Dec 2006 06:05:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsH3m-0006O9-Cv for emacs-devel@gnu.org; Thu, 07 Dec 2006 06:05:03 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsH3l-0005iz-MG for emacs-devel@gnu.org; Thu, 07 Dec 2006 06:05:02 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id kB7B4upv022187; Thu, 7 Dec 2006 20:04:56 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id kB7B4sXL024325; Thu, 7 Dec 2006 20:04:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id kB7B4sRQ003283; Thu, 7 Dec 2006 20:04:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GsH4s-0000NF-Hg; Thu, 07 Dec 2006 20:06:10 +0900 Original-To: Zhang Wei In-reply-to: (message from Zhang Wei on Thu, 07 Dec 2006 12:29:43 +0800) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:63403 Archived-At: In article , Zhang Wei writes: > But the following fontconfig setting still takes no effect: > --8<---------------cut here---------------start------------->8--- > How about changing that line to this as my example. > I must confess I don't know what the difference between them, but FYI, xftfont.c now contains this line: FcConfigSubstitute (NULL, pat, FcMatchPattern); I read the manual of fontconfig but couldn't understand the difference between FcMatchPattern and FcMatchFont as the third arg of FcConfigSubstitute. Could someone please explain it? --- Kenichi Handa handa@m17n.org