-
Notifications
You must be signed in to change notification settings - Fork 15
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
Async command execution #53
Comments
I agree, this should very much be how Is it possible to interrupt process execution in this way in acme do you know? When I try running |
In acme, you can swipe "Kill ping". A buffer-specific keyword would probably be nicer. |
Ah cool thanks! From
https://github.com/9fans/plan9port/blob/61e362add9e1485bec1ab8261d729016850ec270/src/cmd/acme/exec.c#L1240 looks like its where this is handled inside of acme. I'm not sure I understand what you mean by a "buffer-specific keyword" here. Are you just meaning something less generic than "Kill"? |
Also note that in Acme when you run a command its name is added to the global tag so you can find it easily
|
Please describe the change / addition you'd like to see made
It would be very nice if
!
created the buffer immediately and started streaming the output to the buffer (e.g. for a longcargo build
run.)There should be a way to interrupt the process execution.
Is this a feature you have seen in other text editors?
Emacs: M-x shell-command cargo build &
Acme: Right-mouse-drag command to execute it
The text was updated successfully, but these errors were encountered: