Next: How do I turn down the bell volume in Emacs running under X?, Previous: How do I make Emacs “typeover” or “overwrite” instead of inserting?, Up: Common requests [Contents][Index]
Martin R. Frank writes:
Tell Emacs to use the visible bell instead of the audible bell, and set the visible bell to nothing.
That is, put the following in your TERMCAP
environment variable
(assuming you have one):
... :vb=: ...
And evaluate the following Lisp form:
(setq visible-bell t)