#author("2016-04-17T00:47:39+09:00","","") [[Computer/Mac/CocoaEmacs]] #author("2019-04-17T18:54:40+00:00","","") [[Computer/Mac/Applications/CocoaEmacs]] *Emacs 24.5 [#hf33daca] **コンパイル [#lb47dcc6] $ curl -LO http://ftp.gnu.org/pub/gnu/emacs/emacs-24.5.tar.xz $ curl -LO ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-24.5-mac-5.11.tar.gz $ ... $ patch -p1 < ../emacs-24.5-mac-5.15/patch-mac $ cp -R ../emacs-24.5-mac-5.15/mac mac $ cp ../emacs-24.5-mac-5.15/src/- src $ cp ../emacs-24.5-mac-5.15/lisp/term/mac-win.el lisp/term $ cp nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns mac/Emacs.app/Contents/Resources/Emacs.icns $ ./configure –with-mac –without-x –without-imagemagick –prefix=/Users/takashi/str01/computer/Computer/OpenSource/emacs/emacs-24.5/mac/Emacs.app/Contents/MacOS $ make && make install **.emacs.el [#ra6f5450] (setq mac-command-modifier 'super) (setq mac-option-modifier 'meta) (when (eq window-system 'mac) (set-face-attribute 'default nil :family "Menlo" :height 200) ;; 20pt (set-fontset-font nil 'japanese-jisx0208 (font-spec :family "Hiragino Kaku Gothic ProN")) (setq face-font-rescale-alist '((".-Hiragino Kaku Gothic ProN.-" . 1.2)))) (setq line-spacing 0.2) **参考 [#see9f4cd] -http://masutaka.net/chalow/2015-04-12-1.html