2009年2月20日星期五

重新编译了emacs 23

1.下载emacs23代码 (2月初放出来的pretest)
http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.0.90.tar.gz

或者通过cvs下载最新的代码:
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs

2. 编译安装
让emacs支持xft字体
./configure --enable-font-backend --with-xft --with-freetype --with-x-toolkit=gtk

make bootstrap
make info
make install

3. 写~/.Xresources 文件

Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
Emacs.FontBackend: xft

4. .emacs 设置
(set-default-font "Bitstream Vera Sans Mono-13")
(set-fontset-font "fontset-default"
'gb18030 '("WenQuanYi Bitmap Song" . "unicode-bmp"))

5. 启动时添加选项 --enable-font-backend (好像非必须)

6. 上pp


参考: http://fxl.blogbus.com/logs/11846673.html

没有评论: