emacs *scratch* バッファで評価(shell-command-to-string "git pull -q")
すると emacs がハングアップします。
htop
bash から、emacs からフォークされたプロセスが終了した後、常に ssh プロセス ssh: git@myrepo.org:22 が残っていることに気付きましgit pull
た。そのパラメーターは私のリモート git リポジトリ URL です。そして、sshプロセスができたら、(shell-command-to-string "git pull -q")
通常は終了します。
またgit pull -q
、bash の下では正常に動作します。
追加のシステム情報uname -a
: Linux Edge 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 17:49:16 UTC 2013 i686 i686 i386 GNU/Linux
どんな男でも何か考えがありますか?