Tag: Homebrew/emacs
brew tap railwaycat/emacsmacport brew install emacs-mac
brew install https://gist.githubusercontent.com/ssugiyama/5ff88299efadd61415c5/raw/588c209dd8f3e5b99c7f39e149d9c70d0ab3be02/emacs-jp.rb --japanese --with-cocoa --srgb --with-gnutls
sudo cp -a /usr/local/Cellar/emacs/24.5/Emacs.app /Applications
2015/01/07現在、24.4.1でインラインパッチがきいていない。
brew install https://gist.githubusercontent.com/ksato9700/0b3c71adafc256ddf280/raw/f48ac50bf8d1a16aa63606b137cd29b8fb1d7414/emacs.rb --japanese --cocoa --srgb --with-gnutls
brew update brew uninstall emacs brew install --cocoa --srgb --with-gnutls --japanese emacs -v
以下オプション
$ cp -a /usr/local/Cellar/emacs/24.3/Emacs.app /Applications
def patches if build.include? "cocoa" and not build.head? { :p0 => "https://gist.github.com/ganta/5139150/raw/8f6fc32747c40a51de597ce73085f56764a7d3ed/japanese-patch-for-emacs-24.3.patch" } end end
$ brew install emacs --cocoa --env=std
$ ln -s /usr/local/Cellar/emacs/24.3/Emacs.app /Applications