unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Spawning autonomous shell commands
@ 2012-09-27 21:00 Hilary
  2012-09-28  7:06 ` Eli Zaretskii
       [not found] ` <mailman.9895.1348816018.855.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Hilary @ 2012-09-27 21:00 UTC (permalink / raw)
  To: help-gnu-emacs

This may be partly a windoze question. I use this on a windoze box:

(defun espeak-region ()
   "Send the region to espeak"
   (interactive)
   (shell-command-on-region (region-beginning) (region-end) "espeak -v 
mb-en1 -p 50 -s 150 --stdin ")
   )

It works, but it locks up emacs until espeak has finished reading the 
text. Is there a way of spawning espeak as an autonomous process which 
can finish in its own time?

-- 
Hilary S


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-28 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 21:00 Spawning autonomous shell commands Hilary
2012-09-28  7:06 ` Eli Zaretskii
     [not found] ` <mailman.9895.1348816018.855.help-gnu-emacs@gnu.org>
2012-09-28 17:49   ` Hilary
2012-09-28 19:17     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).