OS X, Python, and Emacs

Travis Jensen travis.jensen at gmail.com
Thu Jan 24 18:26:31 EST 2008


Honestly, I don't know if this is a python problem or an emacs  
problem; I'm leaning towards something to do with python, but I'm  
hoping somebody here might know the answer.

The problem is that whenever I start python inside of emacs (both  
emacs.app and aquamacs), anything I type gets echoed back to the  
buffer before being processed.  For example:

 >>> 'a'
'a'
'a'
 >>> for x in xrange(5):
for x in xrange(5):
...   print x
   print x
...

0
1
2
3
4

Any ideas on what is causing this or how I can fix it?

Thanks.

tj

Travis Jensen
travis.jensen at gmail.com

http://softwaremaven.innerbrane.com/

You should read my blog; it is more interesting than my signature.




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080124/3231fdf6/attachment.html>


More information about the Python-list mailing list