2013/02/28

suspended (tty output) emacs が出るとき

suspended (tty output)  emacs が出るとき
=========================================================

emacsを開こうとしたら、

[1]  + 26154 suspended (tty output)  emacs

なるエラーが出て、裏で止まってる〜って時。
ウインドウで立ち上がって欲しい人w用の小技(知り合いから拝借)。

emacs-appが入っている場合、GUIアプリケーションのemacsを直に使ってやろう。ログは要らないので廃棄。

自分の使っている、shellの設定ファイル(bashならbashrc、zshなら.zshrc(.profileに書いてもいいよ))に、


function emacs() {
/Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs $@ 2> /dev/null
}

を追加。

0 件のコメント:

コメントを投稿