IPython 自动完成 emacs24 不起作用

2024-04-29

我将 emacs24.0.92 与 IPython 12 一起使用。 我从 IPython 存储库中获取了 ipython.el 文件并尝试了这个补丁 https://github.com/ipython/ipython/pull/204但是自动完成对我来说仍然不起作用。 有人可以给出任何提示吗?


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

1-python-mode.el

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

2- jedi

您仍然可以使用给出的完成jedi.el:

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

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

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

安装与packages.el并打电话M-x jedi:setup。现在完成会在第三个角色上触发。我们仍然无法像在终端中一样使用 TAB 检查对象,但使用第一个解决方案我们可以。edit:false,这只是配置问题:http://tkf.github.io/emacs-jedi/released/#configuration http://tkf.github.io/emacs-jedi/released/#configuration (use jedi:complete-on-dot一旦我们输入一个点就完成)。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

IPython 自动完成 emacs24 不起作用 的相关文章

随机推荐