From: Taylor Venable <taylor@metasyntax.net>
To: help-gnu-emacs@gnu.org
Subject: Re: How to turn off the sound
Date: Wed, 28 Feb 2007 12:24:00 -0500 [thread overview]
Message-ID: <20070228122400.915d240b.taylor@metasyntax.net> (raw)
In-Reply-To: <1172678729.371908.282810@h3g2000cwc.googlegroups.com>
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
next prev parent reply other threads:[~2007-02-28 17:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.195.1172620159.7795.help-gnu-emacs@gnu.org>
2007-02-28 6:44 ` How to turn off the sound David Kastrup
2007-02-28 16:05 ` Sandesh
2007-02-28 17:24 ` Taylor Venable [this message]
2007-02-28 20:23 ` Juanma Barranquero
2007-02-27 19:11 tommy
2007-02-28 0:04 ` Matthew Flaschen
2007-02-28 0:31 ` David Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070228122400.915d240b.taylor@metasyntax.net \
--to=taylor@metasyntax.net \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).