unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41168: Add variable to limit save-interprogram-paste-before-kill by size
@ 2020-05-10  8:56 ndame via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-05-10 14:04 ` Eli Zaretskii
  2021-06-13 12:04 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: ndame via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-05-10  8:56 UTC (permalink / raw)
  To: 41168

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

I like to set save-interprogram-paste-before-kill to t, so emacs does not clobber clipboard data without saving it.

However, sometimes I have large data on the clipboard which I don't want to end up in emacs as the manual also warns:

Optionally, you can change
‘save-interprogram-paste-before-kill’ to ‘t’.  Then Emacs will first
save the clipboard to its kill ring, preventing you from losing the old
clipboard data—at the risk of high memory consumption if that data turns
out to be large.

How about a variable which allows the user to limit the size of data saved on the kill ring? Data larger than the limit is not copied.

save-interprogram-paste-before-kill  itself could specify this limit. If it's not t but a number then it's the limit as number of bytes or maybe kilobytes, because I imagine the user sets such a limit to at least a few hundred kilobytes or higher.

[-- Attachment #2: Type: text/html, Size: 1081 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#41168: Add variable to limit save-interprogram-paste-before-kill by size
  2020-05-10  8:56 bug#41168: Add variable to limit save-interprogram-paste-before-kill by size ndame via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-05-10 14:04 ` Eli Zaretskii
  2021-06-13 12:04 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2020-05-10 14:04 UTC (permalink / raw)
  To: ndame, ndame; +Cc: 41168

> Date: Sun, 10 May 2020 08:56:40 +0000
> From: ndame via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> How about a variable which allows the user to limit the size of data saved on the kill ring? Data larger than
> the limit is not copied.
> 
> save-interprogram-paste-before-kill  itself could specify this limit. If it's not t but a number then it's the limit as
> number of bytes or maybe kilobytes, because I imagine the user sets such a limit to at least a few hundred
> kilobytes or higher.

Sounds like a good idea.  Would you like to propose a patch along
these lines?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#41168: Add variable to limit save-interprogram-paste-before-kill by size
  2020-05-10  8:56 bug#41168: Add variable to limit save-interprogram-paste-before-kill by size ndame via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-05-10 14:04 ` Eli Zaretskii
@ 2021-06-13 12:04 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-13 12:04 UTC (permalink / raw)
  To: ndame; +Cc: 41168

ndame <ndame@protonmail.com> writes:

> How about a variable which allows the user to limit the size of data saved on the kill
> ring? Data larger than the limit is not copied.
>
> save-interprogram-paste-before-kill  itself could specify this limit. If it's not t but a
> number then it's the limit as number of bytes or maybe kilobytes, because I imagine
> the user sets such a limit to at least a few hundred kilobytes or higher.

This is now implemented in Emacs 28.  (And the limit is in characters.)

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-13 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10  8:56 bug#41168: Add variable to limit save-interprogram-paste-before-kill by size ndame via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-05-10 14:04 ` Eli Zaretskii
2021-06-13 12:04 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).