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: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref processes.texi
Date: Wed, 01 Apr 2009 03:51:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/04/01 03:51:14

Modified files:
        doc/lispref    : processes.texi 

Log message:
        (Filter Functions): Suggest how to handle output batches.

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

Patches:
Index: processes.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- processes.texi      23 Feb 2009 05:06:42 -0000      1.19
+++ processes.texi      1 Apr 2009 03:51:14 -0000       1.20
@@ -1305,7 +1305,8 @@
 200 characters one time, and five batches of 40 characters the next.  If
 the filter looks for certain text strings in the subprocess output, make
 sure to handle the case where one of these strings is split across two
-or more batches of output.
+or more batches of output; one way to do this is to insert the
+received text into a temporary buffer, which can then be searched.
 
 @defun set-process-filter process filter
 This function gives @var{process} the filter function @var{filter}.  If




reply via email to

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