* Files

** emacs-inline.patch: patch for input method
** font.patch: patch to fix trembling font when user inputs japanese by input method
** xcode4.patch: patch to compile by xcode4 (gcc-4.2 64bit)
** lion.patch: patch to compile on MacOSX 10.7. It contains xcode4.patch.

* Usage

[MaxOSX 10.7 (Lion)]
% cd emacs-23.3
% patch -p0 < lion.patch
% patch -p0 < emacs-inline.patch
% patch -p0 < font.patch

