emacs python-mode

行いたいことは emacs で対話的に proce55ing を使うこと。jython でかなり実現できそうということが分かっている。
しかし、emacs 22.1.1 付属の python.el が自分の環境(mac os x)で上手く動作していない。

  • *Python* バッファに 'emacs' というモジュールが無い "ImportError: no module named emacs" とのメッセージが出たまま止まっている?
  • jython : Jython 2.2.1 で問題
  • python 2.3.5(/usr/bin/python) は問題なし
  • python.el は、想像していたより細かい処理を行っていたので、何か jythonpython で微妙に挙動が違う?
  • python.el は例によって comint を使っている
  • python.el 中で '(python-send-receive "import emacs; print '_emacs_out')' なる記述があるが、何のためかは未確認。このモジュールは python.el の中で作っている?