Computer/Mac/Applications/CocoaEmacs/git
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Computer/Mac/Applications/CocoaEmacs]]
*最新版Cocoa Emacsのコンパイル [#cf4a2272]
**git [#ybbfa8fa]
$ git clone git://git.savannah.gnu.org/emacs.git
$ git clone git://github.com/suzuki/emacs-inline-patch
$ cd emacs
$ patch -p1 <../emacs-inline-patch/emacs-inline.patch
$ ./autogen.sh
$ ./configure --with-ns --without-x --without-gnutls
$ make -j2 bootstrap
$ make -j2 install
// $ wget wget http://plamo.linet.gr.jp/~matsuki/mac/emac...
// $ gunzip emacs-24.4-20140820-inline.patch.bz2
**Emacs 25.1.50.1 (2016/03/27) [#vab84945]
Emacs 24.5 + inline patch (MacEmacs JP)でコンパイルしてい...
OS X 10.11.4 El Capitanでコンパイルした.configureのとこ...
$ ./configure --with-ns --without-x --without-xml2
とした.xml関係でエラーが出たため.
日本語フォントの設定は以下のとおり(Monaco + Hiragino Mar...
(set-face-attribute 'default nil
:family "monaco"
:height 180)
(set-fontset-font nil 'japanese-jisx0208 (font-spec :fam...
(set-fontset-font nil '(#x0370 . #x03FF) (font-spec :fam...
最後の行はギリシア文字をいわゆる半角で表示するための設定.
**Emacs 25 [#p12b98ab]
$ tar xvzf emacs-25.2.tar.gz
$ cd emacs-25.2 $ patch -p1 < ../emacs-25.x.patch
終了行:
[[Computer/Mac/Applications/CocoaEmacs]]
*最新版Cocoa Emacsのコンパイル [#cf4a2272]
**git [#ybbfa8fa]
$ git clone git://git.savannah.gnu.org/emacs.git
$ git clone git://github.com/suzuki/emacs-inline-patch
$ cd emacs
$ patch -p1 <../emacs-inline-patch/emacs-inline.patch
$ ./autogen.sh
$ ./configure --with-ns --without-x --without-gnutls
$ make -j2 bootstrap
$ make -j2 install
// $ wget wget http://plamo.linet.gr.jp/~matsuki/mac/emac...
// $ gunzip emacs-24.4-20140820-inline.patch.bz2
**Emacs 25.1.50.1 (2016/03/27) [#vab84945]
Emacs 24.5 + inline patch (MacEmacs JP)でコンパイルしてい...
OS X 10.11.4 El Capitanでコンパイルした.configureのとこ...
$ ./configure --with-ns --without-x --without-xml2
とした.xml関係でエラーが出たため.
日本語フォントの設定は以下のとおり(Monaco + Hiragino Mar...
(set-face-attribute 'default nil
:family "monaco"
:height 180)
(set-fontset-font nil 'japanese-jisx0208 (font-spec :fam...
(set-fontset-font nil '(#x0370 . #x03FF) (font-spec :fam...
最後の行はギリシア文字をいわゆる半角で表示するための設定.
**Emacs 25 [#p12b98ab]
$ tar xvzf emacs-25.2.tar.gz
$ cd emacs-25.2 $ patch -p1 < ../emacs-25.x.patch
ページ名: