eug*_*ene 21 macos emacs console
我/usr/bin/emacs在终端广泛使用.
我有Emacs 22,我想把它升级到23.我想知道怎么做.
谷歌搜索"emacs下载mac"给了我Emacs.app有自己的窗口和用户界面,但我不希望这样.
我不知道我最初是如何使用/ usr/bin/emacs的,也许它是Mac OS附带的?
Ash*_* L. 29
您可以在这样的终端中运行Emacs.app版本:
/Applications/Emacs.app/Contents/MacOS/Emacs -nw
Run Code Online (Sandbox Code Playgroud)
在我的.cshrc文件中,我使用别名来使这更容易调用:
alias enw '/Applications/Emacs.app/Contents/MacOS/Emacs -nw'
Run Code Online (Sandbox Code Playgroud)
它是OS X和许多其他*nix系统以及vi/vim和pico附带的标准编辑器.我个人不会升级预装的.我会从Macports,Fink或Homebrew安装或从源代码自己编译到不同的位置(如/usr/local).