emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref processes.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref processes.texi
Date: Sat, 10 Jan 2009 12:49:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/01/10 12:49:58

Modified files:
        doc/lispref    : processes.texi 

Log message:
        (Decoding Output): Document that null bytes force no-conversion for 
reading
        process output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/processes.texi?cvsroot=emacs&r1=1.17&r2=1.18

Patches:
Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- processes.texi      10 Jan 2009 12:33:47 -0000      1.17
+++ processes.texi      10 Jan 2009 12:49:58 -0000      1.18
@@ -1388,7 +1388,10 @@
 system to use (@pxref{Process Information}).  Otherwise, the coding
 system comes from @code{coding-system-for-read}, if that is
 address@hidden; or else from the defaulting mechanism (@pxref{Default
-Coding Systems}).
+Coding Systems}).  If the text output by a process contains null
+bytes, Emacs by default uses @code{no-conversion} for it; see
address@hidden and Coding Systems, inhibit-null-byte-detection}, for how to
+control this behavior.
 
   @strong{Warning:} Coding systems such as @code{undecided} which
 determine the coding system from the data do not work entirely




reply via email to

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