标签: python emacs python-mode
当我在Windows 7上的Emacs 24.3中运行Python 3.3.4提示时,会立即评估正确的命令,但不正确的命令会被延迟(我必须再次按Enter键),如下所示:
>>> 1 1 >>> nonsense >>> Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'nonsense' is not defined
我该如何解决这个问题?