简体   繁体   English

Emacs预测模式和LaTeX

[英]Emacs predictive mode and LaTeX

I am trying to use Emacs predictive mode with Auctex to edit LaTeX documents. 我正在尝试将Emacs 预测模式与Auctex一起使用来编辑LaTeX文档。 I want to disable the hotkey feature for selecting alternative suggestions and use either a pop-up menu or in-place cycling of the choices using TAB. 我想禁用用于选择其他建议的热键功能,并使用弹出菜单或使用TAB进行选择的就地循环。

The documentation suggests that the hotkey feature can be turned off by setting completion-use-hotkeys to nil, but there is no such variable. 该文档建议可以通过将complete-use-hotkeys设置为nil来关闭热键功能,但是没有这样的变量。

Any suggestions? 有什么建议么?

尝试使用变量complete-ui-use-hotkeys

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM