Use emacs23 and xft on debian
- add
deb http://emacs.orebokech.com sid main
to apt repository /etc/apt/sources.list
- install
apt-get install emacs-snapshot
- edit ~/.Xresources
Emacs.font: bitstream vera sans mono-12
Emacs.FontBackend: xft
Xft.dpi: 96
Xft.hinting: None
Xft.antialias: 1
Xft.rgba: rgb - edit ~/.emacs
(set-fontset-font (frame-parameter nil 'font)
'han '("STHeiti" . "unicode-bmp"))
below is snapshot:

