From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: zrr Newsgroups: gmane.emacs.devel Subject: Have the mechanism of font selection been changed in Emacs 22? Date: Thu, 27 Jan 2005 22:53:22 +0000 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106839098 12507 80.91.229.6 (27 Jan 2005 15:18:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2005 15:18:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 27 16:18:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CuBPP-0007c2-00 for ; Thu, 27 Jan 2005 16:18:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuBaP-0001Rx-2a for ged-emacs-devel@m.gmane.org; Thu, 27 Jan 2005 10:29:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CuBa1-0001JS-Id for emacs-devel@gnu.org; Thu, 27 Jan 2005 10:29:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CuBZr-0001GA-KX for emacs-devel@gnu.org; Thu, 27 Jan 2005 10:29:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuBZr-00016J-BY for emacs-devel@gnu.org; Thu, 27 Jan 2005 10:28:59 -0500 Original-Received: from [216.136.130.127] (helo=smtp204.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CuB1a-000351-Ld for emacs-devel@gnu.org; Thu, 27 Jan 2005 09:53:34 -0500 Original-Received: from unknown (HELO tyg.tyg) (beijing?2008?gold@222.163.22.233 with login) by smtp204.mail.sc5.yahoo.com with SMTP; 27 Jan 2005 14:53:31 -0000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.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: main.gmane.org gmane.emacs.devel:32585 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32585 Hi all, I updated the emacs-unicode-2 branch yesterday. But it seems that the current emacs 22 can't correctly select the chinese fonts in the way which I specified 3 month ago. My setting is as follows: (create-fontset-from-fontset-spec "-etl-fixed-medium-r-*-*-16-*-*-*-*-*-fontset-most, han:-misc-simsun-medium-r-*--16-*-*-*-*-*-gbk-0" t) But when I start Emacs in X, it complains: Debugger entered--Lisp error: (wrong-type-argument sequencep fontset) new-fontset("-etl-fixed-medium-r-*-*-16-*-*-*-*-*-fontset-most" ((han ["misc-simsun" "medium" "r" nil "" "gbk-0"]))) create-fontset-from-fontset-spec("-etl-fixed-medium-r-*-*-16-*-*-*-*-*-fontset-most,\nhan:-misc-simsun-medium-r-*--16-*-*-*-*-*-gbk-0" t) The same setting works perfectly in the Emacs 22 dated 2004-10-22. Is there any internal change of the font selection method? Any suggestion would be appreciated. Regards! Tang