1月 29 2007
emacsのutf-8対応。mule-ucsはここ。他は何処にあるのかわからず。 解凍して、emacs -batch -l mucs-comp.el とする。 lisp配下にun-define.elcが作成される。 .emacsに以下を設定。 (setq load-path (cons “[un-define.elcのpath]” load-path)) (if (not (string-match “XEmacs” emacs-version)) (progn (require ‘un-define) )) うまく行った様だが、emacs の立ち上げが更に遅くなった。
By admin • computer(linux) •
1月 29 2007
utf-8
emacsのutf-8対応。mule-ucsはここ。他は何処にあるのかわからず。
解凍して、emacs -batch -l mucs-comp.el とする。
lisp配下にun-define.elcが作成される。
.emacsに以下を設定。
(setq load-path (cons “[un-define.elcのpath]” load-path))
(if (not (string-match “XEmacs” emacs-version))
(progn
(require ‘un-define)
))
うまく行った様だが、emacs の立ち上げが更に遅くなった。
By admin • computer(linux) •