답변:
을 사용하여 homebrew를 통해 설치된 Emacs를 간단히 제거했습니다 $ brew remove emacs
. GUI 버전을 휴지통으로 드래그하여 간단하게 제거했습니다.
그런 다음 Homebrew를 통해 emacs를 다시 설치하여 PolyML을 수정했습니다.
$ brew install emacs —cocoa
그런 다음 .bashrc
추가했습니다
alias emacs=”/usr/local/Cellar/emacs/24.3/Emacs.app/Contents/MacOS/Emacs -nw"
이는 emacs 명령이 올바른 버전을 가리 키도록합니다. PolyML을 다시 다운로드했으며 터미널과 이맥스 모두에서 훌륭하게 작동했습니다.
brew install emacs --with-cocoa