我想知道是否有禁用 Emacs 中弹出菜单的功能。我在 Putty(ssh 会话)中使用 Emacs 时遇到问题...当我在终端的右半部分单击/滚动时,会出现“帮助”弹出菜单...我该如何调试?当我打开多个缓冲区时真的很烦人。
当我单击右半部分时,我看到以下内容:
Press PageUp key to reach this buffer from the minibuffer.
Alternatively, you can use Up/Down keys (or your History keys) to change
the item in the minibuffer, and press RET when you are done, or press the
marked letters to pick up your choice. Type C-g or ESC ESC ESC to cancel.
Click <mouse-2> on a completion to select it.
In this buffer, type RET to select the completion near point.
Possible completions are:
e==>Emacs Tutorial E==>Emacs Tutorial (choose language)...
f==>Emacs FAQ n==>Emacs News
k==>Emacs Known Problems s==>Send Bug Report...
p==>Emacs Psychotherapist S==>Search Documentation
d==>Describe r==>Read the Emacs Manual
m==>More Manuals F==>Find Emacs Packages
P==>External Packages g==>Getting New Versions
c==>Copying Conditions 0==>(Non)Warranty
a==>About Emacs A==>About GNU
Help (up/down to change, PgUp to menu): e==>Emacs Tutorial
我在这里发现了同样的问题(Stackoverflow),但是那里的解决方案禁用了滚动和选择。我想知道是否有解决方案。
谢谢,阿斯。