Emacs 23.1

Links

install

/etc/apt/sources.list

etch

deb http://emacs.orebokech.com etch main
deb-src http://emacs.orebokech.com etch main

sid

deb http://emacs.orebokech.com sid main
deb-src http://emacs.orebokech.com sid main

Archive key

 $ gpg --keyserver pgpkeys.mit.edu --recv-key C03C56DF
 $ gpg -a --export C03C56DF | sudo apt-key add -

$ sudo aptitude install emacs-snapshot

Xresources:

Emacs.FontBackend: xft
Emacs.Font: Dejavu Sans Mono-16

.emacs:

;;(set-fontset-font "fontset-default"
;;                  'han '("AR PL ShanHeiSun Uni" . "unicode-bmp"))

(set-fontset-font "fontset-default"
                  'han '("WenQuanYi Zen Hei" . "unicode-bmp"))

Multi-TTY

Emacs now supports using both X displays and ttys in one session.

Start the server (M-x server-start). Then `emacsclient -t' creates a tty frame connected to the running emacs server. You can also use any number of different ttys. `emacsclient -c' creates a new X11 frame on the current $DISPLAY or a tty frame if $DISPLAY is not set.

You can test for the presence of this feature in your Lisp code by testing for the `multi-tty' feature.

$ emacsclient.emacs-snapshot

[ 書籤 | 搜尋 | blog | 留言 | Home ]

Firefox Emacs Muse Debian

最後更新 四月 17, 2008 , by alan

Creative Commons License
本 著作 係採用 創用 CC 姓名標示-非商業性-相同方式分享 2.5 台灣 授權條款授權.