答案1
我使用命令删除了通过 homebrew 安装的 Emacs
$ brew remove emacs
只需将 GUI 版本拖到垃圾箱即可删除。
然后我终于修复了 PolyML,方法是再次通过 Homebrew 安装 emacs
$ brew install emacs —cocoa
然后.bashrc
我添加了
alias emacs=”/usr/local/Cellar/emacs/24.3/Emacs.app/Contents/MacOS/Emacs -nw"
这会将 emacs 命令指向正确的版本。我再次下载了 PolyML,它在终端和 emacs 中都运行良好。