emacs 中 ipython 提示符中真正令人讨厌的问题:
In [128]: if 1==1:
.....: print "yes"
.....: else:
.....: print "no"
.....:
IndentationError: unindent does not match any outer indentation level
它看起来与我完全一致,不确定是什么触发了错误。当我在终端中执行此操作时没有这样的问题。