help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to turn off the sound


From: Taylor Venable
Subject: Re: How to turn off the sound
Date: Wed, 28 Feb 2007 12:24:00 -0500

On 28 Feb 2007 08:05:29 -0800
"Sandesh" <sandesh.hegde@gmail.com> wrote:

> On Feb 28, 11:44 am, David Kastrup <d...@gnu.org> wrote:
> > tommy <toxiuf...@gmail.com> writes:
> > > How to turn off the beer when i use mouse roll to the buffer? beer
> > > when at the top and the bottom!
> >
> > M-x customize-variable RET visible-bell RET
> >
> > --
> > David Kastrup, Kriemhildstr. 15, 44793 Bochum
> 
> I dont want any visible-bell or beep, how can that be done ?

The variable ring-bell-function identifies what function to call to
ring the system bell.  The target is a function that accepts no
arguments.  If you set it to an empty lambda function, the bell won't
ring.  In your .emacs file put:

(setq ring-bell-function (lambda nil))

-- 
Taylor Venable
taylor@metasyntax.net
http://www.metasyntax.net/

"Simplicity is prerequisite for reliability."       -- Edsger Dijkstra




reply via email to

[Prev in Thread] Current Thread [Next in Thread]