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: chinese font setup problem Date: Thu, 21 Feb 2008 14:32:28 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203604403 7767 80.91.229.12 (21 Feb 2008 14:33:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 14:33:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 15:33:48 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 1JSCUG-0004rN-29 for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 15:33:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSCTk-0005u7-QT for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 09:32:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSCTe-0005ra-2V for emacs-devel@gnu.org; Thu, 21 Feb 2008 09:32:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSCTc-0005pH-Ah for emacs-devel@gnu.org; Thu, 21 Feb 2008 09:32:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSCTb-0005ov-IK for emacs-devel@gnu.org; Thu, 21 Feb 2008 09:32:43 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JSCTa-0005Tq-W1 for emacs-devel@gnu.org; Thu, 21 Feb 2008 09:32:43 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JSCTS-00040a-Qo for emacs-devel@gnu.org; Thu, 21 Feb 2008 14:32:35 +0000 Original-Received: from 60.208.251.18 ([60.208.251.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Feb 2008 14:32:34 +0000 Original-Received: from id.brep by 60.208.251.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Feb 2008 14:32:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 60.208.251.18 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-1)) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89825 Archived-At: William Xu gmail.com> writes: [...] > Do you think this is a font missing problem? I don't understand, since > emacs22 on the same system can display chinese texts correctly. I build a version without font-backend, and installed the xfonts-wqy package of debian sid, and use the following configuration: (set-fontset-font "fontset-default" 'gb18030 "-wenquanyi-wenquanyi bitmap song-medium-r-normal--16-160-75-75-p-80-iso10646-1") Emacs display chinese characters with wenquanyi font with no problem. This problem is quite weird.