[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/process.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/process.c |
Date: |
Fri, 10 Jun 2005 10:19:26 -0400 |
Index: emacs/src/process.c
diff -c emacs/src/process.c:1.457 emacs/src/process.c:1.458
*** emacs/src/process.c:1.457 Wed Jun 8 22:33:36 2005
--- emacs/src/process.c Fri Jun 10 14:19:26 2005
***************
*** 6824,6830 ****
doc: /* If non-nil, improve receive buffering by delaying after
short reads.
On some systems, when Emacs reads the output from a subprocess, the output
data
is read in very small blocks, potentially resulting in very poor performance.
! This behaviour can be remedied to some extent by setting this variable to a
non-nil value, as it will automatically delay reading from such processes, to
allowing them to produce more output before Emacs tries to read it.
If the value is t, the delay is reset after each write to the process; any
other
--- 6824,6830 ----
doc: /* If non-nil, improve receive buffering by delaying after
short reads.
On some systems, when Emacs reads the output from a subprocess, the output
data
is read in very small blocks, potentially resulting in very poor performance.
! This behavior can be remedied to some extent by setting this variable to a
non-nil value, as it will automatically delay reading from such processes, to
allowing them to produce more output before Emacs tries to read it.
If the value is t, the delay is reset after each write to the process; any
other