Re: master e4df903f6b5 2/2: ; Fix last change
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> The "shell-command" and "shell-command-on-region" functions make > assumptions about automatically displaying outputs, to support the > interactive case. I've used "letf" to work around those assumptions for > local tools, where I invoke and capture commands in bulk (such as > running "curl"-mediated API calls over and over again). I suspect your code might be better served by `call-process(-region)`. === Stefan