Skip to content
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

1023 character limit for a single line in commint-mode #11

Open
tom111 opened this issue Nov 14, 2018 · 7 comments
Open

1023 character limit for a single line in commint-mode #11

tom111 opened this issue Nov 14, 2018 · 7 comments
Assignees

Comments

@tom111
Copy link

tom111 commented Nov 14, 2018

This was discussed
https://groups.google.com/forum/#!msg/macaulay2/bdvO1fKyZWk/KjAYTiXOpBEJ;context-place=forum/macaulay2

Observations

It's 2018. Let's try to fix this.

@tom111 tom111 self-assigned this Nov 14, 2018
@DanGrayson
Copy link
Member

This might be relevant: https://unix.stackexchange.com/a/131221/236484

I tried "stty cbreak" and it worked as described there.

@tom111
Copy link
Author

tom111 commented Nov 17, 2018

So shall we modify commint-mode so that it does not use "canonical input mode"?

@DanGrayson
Copy link
Member

No, for then C-d will stop working to indicate EOF.

@tom111
Copy link
Author

tom111 commented Nov 17, 2018

Shouldn't emacs be able to do all the things that canonical input mode does? If I delete a character in M2-mode, is it deleted by emacs or by the shell in its internal buffer?
I'll have to read up on what the emacs mode actually does...

@DanGrayson
Copy link
Member

I'm not sure what your question is about -- character deletion in an emacs buffer is handled by emacs.

@mikestillman
Copy link
Member

What is the status of this? I too find it annoying that I cannot use f11 to send a long line to M2...!

@tom111
Copy link
Author

tom111 commented May 7, 2019

I don’t know how to solve this. Other projects have this problem too, but no solution had emerged when I looked into it last year.

@mahrud mahrud transferred this issue from Macaulay2/M2 Jan 1, 2021
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

No branches or pull requests

3 participants