-
Notifications
You must be signed in to change notification settings - Fork 180
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
Support running interactive programs #544
Conversation
@isvilen Looks good to me apart from minor comment. But for this to be merged, this would need two more updates:
|
6b62ad0
to
c9ca017
Compare
I've updated the README file, but I can find any existing tests for |
We have some tests for it in rustic mode for cargo-run etc: https://github.com/emacs-rustic/rustic/blob/17a79c659b0eb304e35705facb114caf61eae2e9/test/rustic-cargo-test.el#L6 Can you see if you can adapt it from there ? It's okay if it's a separate file. |
@psibi Added tests for |
@isvilen Thanks, it works and I tested it locally too with a few different program. Although I was not successful with the Probably I'm missing something since I mostly use |
I just set Line 47 in 947ebf9
|
Thank you! |
If universal argument is set before invoking
rust-run
(C-u C-c C-c C-r)
the output buffer will be inComint
mode withcompilation-shell-minor-mode
and user input can be processed.