emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v
Date: Tue, 25 Mar 2008 17:50:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/25 17:50:07

Index: doc/lispref/processes.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- doc/lispref/processes.texi  8 Jan 2008 20:45:47 -0000       1.4
+++ doc/lispref/processes.texi  25 Mar 2008 17:50:06 -0000      1.5
@@ -1297,29 +1297,16 @@
 code conversion and the end of line conversion---that is, one like
 @code{latin-1-unix}, rather than @code{undecided} or @code{latin-1}.
 
address@hidden Let's keep the index entries that were there for
address@hidden set-process-filter-multibyte and process-filter-multibyte-p,
 @cindex filter multibyte flag, of process
 @cindex process filter multibyte flag
   When Emacs calls a process filter function, it provides the process
 output as a multibyte string or as a unibyte string according to the
-process's filter multibyte flag.  If the flag is address@hidden, Emacs
-decodes the output according to the process output coding system to
-produce a multibyte string, and passes that to the process.  If the
-flag is @code{nil}, Emacs puts the output into a unibyte string, with
-no decoding, and passes that.
-
-  When you create a process, the filter multibyte flag takes its
-initial value from @code{default-enable-multibyte-characters}.  If you
-want to change the flag later on, use
address@hidden
-
address@hidden set-process-filter-multibyte process multibyte
-This function sets the filter multibyte flag of @var{process}
-to @var{multibyte}.
address@hidden defun
-
address@hidden process-filter-multibyte-p process
-This function returns the filter multibyte flag of @var{process}.
address@hidden defun
+process's filter coding system.  Emacs
+decodes the output according to the process output coding system,
+which usually produces a multibyte string, except for coding systems
+such as @code{binary} and @code{raw-text}
 
 @node Accepting Output
 @subsection Accepting Output from Processes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]