我刚刚python-mode
从 ELPA 安装,当我点击Enter光标时直接进入下一行的开头。例如以下代码:
def hello_world():
print "hello world!"
for i in range(3):
print "hello again"
return 0
每次点击后我都必须点击TAB后才能进入换行符(尽管有趣的是会将光标发送到正确的位置)。EnterEnterTAB
当我安装时,python-mode
我收到了一些与缩进有关的警告消息,但我不太了解,这里是这些警告消息的链接。