一路向前

Emacs-for-mac-fullscreen

最近以来一直在折腾emacs,徘徊在编辑器之神和神的编辑器之争一直在进行着

emacs是个开源的好东西,适用在各个的平台之上,目前稳定的版本是24.1。去官网下载稳定版本的源码,用的国内的北京交通大学的mirror地址http://mirror.bjtu.edu.cn/gnu/emacs/emacs-24.1.tar.gz

mac下有个全屏的patch需要打上,地址在https://gist.github.com/2862477

下面开始进行patch

进入到刚刚下载的emacs-24.1的目录中

patch -b -p0 < emacs-24.1-lion-fullscreen.patch

总共需要修改 lisp/term/ns-win.el

src/nsfns.m

src/neterm.m

然后./configure --with-ns

会报找不到几个包

brew install libjepg

berw install libtiff

直接 ./configure --with-ns

make && make install

mv nextstep/Emacs.app /Application/