Next: , Previous: , Up: Creating Synchronous Subprocesses   [Index]


I.1.2.4 call-shell-region

Function: call-shell-region start end command &optional delete destination

This function sends the text from START to END as standard input to an inferior shell running COMMAND. This function is similar than call-process-region, with process being a shell.

The arguments DELETE, DESTINATION and the return value are like in call-process-region.