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

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

bug#29889: 27.0.50; Slow visual selection


From: Po Lu
Subject: bug#29889: 27.0.50; Slow visual selection
Date: Sun, 22 May 2022 20:07:56 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@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.




reply via email to

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