[Python-mode] python-mode $Revision: 4.63 $; py-execute-string and friends produce empty python-output buffer

T.V Raman raman at google.com
Wed Nov 2 19:29:02 CET 2005


Dear Barry,


py-execute-string and friends appear to leave *python-output*
empty under Emacs 22.

Also, py-help-at-point often leaves the output in the python
interaction buffer, leaving python-output empty;
if there is no running python interpreter, the output of pydoc
appears to disappear into a black hole.
and an exact recipe so that I can reproduce your problem.  Failure
to do so may mean a greater delay in fixing your bug.



Emacs  : GNU Emacs 22.0.50.12 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-10-14 on retriever.corp.google.com
Package: python-mode $Revision: 4.63 $

current state:
==============
(setq
 py-python-command "python2"
 py-indent-offset 2
 py-block-comment-prefix "##"
 py-temp-directory "/usr/tmp"
 py-beep-if-tab-change t
 )

-- 
-- T. V. Raman 


More information about the Python-mode mailing list