York Zhao
unread,Jun 16, 2012, 12:30:35 AM6/16/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to help-gn...@gnu.org
Hi there,
`start-process' is the asynchronous version of `call-process', and there is a
function `call-process-region' to send text in a region to a synchronous
process. However I was not able to find the asynchronous version of this
function that sends text in a region to an asynchronous process. Does such a
function exist in Emacs? If not, how do I send the text in a region to an
asynchronous process?
Thanks,
York