環境 MacOSX 10.6 SnowLeopard XCodeインスール済み ソースの取得とコンパイル cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs cd emacs ./configure --with-ns --without-x make bootstrap make installnextstepのなかにEmacs.appができているのでそれを/Applicationsの中に移動 フォントとメタキーとかの設定 .emacsに以下を追加 ;; for Emacs23 (when (>= emacs-major-version 23) ;;metaをコマンドに割り当てる (setq ns-command-modifier (quote meta)) ;;superをoptionに割り