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?
相关问题
- Symbol's function definition is void: declare-
- How can I set the SVN password with Emacs 23.1 bui
- Emacs shell: save commit message
- emacs bind key to the insertion of another
- Emacs - set mark on edit location
相关文章
- ess-rdired: I get this error “no ESS process is as
- Emacs/xterm color annoyance on Linux
- Pipe less to Emacs
- Capturing the output of “diff” with org-babel
- emacs terminal mode: how to copy and paste efficie
- How to permanently enable the hs-minor-mode in ema
- Pipe emacs shell output to a new buffer
- Following a link into a git-repo without lengthy d
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:
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.This makes emacs flash instead of beep.
You will have to customize the
ring-bell-function
.This page may provide hints:
http://www.emacswiki.org/emacs/AlarmBell