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
[EMAIL PROTECTED]
http://softwaremaven.innerbrane.com/
You should read my blog; it is more interesting than my signature.
--
http://mail.python.org/mailman/listinfo/python-list