lua-mode icon indicating copy to clipboard operation
lua-mode copied to clipboard

Add lua-send-string-max-size and lua-send-region-chunked

Open immerrr opened this issue 5 years ago • 1 comments

This PR adds lua-send-string-max-size variable that limits the size of the data that's sent to subprocess in one go. It also introduces lua-send-region-chunked function that sends the code in chunks that don't exceed given size to sidestep the size limitation.

immerrr avatar Nov 04 '19 08:11 immerrr

FWIW, the variable comint-max-line-length, new in Emacs 28, seems related to this.

astoff avatar Jul 29 '22 14:07 astoff