草庐IT

python - 从 python-mode.el 切换到 python.el

我最近尝试从使用python-mode.el切换至python.el在emacs中编辑python文件时,发现这种体验有点陌生和低效,于是匆忙返回。我一直在使用python-mode.el大约十年了,所以也许我的方式有点固定。我很想听听任何仔细评估过这两种模式的人的意见,特别是他们对每种模式的看法,以及他们的工作通常如何与python.el特有的功能相互作用。.python.el对我来说有两个主要问题是每个访问python文件的缓冲区都有自己的劣质交互式pythonshell。我习惯于在一个交互式shell中进行开发并在python文件之间共享数据。(从软件工程的角度来看,这似乎是一种

Emacs 24 中的 Python Shell?

我最近从Emacs23升级到Emacs24。自从升级后,我似乎失去了调用“M-xpython-shell”(!)的能力。发生了什么?包含的python模式是否不再附带此功能?使用Emacs23:○/usr/local/bin/emacs-QDescribefunction:python-shellpython-shellisaninteractiveautoloadedLispfunctionin`python.el'.使用Emacs24:○/Applications/Emacs.app/Contents/MacOS/Emacs-QDescribefunction:python-she

Emacs 24 中的 Python Shell?

我最近从Emacs23升级到Emacs24。自从升级后,我似乎失去了调用“M-xpython-shell”(!)的能力。发生了什么?包含的python模式是否不再附带此功能?使用Emacs23:○/usr/local/bin/emacs-QDescribefunction:python-shellpython-shellisaninteractiveautoloadedLispfunctionin`python.el'.使用Emacs24:○/Applications/Emacs.app/Contents/MacOS/Emacs-QDescribefunction:python-she

python - 管理助手死亡

我已经安装了Pymacs、rope、ropemode、ropemacs,当我意外执行pymacs-terminate-services时,我无法保存修改后的缓冲区。它首先问我-Pymacs助手死了。重新启动它?(是或否)。如果我回答"is",它会抛出-Debuggerentered--Lisperror:(error"ThereisnoPymacshelper!")。如果我回答“否”,它会抛出:Debuggerentered--Lisperror:(error"Python:Traceback(mostrecentcalllast):File\"/usr/local/lib/pytho

python - 管理助手死亡

我已经安装了Pymacs、rope、ropemode、ropemacs,当我意外执行pymacs-terminate-services时,我无法保存修改后的缓冲区。它首先问我-Pymacs助手死了。重新启动它?(是或否)。如果我回答"is",它会抛出-Debuggerentered--Lisperror:(error"ThereisnoPymacshelper!")。如果我回答“否”,它会抛出:Debuggerentered--Lisperror:(error"Python:Traceback(mostrecentcalllast):File\"/usr/local/lib/pytho

java - Eclipse IDE 中的 Emacs 键绑定(bind)

我是一个Emacs爱好者,可能是因为我喜欢键绑定(bind),而且我能够很快地做事。我还将EclipseIDE用于我的Java/Android/Python/开发,因为它是免费的,我的大多数同行都在使用它,而且它可以工作。我发现自己在emacs和Eclipse之间切换,而且工作流程不是很好。我想做的是在Eclipse中设置键绑定(bind),使它们像Emacs。有人可以推荐我可以使用的最好的Eclipse插件吗?或者任何人都可以谈论他们如何使用Eclipse来更像Emacs。提前致谢 最佳答案 基本的Emacs键绑定(bind)不需

java - Eclipse IDE 中的 Emacs 键绑定(bind)

我是一个Emacs爱好者,可能是因为我喜欢键绑定(bind),而且我能够很快地做事。我还将EclipseIDE用于我的Java/Android/Python/开发,因为它是免费的,我的大多数同行都在使用它,而且它可以工作。我发现自己在emacs和Eclipse之间切换,而且工作流程不是很好。我想做的是在Eclipse中设置键绑定(bind),使它们像Emacs。有人可以推荐我可以使用的最好的Eclipse插件吗?或者任何人都可以谈论他们如何使用Eclipse来更像Emacs。提前致谢 最佳答案 基本的Emacs键绑定(bind)不需

windows - 在 Windows 上的 Emacs 中重新定义键

我将我的命令键用作MacOSX上的额外控制键(我相信太空学员键盘具有这种配置)。我想在我的Windows机器上通过将Alt切换到Ctrl并将Windows键切换到Emacs中的Alt来模拟它.这可能吗?我找到了thispost这表明类似(setqw32-pass-lwindow-to-systemnilw32-pass-rwindow-to-systemnilw32-pass-apps-to-systemnilw32-lwindow-modifier'super;;LeftWindowskeyw32-rwindow-modifier'super;;RightWindowskeyw32-

windows - 无法安装 emacs el-get 包,emacs 无法连接到互联网

我已将其复制到我的init.el中:(add-to-list'load-path".emacs.d/el-get/el-get")(unless(require'el-getnilt)(url-retrieve"https://raw.github.com/dimitri/el-get/master/el-get-install.el"(lambda(s)(end-of-buffer)(eval-print-last-sexp))))我从不在默认位置的d:.emacs.d目录中使用这段代码启动emacssetHOME=%~dp0\..cd..D:\emacs-24.3\bin\rune

linux - Emacs 读取大文件 ~14GB

关闭。这个问题是off-topic.它目前不接受答案。想改进这个问题吗?Updatethequestion所以它是on-topic用于堆栈溢出。关闭10年前。Improvethisquestion最近我在我的系统上下载了emacs来编辑大文件,正如它声称的那样。尝试打开大文件时,emacs给我一个缓冲区大小超出的问题。有没有办法增加它?!我有一个内存为24GB的系统!