我最近安装了Emacs24.3并尝试使用它为Python编码(v3.3.2x86-64MSI安装程序)。(我是Emacs的新手)。然后我尝试通过将zip解压缩到来安装emacs-for-python"C:\Users\mmsc\AppData\Roaming\.emacs.d\emacs-for-python"文件夹并添加:(load-file"~/.emacs.d/emacs-for-python/epy-init.el")进入C:\Users\mmsc\AppData\Roaming.emacs启动Emacs后,我看到错误Warning(initialization):Anerro
python有没有类似粘液的东西?例如,如果我将光标放在foo()上并执行M-。(跳转到定义)我想看看函数foo的源码定义无论foo是否在其中,这都应该有效1)本地项目目录2)在一些~/.virtualenvs/bar/lib/site-packages中3)在其他python路径中4)虚拟环境正在使用中(即,它应该在我当前的虚拟环境中查看)pymacs/ropemacs组合能做到这些吗? 最佳答案 为避免使用-e,您可以使用etags并通过find递归地添加py文件:find.-typef-name'*.py'|xargsetag
python有没有类似粘液的东西?例如,如果我将光标放在foo()上并执行M-。(跳转到定义)我想看看函数foo的源码定义无论foo是否在其中,这都应该有效1)本地项目目录2)在一些~/.virtualenvs/bar/lib/site-packages中3)在其他python路径中4)虚拟环境正在使用中(即,它应该在我当前的虚拟环境中查看)pymacs/ropemacs组合能做到这些吗? 最佳答案 为避免使用-e,您可以使用etags并通过find递归地添加py文件:find.-typef-name'*.py'|xargsetag
我已经安装了Pymacs、rope、ropemode、ropemacs,当我意外执行pymacs-terminate-services时,我无法保存修改后的缓冲区。它首先问我-Pymacs助手死了。重新启动它?(是或否)。如果我回答"is",它会抛出-Debuggerentered--Lisperror:(error"ThereisnoPymacshelper!")。如果我回答“否”,它会抛出:Debuggerentered--Lisperror:(error"Python:Traceback(mostrecentcalllast):File\"/usr/local/lib/pytho
我已经安装了Pymacs、rope、ropemode、ropemacs,当我意外执行pymacs-terminate-services时,我无法保存修改后的缓冲区。它首先问我-Pymacs助手死了。重新启动它?(是或否)。如果我回答"is",它会抛出-Debuggerentered--Lisperror:(error"ThereisnoPymacshelper!")。如果我回答“否”,它会抛出:Debuggerentered--Lisperror:(error"Python:Traceback(mostrecentcalllast):File\"/usr/local/lib/pytho