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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Tue, 17 Aug 2004 18:55:29 -0400

Index: emacs/lispref/processes.texi
diff -c emacs/lispref/processes.texi:1.47 emacs/lispref/processes.texi:1.48
*** emacs/lispref/processes.texi:1.47   Wed Jun 23 16:38:24 2004
--- emacs/lispref/processes.texi        Tue Aug 17 22:35:13 2004
***************
*** 1240,1246 ****
  explicitly permit output to arrive at a specific point, or even to wait
  until output arrives from a process.
  
! @defun accept-process-output &optional process seconds millisec
  This function allows Emacs to read pending output from processes.  The
  output is inserted in the associated buffers or given to their filter
  functions.  If @var{process} is address@hidden then this function does
--- 1240,1246 ----
  explicitly permit output to arrive at a specific point, or even to wait
  until output arrives from a process.
  
! @defun accept-process-output &optional process seconds millisec just-this-one
  This function allows Emacs to read pending output from processes.  The
  output is inserted in the associated buffers or given to their filter
  functions.  If @var{process} is address@hidden then this function does
***************
*** 1263,1268 ****
--- 1263,1277 ----
  of a second; on those that do not, you get an error if you specify
  nonzero @var{millisec}.
  
+ @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
+ recommended, but may be necessary for specific applications, such as
+ speech synthesis.
+ 
  The function @code{accept-process-output} returns address@hidden if it
  did get some output, or @code{nil} if the timeout expired before output
  arrived.
***************
*** 1664,1670 ****
  @end defun
  
  @node Datagrams
! @section Datagrams 
  @cindex datagrams
  
    A datagram connection communicates with individual packets rather
--- 1673,1679 ----
  @end defun
  
  @node Datagrams
! @section Datagrams
  @cindex datagrams
  
    A datagram connection communicates with individual packets rather
***************
*** 1951,1957 ****
  
  @example
  (featurep 'make-network-process '(@var{keyword} @var{value}))
! @end example 
  
  @noindent
  The result of the first form is @code{t} if it works to specify
--- 1960,1966 ----
  
  @example
  (featurep 'make-network-process '(@var{keyword} @var{value}))
! @end example
  
  @noindent
  The result of the first form is @code{t} if it works to specify
***************
*** 1977,1983 ****
  
  @example
  (featurep 'make-network-process '@var{keyword})
! @end example 
  
  Here are some of the option @var{keyword}s you can test in
  this way.
--- 1986,1992 ----
  
  @example
  (featurep 'make-network-process '@var{keyword})
! @end example
  
  Here are some of the option @var{keyword}s you can test in
  this way.




reply via email to

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