emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Display the cjk ext b characters using precompiled Emacs-23-CvsP080630-E


From: hongyi.zhao
Subject: Display the cjk ext b characters using precompiled Emacs-23-CvsP080630-EmacsW32-1.58.
Date: Fri, 25 Jul 2008 18:54:26 +0800

Dear Kenichi,

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]