[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63872: [PATCH] `mouse-drag-and-drop-region' sometimes couldn't cut
From: |
Po Lu |
Subject: |
bug#63872: [PATCH] `mouse-drag-and-drop-region' sometimes couldn't cut |
Date: |
Sun, 04 Jun 2023 16:48:00 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Shynur Xie <one.last.kiss@outlook.com> writes:
>> From: Po Lu
>> Date: Sun, 04 Jun 2023 08:31:31 +0800
>> To: Shynur
>>
>>> When I use mouse to drag and drop a selected region, the region is
>>> not cut and pasted; it is copied and pasted instead.
>>
>> With transient-mark-mode on or off?
>
> On, by default. I used `-Q` to launch Emacs.
Right. Have you looked at the option
`mouse-drag-and-drop-region-cut-when-buffers-differ'? I believe you're
experiencing intentional behavior: by default, text is copied when the
buffer which receives the drop is different from its source.