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

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

bug#47881: 28.0.50; `ediff-merge-files' copies diff hunks into clipboard


From: Lars Ingebrigtsen
Subject: bug#47881: 28.0.50; `ediff-merge-files' copies diff hunks into clipboard
Date: Mon, 03 May 2021 12:23:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Philipp Stephani <p.stephani2@gmail.com> writes:

> It looks like the problem is that ediff-copy-diff calls kill-region.

Yup.  I wondered first whether it did so on purpose, as far as I can
see, the things it puts on the kill ring aren't useful?  So I've just
changed it to delete-region instead.  If people are depending on that
value being in the kill ring, the patch should be reverted, and a
comment should be added to say what the point of the kill-region is.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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