* bug#66275: 30.0.50; The first line gets invisible when C-g on Android
@ 2023-09-30 8:05 Shingo Tanaka
2023-10-01 1:42 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 5+ messages in thread
From: Shingo Tanaka @ 2023-09-30 8:05 UTC (permalink / raw)
To: 66275
Hi,
On Android, when (setq visible-bell t) and type C-g (keyboard-quit),
the first line of the displayed window is overwritten with a white line
and gets invisible.
Here is how to reproduce.
1. Run Emacs without init file.
2. Goto *scratch* buffer and evaluate (setq visible-bell t)
3. Type C-g
3. You will see that the first line of *scratch* buffer gets disappeared.
Device: Xiaomi Pad 5 (with a physical bluetooh keyboard)
MIUI Version: MIUI Pad Global 14.0.6 14.0.6.0(TKXMIXM)
Android Version: 13 TKQ1.221013.002
Emacs Binary: emacs-30.0.50-29-arm64-v8a.apk
https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/
(emacs-version)
"GNU Emacs 30.0.50 (build 1, aarch64-unknown-linux-android29)
of 2023-09-30"
If any further information is needed, please let me know.
Regards,
Shingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#66275: 30.0.50; The first line gets invisible when C-g on Android
2023-09-30 8:05 bug#66275: 30.0.50; The first line gets invisible when C-g on Android Shingo Tanaka
@ 2023-10-01 1:42 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-01 2:22 ` Stefan Kangas
0 siblings, 1 reply; 5+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-10-01 1:42 UTC (permalink / raw)
To: Shingo Tanaka; +Cc: 66275
Shingo Tanaka <shingo.fg8@gmail.com> writes:
> Hi,
>
>
> On Android, when (setq visible-bell t) and type C-g (keyboard-quit),
> the first line of the displayed window is overwritten with a white line
> and gets invisible.
>
> Here is how to reproduce.
>
> 1. Run Emacs without init file.
> 2. Goto *scratch* buffer and evaluate (setq visible-bell t)
> 3. Type C-g
> 3. You will see that the first line of *scratch* buffer gets disappeared.
Thanks. visible-bell is presently nonfunctional under Android,
consequent upon several errors (or, at the minimum, documentation
errors) within Android's drawing primitives.
I will attempt to circumvent these shortcomings; but, given that
visible-bell is a comparatively unused feature, this will not occupy a
position high up my list of priorities.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#66275: 30.0.50; The first line gets invisible when C-g on Android
2023-10-01 1:42 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-10-01 2:22 ` Stefan Kangas
2023-10-01 2:55 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-01 5:31 ` Eli Zaretskii
0 siblings, 2 replies; 5+ messages in thread
From: Stefan Kangas @ 2023-10-01 2:22 UTC (permalink / raw)
To: Po Lu, Shingo Tanaka; +Cc: 66275
Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@gnu.org> writes:
> given that visible-bell is a comparatively unused feature, this will
> not occupy a position high up my list of priorities.
What makes you say that? It seems highly popular from where I'm standing.
For example, see Bug#1305.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#66275: 30.0.50; The first line gets invisible when C-g on Android
2023-10-01 2:22 ` Stefan Kangas
@ 2023-10-01 2:55 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-01 5:31 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-10-01 2:55 UTC (permalink / raw)
To: Stefan Kangas; +Cc: Shingo Tanaka, 66275
Stefan Kangas <stefankangas@gmail.com> writes:
> What makes you say that? It seems highly popular from where I'm standing.
>
> For example, see Bug#1305.
I surmise from reading some of the follow-ups to Bug#1305 (and its
progeny) that it is popular for users to turn the keyboard bell _off_,
rather than for them to enable visible-bell.
But I've not found the time to examine that bug report in detail, so
should you disagree, please feel at liberty to provide a more thorough
recapitulation.
TIA.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#66275: 30.0.50; The first line gets invisible when C-g on Android
2023-10-01 2:22 ` Stefan Kangas
2023-10-01 2:55 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-10-01 5:31 ` Eli Zaretskii
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2023-10-01 5:31 UTC (permalink / raw)
To: Stefan Kangas; +Cc: luangruo, shingo.fg8, 66275
> Cc: 66275@debbugs.gnu.org
> From: Stefan Kangas <stefankangas@gmail.com>
> Date: Sat, 30 Sep 2023 19:22:59 -0700
>
> Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text
> editors" <bug-gnu-emacs@gnu.org> writes:
>
> > given that visible-bell is a comparatively unused feature, this will
> > not occupy a position high up my list of priorities.
>
> What makes you say that? It seems highly popular from where I'm standing.
>
> For example, see Bug#1305.
FWIW, I use visible-bell since the first day I started using Emacs.
On most of my machines, the speakers are turned off most of the time,
so the "normal" bell is useless for me.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-01 5:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30 8:05 bug#66275: 30.0.50; The first line gets invisible when C-g on Android Shingo Tanaka
2023-10-01 1:42 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-01 2:22 ` Stefan Kangas
2023-10-01 2:55 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-01 5:31 ` Eli Zaretskii
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).