spudlyo / clipetty

Manipulate the system (clip)board with (e)macs from a (tty)
GNU General Public License v3.0
167 stars 13 forks source link

[BUG] Clipetty does not chain calls to the interprogram-cut-function #7

Closed spudlyo closed 4 years ago

spudlyo commented 4 years ago

Describe the bug When Clipetty takes over the interprogram-cut-function it does not chain to the previous function that existed there. This means that it is incompatible with other minor modes that may bind to that function.

To Reproduce

Expected behavior I expect bodycount-mode to still function, even though clipetty-cut is assigned to the interprogram-cut-function. Clipetty should chain to the old value of the interprogram-cut-function to ensure this happens.

spudlyo commented 4 years ago

This is fixed in 8430e1c01ae701fb85bb12703fe59a0f04fd0a6f.