unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "hongyi.zhao" <hongyi.zhao@gmail.com>
To: "emacs-devel" <emacs-devel@gnu.org>
Subject: Display the cjk ext b characters using precompiled	Emacs-23-CvsP080630-EmacsW32-1.58.
Date: Fri, 25 Jul 2008 18:54:26 +0800	[thread overview]
Message-ID: <200807251854230692885@gmail.com> (raw)

Dear Kenichi,

I'v downloaded the precompiled Emacs-23-CvsP080630-EmacsW32-1.58 from the following url:  (thanks to Jason Rumney <jasonr@gnu.org> 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 <hongyi.zhao@gmail.com> 
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Science
2008-07-25





             reply	other threads:[~2008-07-25 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-25 10:54 hongyi.zhao [this message]
2008-07-25 11:36 ` Display the cjk ext b characters using precompiled Emacs-23-CvsP080630-EmacsW32-1.58 Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200807251854230692885@gmail.com \
    --to=hongyi.zhao@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).