unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Gregory Heytings <gregory@heytings.org>, Eli Zaretskii <eliz@gnu.org>
Cc: mwd@md5i.com, larsi@gnus.org, 1305@debbugs.gnu.org,
	jasonspiro4@gmail.com, monnier@iro.umontreal.ca
Subject: bug#1305: All code that currently beeps should use visual bell instead
Date: Sun, 18 Apr 2021 13:35:44 -0500	[thread overview]
Message-ID: <CADwFkmm116wUkXnm0eqiwQeggpu-DerqUcc9M=LXz-=b5+3hhg@mail.gmail.com> (raw)
In-Reply-To: <c40b32b1f8accd57d982@heytings.org>

Gregory Heytings <gregory@heytings.org> writes:

>>>   (sit-for 0.5)
>>
>> I think half a second is too long, a bell should be much shorter, like
>> 0.1 sec or something.
>>
>
> Hmmm... 0.5 seconds is the duration of typical audible bells.  And with a
> sit-for, it's at most 0.5 seconds, when the user presses a key the bell
> signal disappears.  That being said, I agree with you that 0.5 seconds is
> perhaps a bit too long, so I changed it to 0.25 seconds.

Eli is correct, 0.25 is far too long.  0.1 is much better.  That is also
closer to the duration of the current behavior for `visible-bell' on
GNU/Linux (in fact, there is no reason not to use the exact same
duration as before).

In comparison with the old GNU/Linux behavior, your patch is basically
as good or better.  However, with your patch I have to wait until the
flashing is over to read the text at the bottom.  This was not the case
previously.  I think that would need to be fixed.

My guess (without looking at the code) is that we would need to make
sure that the bell function is called after the text is displayed rather
than before.  Perhaps this would require us to add a new hook or
something.

(If we do eventually decide to go this way, perhaps we could include a
few variations, for example the idea of changing the mode-line text from
Doom could be added as optional behaviour.  I don't feel very strongly
about this, but I thought it might be worth floating the idea.  It's
very easy to implement, and there is demonstrably at least some demand
for it.)





  reply	other threads:[~2021-04-18 18:35 UTC|newest]

Thread overview: 176+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-09  1:50 bug#1305: All code that currently beeps should use visual bell instead Jason Spiro
2008-11-09  2:00 ` Processed: " Emacs bug Tracking System
2008-11-09  3:57 ` bug#1305: All code that currently beeps should use visual bellinstead Drew Adams
2008-11-09  4:08   ` Jason Spiro
2008-11-09 19:17     ` Eli Zaretskii
2008-11-09 19:04   ` Eli Zaretskii
2008-11-09 19:19     ` Drew Adams
2008-11-09 20:00       ` Eli Zaretskii
2008-11-10  2:07         ` Stefan Monnier
2008-11-10  6:28           ` Drew Adams
2008-11-11 21:20             ` bug#1305: All code that currently beeps should usevisual bellinstead Drew Adams
2008-11-10  8:34           ` bug#1305: All code that currently beeps should use visual bellinstead Lennart Borgman
2008-11-10 15:22             ` Stefan Monnier
2008-11-10 16:58               ` Lennart Borgman
2008-11-11 18:38                 ` Jason A. Spiro
2008-11-10 22:17           ` Richard M. Stallman
2008-11-11 18:50             ` Jason Spiro
2008-11-12  3:33               ` Richard M. Stallman
2008-11-13  7:41                 ` Jason Spiro
2021-04-17  6:06           ` bug#1305: All code that currently beeps should use visual bell instead Stefan Kangas
2021-04-17  7:03             ` Eli Zaretskii
2021-04-17 11:54             ` Lars Ingebrigtsen
2021-04-17 12:31               ` Gregory Heytings
2021-04-17 12:39                 ` Eli Zaretskii
2021-04-17 12:55                   ` Lars Ingebrigtsen
2021-04-17 13:07                     ` Stefan Kangas
2021-04-17 13:13                       ` Lars Ingebrigtsen
2021-04-17 13:32                         ` Stefan Kangas
2021-04-17 13:39                           ` Lars Ingebrigtsen
2021-04-17 14:05                             ` Eli Zaretskii
2021-04-17 14:08                             ` Stefan Kangas
2021-04-18 10:41                               ` Lars Ingebrigtsen
2021-04-18 12:22                                 ` Stefan Kangas
2021-04-18 13:32                                   ` Gregory Heytings
2021-04-18 15:23                                   ` Lars Ingebrigtsen
2021-04-18 15:42                                     ` Gregory Heytings
2021-04-17 19:17                           ` Basil L. Contovounesios
2021-04-17 17:01                         ` Dmitry Gutov
2021-04-17 20:59                         ` Gregory Heytings
2021-04-17 21:09                           ` Michael Welsh Duggan
2021-04-17 21:17                             ` Gregory Heytings
2021-04-17 21:52                               ` Michael Welsh Duggan
2021-04-17 22:04                                 ` Gregory Heytings
2021-04-17 23:30                                   ` bug#1305: [External] : " Drew Adams
2021-04-18 10:38                                   ` Lars Ingebrigtsen
2021-04-18 12:22                                     ` Stefan Kangas
2021-04-18 12:36                                       ` Lars Ingebrigtsen
2021-04-18 13:10                                         ` Stefan Kangas
2021-04-18 13:15                                           ` Stefan Kangas
2021-04-18 15:22                                           ` Lars Ingebrigtsen
2021-04-18 15:28                                             ` Stefan Monnier
2021-04-18 15:38                                               ` Lars Ingebrigtsen
2021-04-18 18:34                                                 ` Stefan Monnier
2021-04-19 12:37                                                   ` Lars Ingebrigtsen
2021-04-19 13:04                                                     ` Dmitry Gutov
2021-04-19 13:26                                                     ` Stefan Kangas
2021-04-25 18:06                                                       ` Lars Ingebrigtsen
2021-04-25 20:06                                                         ` Stefan Kangas
2021-04-19 13:30                                                     ` Gregory Heytings
2021-04-18 17:02                                             ` Gregory Heytings
2021-04-18 17:13                                               ` Eli Zaretskii
2021-04-18 18:02                                                 ` Gregory Heytings
2021-04-18 18:35                                                   ` Stefan Kangas [this message]
2021-04-18 18:45                                                     ` Gregory Heytings
2021-04-18 19:04                                                       ` Stefan Kangas
2021-04-18 19:19                                                     ` Gregory Heytings
2021-04-18 15:06                                         ` Eli Zaretskii
2021-04-18 15:11                                           ` Lars Ingebrigtsen
2021-04-18 15:23                                             ` Eli Zaretskii
2021-04-18 15:35                                               ` Eli Zaretskii
2021-04-19 12:56                                               ` Lars Ingebrigtsen
2021-04-19 13:12                                                 ` Eli Zaretskii
2021-04-25 18:03                                                   ` Lars Ingebrigtsen
2021-04-25 18:52                                                     ` Andreas Schwab
2021-04-25 19:01                                                       ` Lars Ingebrigtsen
2021-04-25 19:18                                                         ` Andreas Schwab
2021-04-25 19:33                                                           ` Lars Ingebrigtsen
2021-04-18 16:07                                             ` Andreas Schwab
2021-04-19 12:38                                               ` Lars Ingebrigtsen
2021-04-18 16:12                                             ` Stefan Kangas
2021-04-18 16:20                                               ` Andreas Schwab
2021-04-19 12:39                                               ` Lars Ingebrigtsen
2021-04-18 15:18                                           ` Dmitry Gutov
2021-04-18 15:26                                         ` Dmitry Gutov
2021-04-18 15:37                                           ` Gregory Heytings
2021-04-18 16:27                                           ` Stefan Kangas
2021-04-18 16:38                                             ` Gregory Heytings
2021-04-18 17:05                                               ` Dmitry Gutov
2021-04-18 17:14                                               ` Stefan Kangas
2021-04-19 12:33                                                 ` Lars Ingebrigtsen
2021-04-19 12:40                                                   ` Dmitry Gutov
2021-04-19 12:47                                                     ` Gregory Heytings
2021-04-19 13:01                                                       ` Dmitry Gutov
2021-04-19 13:16                                                         ` Gregory Heytings
2021-04-19 13:26                                                           ` Stefan Kangas
2021-04-19 13:37                                                           ` Dmitry Gutov
2021-04-19 14:41                                                           ` Alan Third
2021-04-20 14:21                                                             ` Gregory Heytings
2021-04-20 18:27                                                               ` Dmitry Gutov
2021-04-20 19:19                                                                 ` Gregory Heytings
2021-04-21  1:16                                                                   ` Dmitry Gutov
2021-04-21  6:47                                                                     ` Gregory Heytings
2021-04-21 13:11                                                                       ` Stefan Kangas
2021-04-21 14:05                                                                         ` Gregory Heytings
2021-04-21 14:12                                                                           ` Dmitry Gutov
2021-04-21 14:30                                                                           ` Stefan Kangas
2021-04-21 14:35                                                                             ` Gregory Heytings
2021-04-21 14:45                                                                               ` Stefan Kangas
2021-04-21 14:53                                                                                 ` Gregory Heytings
2021-04-21 21:27                                                                                   ` Stefan Kangas
2021-04-21 14:33                                                                         ` Stefan Monnier
2021-04-21 14:51                                                                           ` Dmitry Gutov
2021-04-21 15:14                                                                             ` Stefan Monnier
2021-04-25 18:12                                                                           ` Lars Ingebrigtsen
2021-04-25 21:03                                                                             ` Stefan Monnier
2021-04-27  1:07                                                                               ` Lars Ingebrigtsen
2021-04-27  9:54                                                                                 ` Gregory Heytings
2021-04-27 15:15                                                                                   ` bug#1305: [External] : " Drew Adams
2021-04-27 23:21                                                                                   ` Lars Ingebrigtsen
2021-04-28 10:08                                                                                     ` Stefan Kangas
2021-04-28 13:12                                                                                       ` Gregory Heytings
2021-04-29 16:50                                                                                         ` Dmitry Gutov
2021-04-29 19:48                                                                                           ` Gregory Heytings
2021-04-29 20:17                                                                                             ` Dmitry Gutov
2021-04-29 21:46                                                                                               ` Gregory Heytings
2021-04-29 23:23                                                                                                 ` Dmitry Gutov
2021-04-29 23:35                                                                                                   ` bug#1305: [External] : " Drew Adams
2021-04-29 23:52                                                                                                     ` Dmitry Gutov
2021-05-01  7:50                                                                                                     ` Gregory Heytings
2021-05-01 14:13                                                                                                       ` Drew Adams
2021-05-01 16:55                                                                                                         ` Gregory Heytings
2021-05-01 14:28                                                                                                       ` Stefan Monnier
2021-05-01 16:48                                                                                                         ` Gregory Heytings
2021-05-02 10:44                                                                                                         ` Stefan Kangas
2021-04-30  7:09                                                                                                   ` Gregory Heytings
2021-04-30 22:22                                                                                                     ` Dmitry Gutov
2021-04-30 23:19                                                                                                       ` Gregory Heytings
2021-04-30 23:28                                                                                                         ` Dmitry Gutov
2021-05-01  0:00                                                                                                           ` Gregory Heytings
2021-05-01  0:57                                                                                                             ` Dmitry Gutov
2021-05-01  7:50                                                                                                               ` Gregory Heytings
2021-05-01  0:05                                                                                                           ` bug#1305: [External] : " Drew Adams
2021-05-01  1:08                                                                                                             ` Dmitry Gutov
2021-05-01  2:05                                                                                                               ` Drew Adams
2021-04-29 23:36                                                                                                 ` Stefan Monnier
2021-04-30  7:13                                                                                                   ` Gregory Heytings
2021-04-29 22:38                                                                                               ` Stefan Kangas
2021-04-29 23:11                                                                                                 ` Dmitry Gutov
2021-04-30  6:58                                                                                                 ` Gregory Heytings
2021-04-30 13:08                                                                                                   ` Gregory Heytings
2021-04-30  5:05                                                                                               ` Eli Zaretskii
2021-04-30  6:51                                                                                                 ` Gregory Heytings
2021-04-30  7:06                                                                                                   ` Eli Zaretskii
2021-04-30  7:27                                                                                                     ` Gregory Heytings
2021-04-30  8:03                                                                                                       ` Eli Zaretskii
2021-04-30  8:41                                                                                                         ` Gregory Heytings
2021-04-21 15:08                                                                         ` Dmitry Gutov
2021-04-21 15:18                                                                           ` Stefan Monnier
2021-04-21 16:14                                                                             ` Gregory Heytings
2021-04-21 17:27                                                                               ` Stefan Monnier
2021-04-21 20:26                                                                                 ` Gregory Heytings
2021-04-21 22:03                                                                                 ` bug#1305: [External] : " Drew Adams
2021-04-21 14:45                                                                       ` Dmitry Gutov
2021-04-21 16:01                                                                         ` Gregory Heytings
2021-04-21 17:34                                                                           ` Eli Zaretskii
2021-04-21 20:22                                                                         ` Gregory Heytings
2021-04-19 12:51                                                     ` Lars Ingebrigtsen
2021-04-19 14:03                                                       ` Stefan Monnier
2021-04-18 15:27                                         ` bug#1305: [External] : " Drew Adams
2021-04-18  6:30                           ` Eli Zaretskii
2021-04-18 11:10                             ` Gregory Heytings
2021-04-18 11:38                               ` Eli Zaretskii
2021-04-18 15:14                             ` bug#1305: [External] : " Drew Adams
2021-04-17 13:16                     ` Drew Adams
2021-04-17 16:59                     ` Dmitry Gutov
2008-11-10 21:25 ` Xavier Maillard

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='CADwFkmm116wUkXnm0eqiwQeggpu-DerqUcc9M=LXz-=b5+3hhg@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=1305@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=gregory@heytings.org \
    --cc=jasonspiro4@gmail.com \
    --cc=larsi@gnus.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=mwd@md5i.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).