1 Apr 2009 05:51
emacs/doc/lispref processes.texi
Chong Yidong <cyd <at> stupidchicken.com>
2009-04-01 03:51:14 GMT
2009-04-01 03:51:14 GMT
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 <at> <at> -1305,7 +1305,8 <at> <at> 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.(Continue reading)
RSS Feed