取りあえず、成功したので、メモ。
% EMACS_VER=24.5
% curl -O http://ftp.gnu.org/pub/gnu/emacs/emacs-${EMACS_VER}.tar.gz
% git clone git@gist.github.com:1d91107b311b63b57529.git
% mv 1d91107b311b63b57529 inline
% tar xvfz emacs-${EMACS_VER}.tar.gz
% cd emacs-${EMACS_VER}
% patch -p1 < ../inline/emacs-24.5-inline.patch
% ./configure --with-ns --without-x
% make bootstrap
% make install
% open nextstep/
Emacs.appを/Applicationに移した方が色々楽。
上記のついでに、CaskからEl-getに乗換中・・・