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.
是否有可以与ESS一起使用的 Emacs自动完成模式的 R 扩展?
如果扩展不存在,我也会感谢任何关于编写扩展的提示!
这里有一个 R 的交流源。我记得曾为此苦苦挣扎,最后写了我自己的,当时速度要快得多,但是由于我没有设法使前缀正则表达式正常工作,因此出现了错误。
编辑:最新的 ESS(目前只有 svn)具有与自动完成功能的开箱即用集成。我已将说明添加到wiki。
auto-complete-acr是自动完成源。
它比 ac-R 更有用。
添加到下面的 .emacs 中。
(require ‘auto-complete) (require ‘auto-complete-acr)