Emacs-20 on MacOS
  URL
設置
  GNU-Fonts
  本体
  起動が遅い
load-path
  ResEdit で変更
  EMACSLOADPATH
  subdirs.el
  MacGzip,suntar
  ~/.emacs
   ~/ の意味
   / の意味
日本語入力
  tc-2.1 ○
  SKK ○
  yc-3.2.4 ×
  tamago ×
    load-path
  日本語の書体
  細明朝体
メール
  compose-mail
  Wanderlust ×
  telnet ×
その他
  Info

tamago ×

(これはいまのところ 僕の知識では×という意味)
たまごの設置 を見て、 unix の Emacs-20.7 で byte compile したものをそのまま site-lisp に入れて、 ついでに site-lisp/subidrs.el も同じところに入れて
M-x set-language-environment RET Japanese RET
してから C-\ したら、 Loading skk/skkdic...done と出て、 fujiwara と入力したものがふじわらになり、空白で藤原に変換された。
全然 tamago になっていない。

load-path

ResEdit で変更して 見ると、
(load "egg") ではだめなのかな。
(load "eggrc") すると
Error in init file: Symbol's value as variable is void: egg-backend-type
となる tamago-ML の X-Mail-Count: 00411 に canna なら ~/.emacs に
(set-language-environment "Japanese")
(setq default-input-method "japanese-egg-canna")
(setq canna-hostname "localhost")  ;; cannaserver の動いているホスト
と書けばいいというので, 入れて見たが, C-\ すると
Signaling: (error "Can't activate input method `japanese-egg-canna'")
  signal(error ("Can't activate input method `japanese-egg-canna'"))
  error("Can't activate input method `%s'" "japanese-egg-canna")
  activate-input-method("japanese-egg-canna")
  toggle-input-method(nil)
* call-interactively(toggle-input-method)
 (set-language-environment "Japanese")
 (setq default-input-method "japanese-egg-wnn") ;; without this, SKK/quail activated
 (setq wnn-jserver "wnn-servername")  ;;動いているものを書く
が C-\ すると次のようになってしまう。
Signaling: (error "Can't activate input method `japanese-egg-wnn'")
  signal(error ("Can't activate input method `japanese-egg-wnn'"))
  error("Can't activate input method `%s'" "japanese-egg-wnn")
  activate-input-method("japanese-egg-wnn")
  toggle-input-method(nil)
  call-interactively(toggle-input-method)
  execute-extended-command(nil)
* call-interactively(execute-extended-command)
これって、ネットワークで通信出来ないという意味の気がする。
M-x describe-function activate-input-method すると
activate-input-method is a compiled Lisp function in `international/mule-cmds'.
(activate-input-method INPUT-METHOD)

Switch to input method INPUT-METHOD for the current buffer.
If some other input method is already active, turn it off first.
If INPUT-METHOD is nil, deactivate any current input method.
Last Update: Wed, 23 Apr 2008 06:32:40 GMT 1.1.1.1 2008/03/12