GNU bug report logs - #29889
27.0.50; Slow visual selection

Previous Next

Package: emacs;

Reported by: Sujith <m.sujith <at> gmail.com>

Date: Fri, 29 Dec 2017 03:54:01 UTC

Severity: normal

Found in version 27.0.50

Full log


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

From: Po Lu <luangruo <at> yahoo.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 29889 <at> debbugs.gnu.org
Subject: Re: bug#29889: 27.0.50; Slow visual selection
Date: Sun, 22 May 2022 20:07:56 +0800
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> What's the equivalent of `C-f' in Firefox in this situation?  If you
> mean "adjusting the area with the mouse", then that's already covered by
> the definition of `only'.

Programmatically, via JavaScript:

  window.getSelection ().modify ("extend", "forward", "character");

or shift-selection.  The point is, whatever is displayed in the region
face must be sent to requestors asking for the primary selection.  We
should not invent distinctions between shift-selection, mouse dragging,
and cursor movement.




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

Previous Next


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