Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开始使用bpython来满足我的 python 解释需求。我喜欢语法高亮和制表符完成模式。我想让 bpython 在 emacs 中工作(注意:简单地在 shell 模式下运行 bpython 命令是行不通的),这样我就可以实现 Python 必杀技。关于如何开始编写 emacs 插件来做到这一点的任何建议?
谢谢,布拉德利鲍尔斯
term-mode工作还是你正在努力与 python 模式集成,比如向 bpython 发送代码?
term-mode