From e4984112de3d3178f4de25fae2fca4c42510cbd1 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 1 Mar 2002 00:00:21 +0000 Subject: [PATCH] (Fprocess_status): Document connect and failed return values. --- src/ChangeLog | 3 ++- src/process.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 53709a496c5..1f04069c06a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * process.c (Qconnect, Qfailed): New variables. (syms_of_process): Intern and staticpro them. + (Fprocess_status): Document connect and failed return values. [NON_BLOCKING_CONNECT]: New conditional. (connect_wait_mask, num_pending_connects): New variables. (status_message): Convert Qfailed status. @@ -12,7 +13,7 @@ (wait_reading_process_input): Poll for status of non-blocking connects. Exec sentinel directly when connect succeeds. (status_notify): Don't read process output if not yet connected. - + 2002-02-28 Kim F. Storm * window.c: (minibuf_selected_window): Renamed from diff --git a/src/process.c b/src/process.c index 6f6f681f041..21845b98b41 100644 --- a/src/process.c +++ b/src/process.c @@ -636,6 +636,8 @@ exit -- for a process that has exited. signal -- for a process that has got a fatal signal. open -- for a network stream connection that is open. closed -- for a network stream connection that is closed. +connect -- when waiting for a non-blocking connection to complete. +failed -- when a non-blocking connection has failed. nil -- if arg is a process name and no such process exists. PROCESS may be a process, a buffer, the name of a process, or nil, indicating the current buffer's process. */) -- 2.39.5