#author("2016-04-17T00:47:52+09:00","","") [[Computer/Mac/CocoaEmacs]] #author("2019-09-12T10:26:00+00:00;2016-04-16T15:47:52+00:00","","") [[Computer/Mac/Applications/CocoaEmacs]] *Cocoa Emacs 24.4 [#x3d04976] **ダウンロード [#cd452641] -http://plamo.linet.gr.jp/~matsuki/mac/emacs-24.4-20140820-inline.patch.bz2 **手順 [#w7249122] autoconfとautomakeをあらかじめインストールしておく. $ wget http://ftp.jaist.ac.jp/pub/GNU/emacs/emacs-24.4.tar.gz $ wget http://plamo.linet.gr.jp/~matsuki/mac/emacs-24.4-20140820-inline.patch.bz2 $ tar xzf emacs-24.4.tar.gz $ gunzip emacs-24.4-20140820-inline.patch.bz2 $ cd emacs $ patch -p1 <../emacs-24.4-20140417-inline.patch $ ./autogen.sh $ ./configure –with-ns –without-x $ make -j2 bootstrap $ make -j2 install **参考 [#o3d4c851] -http://plamo.linet.gr.jp/%7Ematsuki/dialy/?date=20140602#p03 -http://suzuki.tdiary.net/20140712.html -http://d.hatena.ne.jp/kazu-yamamoto/20140616/1402879054