From: FCC <fcc509@netscape.net>
Subject: Re: set visible-bell ignored
Date: Wed, 05 Jan 2005 13:00:14 +0100 [thread overview]
Message-ID: <crgks0$k22$1@defalla.upc.es> (raw)
In-Reply-To: <crfrfo$lat$1@reader1.panix.com>
J Krugman articulated on 01/05/05 05:46:
>Despite the fact that I have
>
> (setq-default visible-bell t)
>
>in my Emacs init file, and that C-h v visible-bell confirms that
>it is indeed t, my Emacs still beeps at every opportunity it gets.
>It's driving me insane. My zsh, on the other hand, responds as
>desired to "setopt no_beep". Ba-a-ad Emacs!
>
>Does anyone know why Emacs would disregard the visible-bell setting,
>even when the terminal is perfectly capable of being silent?
>
>TIA,
>
>jill
>
>
Again, I am no expert, but a user trying to learn as much as possible,
but it looks like you need to set the current value of visible-bell to
t, not its default value, i.e.
(setq visible-bell t)
Also, since:
ring-bell-function's value is nil
Non-nil means call this function to ring the bell.
The function should accept no arguments.
Defined in `C source code'.
may be you also need
(setq ring-bell-function nil)
Hope this helps...
--
FCC.
===
War springs from unseen and generally insignificant causes.
-Anonymous
next prev parent reply other threads:[~2005-01-05 12:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 4:46 set visible-bell ignored J Krugman
2005-01-05 12:00 ` FCC [this message]
2005-01-05 18:27 ` Eli Zaretskii
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='crgks0$k22$1@defalla.upc.es' \
--to=fcc509@netscape.net \
/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).