From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: ueno@gnu.org, emacs-devel@gnu.org
Subject: Re: Starting a subprocess in stopped state
Date: Sun, 07 May 2017 20:57:14 +0300 [thread overview]
Message-ID: <834lwweeit.fsf@gnu.org> (raw)
In-Reply-To: <b3858f03-1aa4-2756-4064-0d78f363fcce@cs.ucla.edu> (message from Paul Eggert on Sun, 7 May 2017 10:25:03 -0700)
> Cc: Daiki Ueno <ueno@gnu.org>
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Sun, 7 May 2017 10:25:03 -0700
>
> Eli Zaretskii wrote:
> > Is there a way to create a process on Unix and GNU systems, but
> > prevent it from running until it gets SIGCONT or something similar?
>
> Sure, the parent can fork and the child can send itself a SIGSTOP before doing
> the exec.
Thanks. I think we should do this when make-process was called with
':stop' non-nil.
next prev parent reply other threads:[~2017-05-07 17:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-02 19:04 Starting a subprocess in stopped state Eli Zaretskii
2017-05-05 7:29 ` Eli Zaretskii
2017-05-06 5:42 ` Thien-Thi Nguyen
2017-05-06 7:58 ` Eli Zaretskii
2017-05-07 12:24 ` Philipp Stephani
2017-05-07 17:16 ` Eli Zaretskii
2017-05-07 17:25 ` Paul Eggert
2017-05-07 17:57 ` Eli Zaretskii [this message]
2017-05-07 18:05 ` Andreas Schwab
2017-05-08 16:41 ` Davis Herring
2017-05-08 16:46 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=834lwweeit.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.org \
--cc=ueno@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.