Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

immerrr
Copy link
Owner

@immerrr immerrr commented Nov 4, 2019

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 immerrr force-pushed the send-region-in-chunks-if-necessary branch from 2b40c44 to f79e501 Compare November 4, 2019 08:44
@astoff
Copy link
Contributor

astoff commented Jul 29, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants