emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/processes.texi


From: Jesper Harder
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Sun, 21 Nov 2004 14:48:26 -0500

Index: emacs/lispref/processes.texi
diff -c emacs/lispref/processes.texi:1.50 emacs/lispref/processes.texi:1.51
*** emacs/lispref/processes.texi:1.50   Sun Oct 24 13:25:21 2004
--- emacs/lispref/processes.texi        Sun Nov 21 19:39:59 2004
***************
*** 328,334 ****
  
  Some file handlers may not support all combinations and forms of the
  arguments @var{infile}, @var{buffer}, and @var{display}.  For example,
! some file handlers might behave as if @var{display} was nil,
  regardless of the value actually passed.  As another example, some
  file handlers might not support separating standard output and error
  output by way of the @var{buffer} argument.
--- 328,334 ----
  
  Some file handlers may not support all combinations and forms of the
  arguments @var{infile}, @var{buffer}, and @var{display}.  For example,
! some file handlers might behave as if @var{display} was @code{nil},
  regardless of the value actually passed.  As another example, some
  file handlers might not support separating standard output and error
  output by way of the @var{buffer} argument.
***************
*** 975,981 ****
  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 variable @var{process-adaptive-read-buffering} to a
! non-nil value (the default), as it will automatically delay reading
  from such processes, thus allowing them to produce more output before
  Emacs tries to read it.
  @end defvar
--- 975,981 ----
  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 variable @var{process-adaptive-read-buffering} to a
! address@hidden value (the default), as it will automatically delay reading
  from such processes, thus allowing them to produce more output before
  Emacs tries to read it.
  @end defvar
***************
*** 1316,1322 ****
  
  @c Emacs 21.4 feature
  If @var{process} is a process, and the argument @var{just-this-one} is
! non-nil, only output from that process is handled, suspending output
  from other processes until some output has been received from that
  process or the timeout expires.  If @var{just-this-one} is an integer,
  also inhibit running timers.  This feature is generally not
--- 1316,1322 ----
  
  @c Emacs 21.4 feature
  If @var{process} is a process, and the argument @var{just-this-one} is
! address@hidden, only output from that process is handled, suspending output
  from other processes until some output has been received from that
  process or the timeout expires.  If @var{just-this-one} is an integer,
  also inhibit running timers.  This feature is generally not




reply via email to

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