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: Fri, 20 May 2022 21:27:54 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> What if the buffer is killed?

Then the selection is disowned, which means other programs will no
longer ask the buffer's program for the contents of the selection.

> Anyway, if other applications behave like that, why cannot Emacs do
> the same?

That would be setting the selection to a cons of two buffer positions.

We could also only do that upon the region reaching a given size, to
avoid disturbing people who rely on the current behavior.




reply via email to

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