禁用 Carbon Emacs 滚动蜂鸣声
我一直在考虑在我的 Mac 上使用 Carbon Emacs,但我遇到的唯一障碍是当您尝试滚动到文档末尾时发出烦人的滚动蜂鸣声。 我在网上查看过,但似乎找不到应该添加到我的 .emacs 中的内容,以阻止它在滚动时发出蜂鸣声。 我不想让它完全静音,只是在滚动时。 有任何想法吗?
I've been looking into adopting Carbon Emacs for use on my Mac, and the only stumbling block I've run into is the annoying scroll beep when you try to scroll past the end of the document. I've looked online but I can't seem to find what I should add to my .emacs that will stop it from beeping when scrolling. I don't want to silence it completely, just when scrolling. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
这使得 emacs 闪烁而不是发出蜂鸣声。
This makes emacs flash instead of beep.
使用 Emacs wiki AlarmBell 页面 中的提示,这对我来说是这样的:
如果你不这样做知道命令的名称,请按
Ch k
,然后按您想要获取名称的键/操作。Using the hints from the Emacs wiki AlarmBell page, this does it for me:
If you don't know the name of a command, press
C-h k
then the key/action you would like to get the name of.您必须自定义
ring-bell-function
。此页面可能提供提示:
http://www.emacswiki.org/emacs/AlarmBell
You will have to customize the
ring-bell-function
.This page may provide hints:
http://www.emacswiki.org/emacs/AlarmBell
在 Stephen Hassard 的回答和 Kipton Barros 的评论之间:
似乎是最简洁的,适用于 emacs 24.x,并回答了原始问题。
Between Stephen Hassard's answer and Kipton Barros' comment:
seems to be the most concise, works on emacs 24.x, and answers the original question.
这似乎可以解决问题:
This seems to do the trick: