From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Chinese punctuation symbol can't be displayed on windows 2000. Date: Mon, 15 Dec 2008 21:38:31 +0800 Message-ID: <49465DD7.5000900@gnu.org> References: <87oczhd5kv.fsf@sina.com> <87skorihsc.fsf@sina.com> <4945245E.6060809@f2s.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229348364 29854 80.91.229.12 (15 Dec 2008 13:39:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2008 13:39:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: anhnmncb Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 15 14:40:29 2008 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 1LCDgS-0004HY-Vn for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2008 14:40:29 +0100 Original-Received: from localhost ([127.0.0.1]:45830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCDfG-0004xA-Ko for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2008 08:39:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCDfA-0004w1-SF for emacs-devel@gnu.org; Mon, 15 Dec 2008 08:39:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCDf8-0004tj-R8 for emacs-devel@gnu.org; Mon, 15 Dec 2008 08:39:08 -0500 Original-Received: from [199.232.76.173] (port=60533 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCDf8-0004tS-LT for emacs-devel@gnu.org; Mon, 15 Dec 2008 08:39:06 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.190]:7134) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCDf7-0001mO-V8 for emacs-devel@gnu.org; Mon, 15 Dec 2008 08:39:06 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so1910724tia.10 for ; Mon, 15 Dec 2008 05:39:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=0pXWS5ENnaLve0XCJpQp/IWLg60O/2Csv1L0wXX2Pvs=; b=I9Vxk22Ah4OV1X4m5BCkG7DpbTebni26MRXIqvJOgzs0SMBfLWSb0q4tXmH44UIfWh tOlWC0MiJS/W8oPRcSaaQ0KNgvkAGklDh1FPf204R+Gdzrm+SaYP22Ct/jAl0B5t9d2Y yGvOeoocMlKqIMnGDxTXi82zNM3KEomNyGHjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=tJFLdO9ex0GWyiW1BQYdgq7SynRQPVuKaDXoMNvPwOyEINMe/Q9d3gJed97cTebCKb lJB50HuWkFZ3RGE2av6UUtdyC3/4ThXu2iApAcQcdO31IBlT5ZWqbieHVqHLJUOPnIbP IWI+1tFdGbDQaTFcLhk3RBlezEKkhsqQ7sRdc= Original-Received: by 10.110.109.12 with SMTP id h12mr10209737tic.56.1229348343107; Mon, 15 Dec 2008 05:39:03 -0800 (PST) Original-Received: from ?192.168.1.3? ([118.100.162.156]) by mx.google.com with ESMTPS id b4sm746963tic.2.2008.12.15.05.39.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Dec 2008 05:39:02 -0800 (PST) User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106933 Archived-At: anhnmncb wrote: >> (list-fonts (font-spec :script "cjk-misc")) >> > > It says nil. So Emacs will not automatically find a font that covers cjk-misc, you'll have to tell it explicitly what font to use. Going back to your font settings: (set-fontset-font (frame-parameter nil 'font) 'cjk-misc (font-spec :family "SimSun") nil 'prepend) What happens if you change this to: (set-fontset-font "fontset-default" 'cjk-misc (font-spec :family "SimSun")) ie: Explicitly override the default fontset, rather than trying to figure out the fontset from the frame.