$ tar zxvf emacs-20.5a.tar.gz $ tar zxvf leim-20.5a.tar.gz $ cd emacs-20.5 $ ./configure --with-gcc --without-x --without-x-toolkit emacsはXでは使用しないので $ make $ su # make install # gunzip yc.el-1.99.10.gz # cp yc.el-1.99.10 /usr/local/share/emacs/site-lisp/
;; ;; (set-language-environment "Japanese") (set-terminal-coding-system 'iso-2022-jp) ;; ;; for yc -- Yet Anather Canna Client ;; (load "yc") (global-set-key "¥M-¥ " 'yc-mode) ;; (global-set-key "¥C-o" 'toggle-input-method) ;; これをいれておくと、C-oでフェンスモードになります ;; |