Shammer's Philosophy

My private adversaria

Install DDSKK 15.2 into Emacs 24.5.1 on Mavericks

I upgraded my Emacs in my Mavericks environment. I installed ddskk in /Application/Emacs.app, so I have to re-install ddskk also.
I did the procedure like /Applications/Emacs 以下に SKK をインストール - Shammerism, but editing SKK-CFG is not good because make uses emacs /usr/bin/emacs instead of the one I installed into /Application/Emacs.app directory. The following steps are correct.

  1. curl -O http://openlab.ring.gr.jp/skk/maintrunk/ddskk-15.2.tar.gz
  2. tar xvzf ddskk-15.2.tar.gz
  3. cd ddskk-15.2
  4. vi SKK-CFG(just in case, remove ;; from the section below)
  5. sudo make install EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs

Before editing SKK-CFG is below.

;;; Apple OS X における self-contained な Carbon/Cocoa Emacs の設定例:
;;(setq SKK_DATADIR "/Applications/Emacs.app/Contents/Resources/etc/skk")
;;(setq SKK_INFODIR "/Applications/Emacs.app/Contents/Resources/info")
;;(setq SKK_LISPDIR "/Applications/Emacs.app/Contents/Resources/site-lisp/skk")
;;(setq SKK_SET_JISYO t)

After editing SKK-CFG, above section should be like below.

;;; Apple OS X における self-contained な Carbon/Cocoa Emacs の設定例:
(setq SKK_DATADIR "/Applications/Emacs.app/Contents/Resources/etc/skk")
(setq SKK_INFODIR "/Applications/Emacs.app/Contents/Resources/info")
(setq SKK_LISPDIR "/Applications/Emacs.app/Contents/Resources/site-lisp/skk")
(setq SKK_SET_JISYO t)