GNU bug report logs - #58176
29.0.50; mouse-set-point region flicker with highlight-nonselected-windows=t and same buffer in two windows

Previous Next

Package: emacs;

Reported by: miha <at> kamnitnik.top

Date: Thu, 29 Sep 2022 17:25:01 UTC

Severity: normal

Found in version 29.0.50

Full log


Message #17 received at 58176 <at> debbugs.gnu.org (full text, mbox):

From: <miha <at> kamnitnik.top>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 58176 <at> debbugs.gnu.org
Subject: Re: bug#58176: 29.0.50; mouse-set-point region flicker with
 highlight-nonselected-windows=t and same buffer in two windows
Date: Fri, 30 Sep 2022 23:15:31 +0200
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: <miha <at> kamnitnik.top>
>> Cc: 58176 <at> debbugs.gnu.org
>> Date: Thu, 29 Sep 2022 23:09:37 +0200
>> 
>> Well, maybe we could try a bit harder to reduce the flicker for ordinary
>> non-dragging mouse-1 clicks. One idea could be to prevent down-mouse-1
>> from activating mark until the region becomes non-zero length, so
>> something like this patch.
>
> Thanks, but this is exactly the opposite of the behavior we want.  We
> currently make a significant effort to show regions of zero length.

(I'm assuming that by "show regions of zero length", you mean that the
"Copy text" toolbar icon is enabled.)

I hope I'm not arguing semantics too much, but my patch doesn't actually
hide an (active) region of zero length, it prevents one from being
activated.

It only prevents it in the specific case of a non-dragging mouse-1
click, which makes quite a lot sense to me. The current behaviour of a
non-dragging mouse-1 click is that the zero-length region is only active
for the duration of the mouse button being held down. Once the button is
released, the zero-length region is deactivated, which makes it not very
useful, as far as I can see. For example, pressing M-w or C-w during the
mouse button being held down doesn't seem to work on the correct
zero-length region and you can't click on the "Copy text" toolbar icon
(maybe you could in a multi-pointer setup, but that's a pretty bizarre
use-case).

If you want to create a zero-length region that stays active after
releasing mouse-1, you have to drag the mouse a little first to make the
region length non-zero and then drag the mouse back to the starting
position to make the region length zero again. This use case is still
supported by my patch.

(Perhaps I missed some use-cases of a zero-length region active during a
non-dragging mouse-1 button hold. If you know any, please let me know
about them.)

This, together with the fact that it reduces the "flicker" from the
original message, makes me insist on the patch.

Best regards.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.