Ipython Emacs集成 [英] Ipython Emacs integration

查看:133
本文介绍了Ipython Emacs集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人设法得到Emacs 23,python-mode.el和ipython.el最近一起工作?



我的.emacs看起来像这样:

 (add-to-list'load-path〜/ .emacs.d / python-mode.el-6.0.3 /) 
(需要python模式)
(add-to-list'auto-mode-alist'(\\.py\\。python-mode))
(require'ipython)

我遇到的错误 Cc !是:

 追溯(最近最近通话):
文件字符串>,第1行,< module>
NameError:name'olors'未定义


解决方案

p> ipython.el已知过时。核心IPython开发人员都没有知道emacs lisp。有人现在努力解决它 - 如果你有时间,请测试他的分支,并报告它是否工作。 / p>

Has anyone managed to get Emacs 23, python-mode.el and ipython.el working together recently?

my .emacs looks like this:

(add-to-list 'load-path "~/.emacs.d/python-mode.el-6.0.3/")
(require 'python-mode)
(add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
(require 'ipython)

the error I'm getting on C-c ! is:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'olors' is not defined

解决方案

ipython.el is known to be out of date. None of the core IPython developers know emacs lisp. Someone is now working to fix it - if you have time, please test his branch and report whether it works.

这篇关于Ipython Emacs集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆