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

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

bug#1305: All code that currently beeps should use visual bell instead


From: Lars Ingebrigtsen
Subject: bug#1305: All code that currently beeps should use visual bell instead
Date: Mon, 19 Apr 2021 14:37:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> It's more intrusive than what many people are using -- which is neither
>> an audible nor a visible bell, but just the echo area saying "Quit" when
>> you hit `C-g' (etc).
>
> But those people won't be affected by a change in the default.

Dmitry's useful overview of the various distributions (thanks) had this,
for instance:

---
Prelude and Spacemacs:

  (setq ring-bell-function 'ignore)
---

If I understand correctly, this doesn't set `visible-bell', but only
uses the default value (which is nil).  So changing the default will
indeed affect these users (until the distributions update themselves to
set visible-bell to nil).

> The only people which would see a "more intrusive" bell is those who
> keep the default settings but whose environment ends up muting the
> audible bell.  I don't know how common this is.

Me neither -- but just as a data point: In Gnome Shell the customisation
element for switching "system sounds" off is prominent, so my guess
would be that it's something people do use.  

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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