日向夏特殊応援部隊

俺様向けメモ

Emacs22でnxhtml-modeが動かない人の為のpatch

nxhtml-modeってのがあるんですけど、それがOSXCarbon Emacs(Emacs22がベース)で動作しないので、パッチを作ってみたです。

ダウンロード : nxhtml-0.92-070304-emacs22.patch

$ cd /Applications/Emacs.app/Contents/Resources/share/emacs/22.0.92/site-lisp
$ wget http://ourcomments.org/Emacs/DL/elisp/nxhtml/zip/nxhtml-0.92-070304.zip
$ unzip -d nxhtml-mode nxhtml-0.92-070304.zip
$ cd nxhtml-mode
$ wget http://www.art-code.org/files/nxhtml-0.92-070304-emacs22.patch
$ patch -p1 -d . < nxhtml-0.92-070304-emacs22.patch

これで使えるようになると思います。