comparison lispref/processes.texi @ 53292:5408fe43d709

(Process Information): Add anchor.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 25 Dec 2003 03:38:35 +0000
parents 1a5c50faf357
children 8cc16a7bf4ce
comparison
equal deleted inserted replaced
53291:04d2bf306bd2 53292:5408fe43d709
674 its communication with Emacs---or @code{nil} if it is using pipes 674 its communication with Emacs---or @code{nil} if it is using pipes
675 instead of a terminal (see @code{process-connection-type} in 675 instead of a terminal (see @code{process-connection-type} in
676 @ref{Asynchronous Processes}). 676 @ref{Asynchronous Processes}).
677 @end defun 677 @end defun
678 678
679 @anchor{Coding systems for a subprocess}
679 @defun process-coding-system process 680 @defun process-coding-system process
680 This function returns a cons cell describing the coding systems in use 681 This function returns a cons cell describing the coding systems in use
681 for decoding output from @var{process} and for encoding input to 682 for decoding output from @var{process} and for encoding input to
682 @var{process} (@pxref{Coding Systems}). The value has this form: 683 @var{process} (@pxref{Coding Systems}). The value has this form:
683 684