* set visible-bell ignored
@ 2005-01-05 4:46 J Krugman
2005-01-05 12:00 ` FCC
2005-01-05 18:27 ` Eli Zaretskii
0 siblings, 2 replies; 3+ messages in thread
From: J Krugman @ 2005-01-05 4:46 UTC (permalink / raw)
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
--
To s&e^n]d me m~a}i]l r%e*m?o\v[e bit from my a|d)d:r{e:s]s.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: set visible-bell ignored
2005-01-05 4:46 set visible-bell ignored J Krugman
@ 2005-01-05 12:00 ` FCC
2005-01-05 18:27 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: FCC @ 2005-01-05 12:00 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: set visible-bell ignored
2005-01-05 4:46 set visible-bell ignored J Krugman
2005-01-05 12:00 ` FCC
@ 2005-01-05 18:27 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2005-01-05 18:27 UTC (permalink / raw)
> From: J Krugman <jkrugman345@yahbitoo.com>
> Date: Wed, 5 Jan 2005 04:46:48 +0000 (UTC)
>
> Does anyone know why Emacs would disregard the visible-bell setting,
> even when the terminal is perfectly capable of being silent?
Is that in "emacs -nw", i.e. in a non-windowed session, or in a
windowed session (e.g., on X or on MS-Windows)?
If the former, make sure your terminal's "vb" capability (in
termcap/terminfo database) is defined correctly, and that
ring-bell-function's value is nil.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-01-05 18:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-05 4:46 set visible-bell ignored J Krugman
2005-01-05 12:00 ` FCC
2005-01-05 18:27 ` Eli Zaretskii
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).