[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Starting a subprocess in stopped state
From: |
Eli Zaretskii |
Subject: |
Re: Starting a subprocess in stopped state |
Date: |
Fri, 05 May 2017 10:29:52 +0300 |
> Date: Tue, 02 May 2017 22:04:27 +0300
> From: Eli Zaretskii <address@hidden>
>
> My reading of process.c seems to indicate that the :stop attribute of
> make-process only has effect on network or serial or pipe process
> types; a process running a program cannot use that attribute, and can
> only be stopped by explicitly calling stop-process. Is this correct,
> or did I miss something? This is not explicitly documented.
>
> What I see in the code is that when make-process is called with the
> :stop attribute non-nil, the file descriptor to be used for reading
> the process output is not added to the list of descriptors watched by
> pselect. But that doesn't really suspend the process like SIGTSTP
> would, right? And I see no other code that specifically handles the
> :stop attribute. Am I missing something?
Ping! Can someone please confirm or refute my observations above?
Daiki?
- Starting a subprocess in stopped state, Eli Zaretskii, 2017/05/02
- Re: Starting a subprocess in stopped state,
Eli Zaretskii <=
- Re: Starting a subprocess in stopped state, Thien-Thi Nguyen, 2017/05/06
- Re: Starting a subprocess in stopped state, Eli Zaretskii, 2017/05/06
- Re: Starting a subprocess in stopped state, Philipp Stephani, 2017/05/07
- Re: Starting a subprocess in stopped state, Eli Zaretskii, 2017/05/07
- Re: Starting a subprocess in stopped state, Paul Eggert, 2017/05/07
- Re: Starting a subprocess in stopped state, Eli Zaretskii, 2017/05/07
- Re: Starting a subprocess in stopped state, Andreas Schwab, 2017/05/07
- Re: Starting a subprocess in stopped state, Davis Herring, 2017/05/08
- Re: Starting a subprocess in stopped state, Eli Zaretskii, 2017/05/08