From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "hongyi.zhao" Newsgroups: gmane.emacs.devel Subject: Display the cjk ext b characters using precompiled Emacs-23-CvsP080630-EmacsW32-1.58. Date: Fri, 25 Jul 2008 18:54:26 +0800 Message-ID: <200807251854230692885@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216983350 14681 80.91.229.12 (25 Jul 2008 10:55:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2008 10:55:50 +0000 (UTC) To: "emacs-devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 25 12:56:37 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 1KMKyJ-0003CE-3m for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 12:56:27 +0200 Original-Received: from localhost ([127.0.0.1]:51781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMKxP-0000NG-IS for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 06:55:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMKwW-0008Da-Hk for emacs-devel@gnu.org; Fri, 25 Jul 2008 06:54:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMKwT-0008BR-CK for emacs-devel@gnu.org; Fri, 25 Jul 2008 06:54:35 -0400 Original-Received: from [199.232.76.173] (port=42401 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMKwS-0008B4-Pd for emacs-devel@gnu.org; Fri, 25 Jul 2008 06:54:32 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.191]:45967) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMKwS-0007DL-Ep for emacs-devel@gnu.org; Fri, 25 Jul 2008 06:54:32 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so1532316tia.10 for ; Fri, 25 Jul 2008 03:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=rR6SFOp61SPVtplgk8AXP+BiXb3s8CsV8zSArBrMscw=; b=r613PPUO31YWUzxfQxDf88Jb3buhkdL+cxl+pcQINdFuIDKcelU6qwnc0EtJpKZzlk fY+ZQ72dBYhOJkzgxn4GF54fFKYid0be6Azrj7zr8WT+EwecYGxkWsdr81P8jYP/Jo1q gnMgg8F6dUelLC6tu7ta08dXOBrMwxt5SWQg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=IZLGwp/bsINaMdem58RCrwFxb/l5kb8uY3OpUORdaGDCA+aGVm1kYs7mx4Aikfrb5c RiRF8ooQVZkvspnNKgoRkksNM72OPGKdKZfqZdd2ez8o+bcq/yl+5TcZtqu00cEoA6pN c3hdNy/EFD/1i/DJXUBeFNEJkTOXIwX1fmbGc= Original-Received: by 10.110.95.15 with SMTP id s15mr1646890tib.45.1216983270212; Fri, 25 Jul 2008 03:54:30 -0700 (PDT) Original-Received: from 6bfcc76be8b548c ( [159.226.135.215]) by mx.google.com with ESMTPS id w12sm21143914tib.1.2008.07.25.03.54.26 (version=SSLv3 cipher=RC4-MD5); Fri, 25 Jul 2008 03:54:28 -0700 (PDT) X-mailer: Foxmail 6, 13, 102, 15 [cn] X-detected-kernel: by monty-python.gnu.org: 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:101454 Archived-At: Dear Kenichi, I'v downloaded the precompiled Emacs-23-CvsP080630-EmacsW32-1.58 from the following url: (thanks to Jason Rumney for telling me this site) http://ourcomments.org/Emacs/EmacsW32.html Now, I want to use this version to display the cjk ext b characters under microsoft windows xp. I remembered that you've given me the following directions for that thing under debian gun/linux: -------------- ;; Display the Unicode-SIP: (if (display-graphic-p) (set-fontset-font (frame-parameter nil 'font) '(#x20000 . #x2fa1d) '("*-Sun-ExtB" . "unicode-sip"))) ;; Display the Unicode-BMP: (if (display-graphic-p) (set-fontset-font (frame-parameter nil 'font) '(#x0000 . #xffff) '("*-Sun-ExtA" . "unicode-bmp"))) -------------- I've tried to use the above setting to do that thing, but failed. Sincerely yours, -------------- Hongyi Zhao Xinjiang Technical Institute of Physics and Chemistry Chinese Academy of Science 2008-07-25