Emacs.app

| | Comments (0) | TrackBacks (0)

Emacs到了Mac上遇到了一个关于中文显示的问题,最后还是使用了OpenDesktop-Fonts中的AR PL New Kai这一套字体

defaults write Emacs Font "AR PL New Kai"

update: 从Reallazy那里找到一个写.emacs的方法
(set-default-font "Monaco-18")
(set-fontset-font (frame-parameter nil 'font) 'unicode '("STHeiti" . "unicode-bmp") 'nil 'append)
(set-fontset-font (frame-parameter nil 'font) 'unicode '("LiHei Pro" . "unicode-bmp") 'nil 'append)
(set-fontset-font (frame-parameter nil 'font) 'unicode '("Arial Unicode MS" . "unicode-bmp") 'nil 'append)

0 TrackBacks

Listed below are links to blogs that reference this entry: Emacs.app.

TrackBack URL for this entry: http://blog.khsing.net/cgi-bin/mt-tb.cgi/8

Leave a comment

About this Entry

This page contains a single entry by Guixing published on February 26, 2008 12:03 AM.

Google Reader Share出来的信息重复 was the previous entry in this blog.

Expect登陆没有公钥的服务器 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.21-en