Daiki Ueno
f55ea05bdf
Add facility to collect stderr of async subprocess
...
* src/w32.h (register_aux_fd): New function declaration.
* src/w32.c (register_aux_fd): New function.
* src/process.h (struct Lisp_Process): New member stderrproc.
* src/process.c (PIPECONN_P): New macro.
(PIPECONN1_P): New macro.
(Fdelete_process, Fprocess_status, Fset_process_buffer)
(Fset_process_filter, Fset_process_sentinel, Fstop_process)
(Fcontinue_process): Handle pipe process specially.
(create_process): Respect p->stderrproc.
(Fmake_pipe_process): New function.
(Fmake_process): Add new keyword argument :stderr.
(wait_reading_process_output): Specially handle a pipe process when
it gets an EOF.
(syms_of_process): Register Qpipe and Smake_pipe_process.
* doc/lispref/processes.texi (Asynchronous Processes): Document
`make-pipe-process' and `:stderr' keyword of `make-process'.
* lisp/subr.el (start-process): Suggest to use `make-process' handle
standard error separately.
* test/automated/process-tests.el (process-test-stderr-buffer)
(process-test-stderr-filter): New tests.
* etc/NEWS: Mention new process type `pipe' and its usage with the
`:stderr' keyword of `make-process'.
2015-04-11 07:59:27 +09:00
..
2015-04-09 19:03:19 -05:00
2015-04-07 00:00:55 -07:00
2015-04-10 00:17:19 -04:00
2015-04-10 01:50:22 -04:00
2015-03-16 14:49:01 -04:00
2015-04-07 00:00:06 -07:00
2015-04-08 22:31:51 -04:00
2015-04-10 00:11:04 -04:00
2015-03-25 13:45:34 -04:00
2015-01-01 14:26:41 -08:00
2015-03-19 06:45:58 +05:30
2015-04-10 01:50:22 -04:00
2015-04-07 00:00:06 -07:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-04-07 00:00:55 -07:00
2015-04-07 00:00:06 -07:00
2015-04-10 01:50:22 -04:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-04-09 21:01:02 +02:00
2015-04-07 00:00:06 -07:00
2015-04-10 03:54:55 +03:00
2015-04-10 02:47:44 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-04 19:39:24 +03:00
2015-01-01 14:26:41 -08:00
2015-03-06 23:42:10 -05:00
2015-02-22 22:00:26 -08:00
2015-04-09 11:07:15 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-20 20:15:20 +02:00
2015-01-25 22:42:01 -05:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-05 23:43:22 -07:00
2015-04-07 00:00:06 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-09 11:01:04 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-19 09:50:41 +00:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-15 20:52:08 -08:00
2015-01-01 14:26:41 -08:00
2015-01-30 17:35:51 +01:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-05 11:02:10 -05:00
2015-01-20 15:03:20 +01:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-08 18:48:35 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-06 07:44:02 -02:00
2015-02-22 13:09:54 +01:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-03-28 15:16:13 +00:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-24 16:32:08 +09:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-26 18:09:48 +00:00
2015-02-26 18:09:48 +00:00
2015-04-08 03:18:38 +03:00
2015-02-23 23:50:44 -08:00
2015-01-13 15:58:50 +01:00
2015-01-01 14:26:41 -08:00
2015-04-07 14:56:54 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-30 21:33:20 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-03 14:41:30 -08:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-09 09:04:47 -05:00
2015-01-01 14:26:41 -08:00
2015-02-18 16:36:22 -02:00
2015-02-05 15:29:49 -02:00
2015-01-01 14:26:41 -08:00
2015-01-20 15:04:15 +01:00
2015-01-01 14:26:41 -08:00
2015-02-24 14:03:54 -05:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-05 23:43:22 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-03-16 14:49:01 -04:00
2015-01-20 15:04:15 +01:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-06 07:43:50 -02:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-13 11:07:18 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-27 11:39:27 -02:00
2015-03-16 14:49:01 -04:00
2015-04-05 14:40:57 +00:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-25 21:54:29 +02:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-01 06:21:35 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-27 22:41:31 -05:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-23 10:10:24 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-22 19:29:57 +00:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-05 11:34:06 -05:00
2015-01-01 14:26:41 -08:00
2015-04-07 10:13:48 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-24 21:04:00 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-08 20:24:36 -02:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-08 16:08:40 +01:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-04-03 13:57:42 +02:00
2015-01-01 14:26:41 -08:00
2015-01-16 05:43:39 +03:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-02 07:22:18 -05:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-18 16:36:24 -02:00
2015-02-18 16:36:24 -02:00
2015-01-01 14:26:41 -08:00
2015-03-16 14:49:01 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-02-27 12:43:30 +02:00
2015-04-10 01:50:22 -04:00
2015-01-01 14:26:41 -08:00
2015-01-06 16:32:09 -05:00
2015-03-23 10:30:33 -07:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-14 14:53:33 -07:00
2015-01-01 14:26:41 -08:00
2015-04-11 07:59:27 +09:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-27 21:56:57 +00:00
2015-01-01 14:26:41 -08:00
2015-04-09 11:01:04 -04:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-17 23:19:15 +01:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-17 20:29:55 +02:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-01-01 14:26:41 -08:00
2015-03-14 16:32:04 -07:00
2015-02-18 16:36:22 -02:00
2015-03-25 18:19:52 -07:00
2015-02-18 16:36:22 -02:00
2015-01-01 14:26:41 -08:00
2015-03-24 23:26:48 -07:00
2015-01-01 14:26:41 -08:00
2015-03-25 18:19:52 -07:00