IPython自动完成emacs24不起作用

时间:2012-03-19 21:00:23

标签: emacs ipython emacs24

我正在使用emacs24.0.92和IPython 12。 我从IPython存储库中获取了ipython.el文件并尝试了this patch但是自动完成仍然不适用于我。 有人可以给出任何暗示吗?

1 个答案:

答案 0 :(得分:3)

这是一个老问题但是因为我在寻找它:

1- python-mode.el

快速搜索引导我找到这个有效的解决方案:http://www.emacswiki.org/emacs/PythonProgrammingInEmacs#toc5

2-jedi

您仍然可以使用jedi.el

指定的完成情况

http://jedi.jedidjah.ch/en/latest/

http://wikemacs.org/index.php/Python#Jedi

http://aliquote.org/memos/2013/02/11/emacs-auto-completion-for-python

使用packages.el安装并致电M-x jedi:setup。现在完成了第三个角色。我们仍然无法像终端一样使用TAB检查对象,但我们可以使用第一种解决方案。 编辑: false,这只是配置问题:http://tkf.github.io/emacs-jedi/released/#configuration(我们输入点后立即使用jedi:complete-on-dot。)