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 21:58:55 +0800 Message-ID: <87zm9zkdsw.fsf@emacsfans.org> 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 1165500438 24959 80.91.229.10 (7 Dec 2006 14:07:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 14:07:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 07 15:07:17 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 1GsJu3-00039m-Pw for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 15:07:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsJu3-00035u-Ch for ged-emacs-devel@m.gmane.org; Thu, 07 Dec 2006 09:07:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsJtp-00032F-No for emacs-devel@gnu.org; Thu, 07 Dec 2006 09:06:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsJto-0002yT-2x for emacs-devel@gnu.org; Thu, 07 Dec 2006 09:06:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsJtn-0002yG-P9 for emacs-devel@gnu.org; Thu, 07 Dec 2006 09:06:55 -0500 Original-Received: from [64.233.166.181] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsJtn-0006zK-Gj for emacs-devel@gnu.org; Thu, 07 Dec 2006 09:06:55 -0500 Original-Received: by py-out-1112.google.com with SMTP id u77so251620pyb for ; Thu, 07 Dec 2006 06:06:55 -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:content-type:mime-version; b=iK3VO+jKiU37m15KD8Ba61Zk/q0DpZ+wUZFlMXuMX4IispQ7vhI+2JEzizju5rbOMlp4UlwYcojV+BoGpWzP4Bu/FRpgmxfds3W3CMjC1TbJY0K8qOCyGDus8plTUDoA2WCE19sCP/6T3/crgoMvR0cbOb5dyvj7JH8g9quVBQA= Original-Received: by 10.35.27.1 with SMTP id e1mr3430017pyj.1165500414616; Thu, 07 Dec 2006 06:06:54 -0800 (PST) Original-Received: from emacsfans.org ( [59.66.78.100]) by mx.google.com with ESMTP id v55sm736445pyh.2006.12.07.06.06.52; Thu, 07 Dec 2006 06:06:54 -0800 (PST) Original-Received: from brep by emacsfans.org with local (Exim 4.63) (envelope-from ) id 1GsJtH-00017b-5i for emacs-devel@gnu.org; Thu, 07 Dec 2006 22:06:23 +0800 Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Kenichi Handa's message of "Thu\, 07 Dec 2006 20\:06\:10 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) 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:63414 Archived-At: Kenichi Handa writes: > In article , Zhang Wei writes: >> But the following fontconfig setting still takes no effect: >> > > How about changing that line to this as my example. > >> Yes, that takes effect, but another problem arises, my setting is like this: --8<---------------cut here---------------start------------->8--- Bitstream Vera Sans Mono SimSun monospace monospace Bitstream Vera Sans Mono SimSun SimSun 12 18 false --8<---------------cut here---------------end--------------->8--- When I say emacs --enable-font-backend -fn "Bitstream Vera Sans Mono:pixelsize=14" -Q the ascii portion will use "Bitstream Vera Sans Mono", and chinese characters will use "SimSun". but if I use to close the antialias of "SimSun", the ascii portion's antialias is _also_ closed. BTW, the following setting seems takes no effect: --8<---------------cut here---------------start------------->8--- SimSun Bitstream Vera Sans Mono --8<---------------cut here---------------end--------------->8--- this setting substitude ascii portion of "SimSun" with "Bitstream Vera Sans Mono", it works well in Firefox, but start emacs with: emacs --enable-font-backend -fn "SimSun:pixelsize=14" -Q the ascii portion is still "SimSun", not "Bitstream Vera Sans Mono".