9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.61k stars 319 forks source link

acme: win: Button 2 fails to send more than 256 characters from the tag line #580

Closed mye closed 1 year ago

mye commented 1 year ago

For example in a win ivy tag line middle click this number:

99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999

It's sent to ivy but any more digit and it won't reach ivy. I works with selecting and Send execute.

mye commented 1 year ago

Send sends the snarf buffer, not the selection in the tag as I mistakenly believed. Now I understand how to use acme with REPLs, i.e. you populate windows with pieces of code, select, snarf and send into the process of your choice.