GNU bug report logs -
#57147
27.2; Problem with kill-new
Previous Next
Reported by: Ihor Radchenko <yantar92 <at> gmail.com>
Date: Fri, 12 Aug 2022 00:34:01 UTC
Severity: normal
Merged with 57148
Found in version 27.2
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
Full log
Message #34 received at 57147 <at> debbugs.gnu.org (full text, mbox):
Po Lu <luangruo <at> yahoo.com> writes:
>> Expected: "Constant string" is inserted
>> Observed: Selected region is inserted.
>
> This is intended behavior. Deactivating the mark will always assert
> ownership over the primary selection with the contents of the region.
>
> See the doc string of `deactivate-mark' for more details.
Can this behaviour be disabled then? It is clearly not the user intention
here when the user calls a function that is supposed to push some
filtered text to `kill-ring' right before deactivating the region.
I am thinking about workaround like
;; Prevent Emacs from adding full selected text to `kill-ring'
;; when `select-enable-primary' is non-nil.
(setq-local filter-buffer-substring-function
`(lambda (&rest _)
(setq-local filter-buffer-substring-function
',filter-buffer-substring-function)
nil))
which seems to work, but looks like a hack.
--
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92
This bug report was last modified 2 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.