Mercurial > emacs
diff etc/NEWS @ 53473:e93d01ecd023
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 01 Jan 2004 23:44:00 +0000 |
| parents | c8eb797b2bb9 |
| children | da21878fbce2 |
line wrap: on
line diff
--- a/etc/NEWS Thu Jan 01 23:34:14 2004 +0000 +++ b/etc/NEWS Thu Jan 01 23:44:00 2004 +0000 @@ -1,5 +1,5 @@ GNU Emacs NEWS -- history of user-visible changes. 2003-05-21 -Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. See the end for copying conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. @@ -2523,6 +2523,17 @@ The new low-level functions process-plist and set-process-plist are used to access and replace the entire property list of a process. +??? +*** Adaptive read buffering of subprocess output. + +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 the new variable process-adaptive-read-buffering to a +non-nil value (the default), as it will automatically delay reading +from such processes, to allowing them to produce more output before +emacs tries to read it. + +++ ** Enhanced networking support.
