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: Wed, 13 Dec 2006 16:55:25 +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 1165996481 21103 80.91.229.10 (13 Dec 2006 07:54:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2006 07:54:41 +0000 (UTC) Cc: id.brep@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 13 08:54:38 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 1GuOwm-00030P-5Q for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2006 08:54:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuOwl-0008QP-Fz for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2006 02:54:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuOwW-0008MI-0V for emacs-devel@gnu.org; Wed, 13 Dec 2006 02:54:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuOwT-0008Hm-9r for emacs-devel@gnu.org; Wed, 13 Dec 2006 02:54:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuOwT-0008HZ-74 for emacs-devel@gnu.org; Wed, 13 Dec 2006 02:54:17 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GuOwS-00063M-V2 for emacs-devel@gnu.org; Wed, 13 Dec 2006 02:54:17 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id kBD7s9mJ021027; Wed, 13 Dec 2006 16:54:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id kBD7s7qh009285; Wed, 13 Dec 2006 16:54:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id kBD7rxGU011644; Wed, 13 Dec 2006 16:53:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GuOxZ-0002ch-Af; Wed, 13 Dec 2006 16:55:25 +0900 Original-To: James Cloos In-reply-to: (message from James Cloos on Thu, 07 Dec 2006 07:58:46 -0500) 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:63671 Archived-At: Sorry for the late response on this matter. In article , James Cloos writes: > What it is trying to say is that, if FcMatchPattern is specified, then > sections of the fonts.conf that are in: > ,---- > | > | > | > `---- > sections are used, but if FcMatchFont is specified, then sections in: > ,---- > | > | > | > `---- > get used. > In the former case, and if FcConfigSubstituteWithPat is called, > the p_pat arg gets matched against the chunks in the > chunks. Otherwise that arg is not used. Thank you for the explanation. But, I still don't understand when to use FcMatchPattern and when to use FcMatchFont in a program. --- Kenichi Handa handa@m17n.org