From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Wei Newsgroups: gmane.emacs.devel Subject: Re: unicode font-backend + tiling Date: Thu, 07 Dec 2006 12:29:43 +0800 Message-ID: References: <87ejrffa4k.fsf@catnip.gol.com> <87mz62uc96.fsf@frontier.dottedmag.net> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165465928 20468 80.91.229.10 (7 Dec 2006 04:32:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 04:32:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 07 05:32:06 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 1GsAvP-0007AS-Ji for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 05:31:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsAvP-0004Ka-4q for ged-emacs-devel@m.gmane.org; Wed, 06 Dec 2006 23:31:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsAvA-0004Iw-ED for emacs-devel@gnu.org; Wed, 06 Dec 2006 23:31:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsAv8-0004G0-Qs for emacs-devel@gnu.org; Wed, 06 Dec 2006 23:31:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsAv8-0004Ff-JF for emacs-devel@gnu.org; Wed, 06 Dec 2006 23:31:42 -0500 Original-Received: from [66.249.82.226] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsAv8-0002bL-KF for emacs-devel@gnu.org; Wed, 06 Dec 2006 23:31:42 -0500 Original-Received: by wx-out-0506.google.com with SMTP id s17so477965wxc for ; Wed, 06 Dec 2006 20:31:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:references:from:mail-followup-to:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=gp+/fmM+8vKxUwo5l20vaVDAO0q1+5KFwp0mPRvmhS8erJqDHAAHz++J3AK9HY45bZhQeB8XhTOvPYIfgL9P6SjTus699HmZ3YwhSPgdnuqmZuVHLAnui7+gfnqF5InU4FKp/UrWx9INrkA1Ui/WDQEA81rIQnESFMGefIXYYAQ= Original-Received: by 10.70.131.19 with SMTP id e19mr2848528wxd.1165465901259; Wed, 06 Dec 2006 20:31:41 -0800 (PST) Original-Received: from brep ( [59.66.78.86]) by mx.google.com with ESMTP id 6sm237979wrh.2006.12.06.20.31.37; Wed, 06 Dec 2006 20:31:41 -0800 (PST) Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Kenichi Handa's message of "Wed\, 06 Dec 2006 21\:01\:13 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 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:63391 Archived-At: Kenichi Handa writes: [...] > By the way, I've just installed another fix for Xft > font-backend so that fontconfig's setting takes effect. > > With the latest code, when I have this in ~/.fonts.conf: > > > > > > > AR PL SungtiL GB > > > false > > > > and set han script code as this: > > (set-fontset-font > "fontset-default" > 'han > '("AR PL SungtiL GB" . "iso10646-1")) > > Chinese characters are dispalyed without antialias. But the following fontconfig setting still takes no effect: --8<---------------cut here---------------start------------->8--- SimSun 12 18 false --8<---------------cut here---------------end--------------->8---