让Python解释器在同一窗口中打开
也许我有点不理智,但我真的很讨厌命令在 emacs 中打开一个新窗口。我在 Ubuntu 上使用 emacs,它带有 python 模式,当我使用 Cc 启动解释器时!它会…
如何访问主模式挂钩中的目录局部变量?
我定义了一个包含以下内容的 .dir-locals.el 文件: ((python-mode . ((cr/virtualenv-name . "saas")))) 在我的 .emacs 中,我有以下函数来检索该值…
确定 Emacs 23 中当前模式源代码的路径
我正在尝试 Emacs 23 的新 Python 模式,但我不确定如何判断我是否正在使用新模式(源代码位于 ~/.elisp/python.el ) 或捆绑的 python.el 模式。 有没…
更新 Emacs 22.2.1 中的 Python 版本
我最近安装了 Python 3.1,但 Emacs 仍然使用 2.6.5。我使用的是 Emacs 版本 22.2.1。我不确定要编辑哪些文件才能使 Emacs 默认使用 Python 3.1! 我…
在 emacs 23 中将 python 缩进设置为 2 个空格?
我在 Ubuntu 10.04 上使用 emacs 23.1.1。我希望在 Python 中使用 2 个空格缩进进行编程。 emacs 看起来有一个 python 的默认模式(python.el?)。 …
在 emacs py 模式下使用 Tab 键注释?
我正在使用 python-mode.el,当我尝试缩进注释时,它总是想将它们一直放在左边。我希望它们缩进与代码的其余部分一致。有没有一种简单的方法可以实现…
python-mode.el 中带有反斜杠续行的正确缩进
我喜欢使用 python-mode.el 和 (gnu) emacs 来编辑我的 python 文件。如果我使用括号进行多行延续,缩进将按我的预期工作。例如, foo_long_long_long…
emacs windows 在当前缓冲区中运行 python 程序并在输出窗口上显示输出
我使用 Python 模式(不是 emacs 23 附带的默认模式)。 我无法执行当前在 emacs 中加载的 python 程序。 我收到“符号的函数定义无效:智能操作模式…
Emacs:通过 trapmp 编辑远程 python 文件时如何启动本地 python 解释器
在 Emacs 上,当我在编辑远程 python 文件时使用 Cc ! 启动 python(在 Windows 上使用 Tramp - plinkx:)时,Python 解释器将在远程主机上启动。 有…
如何在 Emacs 中控制左括号后的缩进
当我使用 emacs python-mode 时,如果一行的最后一个字符是左括号,则下一行将从上一行的缩进中缩进一步。 call_some_function( some_very_long_argum…
- 共 1 页
- 1