emacs-devel
[Top][All Lists]
Advanced

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

Re: select-active-regions, Emacs not X


From: Chong Yidong
Subject: Re: select-active-regions, Emacs not X
Date: Mon, 30 Aug 2010 10:18:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Andreas Röhler <address@hidden> writes:

> IMHO copying everything once got highlighted,  it just the delire :-)
>
> Can't move the cursor without clobbering previous saves.
>
> Emacs is unusable that way.

During cursor motion, only the primary selection is overwritten, and
only if the region is active and transient mark mode is on.  This does
not affect yanking, since that now uses only the clipboard and the
kill-ring.

The convention on X is that the primary selection is transitory; any
mouse drag or shift selection in any X program changes the primary
selection.  For Emacs to overwrite it when the region is active is not
merely reasonable, it is exactly what other applications do.

All in all, your description of the problem is far too vague.  It is
possible that you have some peculiar customizations that lead to the
unusable behavior you complain about, but it is impossible to know
without a more accurate description.



reply via email to

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