Mercurial > emacs
view lispref/book-spine.texinfo @ 71140:80310801887e
2006-06-01 Micha¸«³l Cadilhac <michael.cadilhac@lrde.org>
(deleted_pid_list): New variable to store the pids
of deleted processes. Declare it only if SIGCHLD is defined.
(init_process): Initialize it.
(syms_of_process): Staticpro it.
(Fdelete_process): Add pid of the deleted process to it. Check after
the addition and before the kill if the process is already stopped,
in which case it is deleted from the list and not killed.
(sigchld_handler): Define it only if SIGCHLD is. Search the process
that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
Original idea by Stefan Monnier.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 01 Jun 2006 14:08:25 +0000 |
parents | 7a1f1f26a00f |
children | fbb2bea03df9 |
line wrap: on
line source
\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename book-spine @settitle book-spine @c %**end of header @c need dot in text so first space command works! . @sp 7 @center @titlefont{GNU Emacs Lisp Reference Manual} @sp 5 @center GNU @center Emacs Version 22.1 @center for Unix Users @sp 5 @center by @center Bil Lewis, @center Dan LaLiberte, @center and the @center GNU Manual Group @sp 5 @center Free Software Foundation @bye @ignore arch-tag: 4466c7ca-e549-4119-948c-6eed34e1ff87 @end ignore