[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set visible-bell ignored
From: |
Eli Zaretskii |
Subject: |
Re: set visible-bell ignored |
Date: |
Wed, 05 Jan 2005 20:27:58 +0200 |
> 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.