From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sevenever Newsgroups: gmane.emacs.help Subject: Re: use simsun font in Windows Date: Mon, 28 Apr 2008 02:37:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2bf4e0b1-8269-42e3-b7db-0334aa874f86@q27g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1209396509 28145 80.91.229.12 (28 Apr 2008 15:28:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 15:28:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 28 17:29:05 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JqVGC-0001GU-Mm for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2008 17:27:20 +0200 Original-Received: from localhost ([127.0.0.1]:50885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqVFW-00059Y-5G for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2008 11:26:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!1g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-NNTP-Posting-Host: 211.160.165.186 Original-X-Trace: posting.google.com 1209375447 6374 127.0.0.1 (28 Apr 2008 09:37:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 28 Apr 2008 09:37:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 1g2000prg.googlegroups.com; posting-host=211.160.165.186; posting-account=B5s5BwkAAADKFLwPgR7oB1uRTcHUgfxk User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:158228 X-Mailman-Approved-At: Mon, 28 Apr 2008 11:21:42 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53600 Archived-At: On Apr 28, 5:26 pm, sevenever wrote: > Hi! > I'm a newbie for emacs. After installing emacs on Windows xp sp2, i > define a fontset in my ~/_emacs as guide from Internet: > > ;; =C9=E8=D6=C3=D7=D6=CC=E5 > (create-fontset-from-fontset-spec > (concat > "-outline-bitstream vera sans mono-normal-r-normal-normal-16-*-*-*-c-*- > fontset-my," > "chinese-gb2312:-outline-=D0=C2=CB=CE=CC=E5-normal-r-normal-normal-16-*-*-= *-c-*- > gb2312.*-*")) > > what I want is using bitstream vera sans mono for ASCII char, and > simsun for Chinese char. > But got displayed as below when view a file contain "=D6=D0=CE=C4" > > image is here:http://paste.ubuntu.org.cn/i6216 > > Later I use font =D0=C2=CB=CE=CC=E5 other than fontset just defined, I got= this: > > image is here:http://paste.ubuntu.org.cn/i6217 > > So, how could my emacs cannt display Chinese char as expected? > > if any help, my ~/_emacs file is gb2312 encoding. > > emacs version: GNU Emacs 21.3.1 > > Thanks! Sorry for the Chinese char in last post, but it's required for ask a font problem.