literate-calc-mode.el icon indicating copy to clipboard operation
literate-calc-mode.el copied to clipboard

Keybinding to copy a line's results

Open jwiegley opened this issue 1 year ago • 1 comments

When I don't have results being inserted into the buffer, is there any way to quickly copy the results shown for the current line onto the kill ring? I find myself often wanting to paste this value into calc to do further work on it, so even a literate-calc-result-to-calc would be pretty awesome...

Loving this mode! It has replaced my use of Soulver 3 now. :)

jwiegley avatar Aug 22 '24 17:08 jwiegley

Good idea. I've added pushing to the kill ring, which is pretty simple. To push into calc, I'd have to dig into that a bit to figure out how to properly insert a value.

sulami avatar Aug 23 '24 03:08 sulami