emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Thu, 28 Feb 2002 19:15:35 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.613 emacs/etc/NEWS:1.614
*** emacs/etc/NEWS:1.613        Tue Feb 26 11:51:30 2002
--- emacs/etc/NEWS      Thu Feb 28 19:15:34 2002
***************
*** 623,628 ****
--- 623,641 ----
  change group you start for any given buffer should be the last one
  finished.
  
+ ** You can now use non-blocking connect to open network streams.
+ 
+ The function open-network-stream has a new optional 7th argument.
+ If non-nil, that function will initiate a non-blocking connect and
+ return immediately before the connection is established.
+ 
+ It returns nil if the system does not support non-blocking connects;
+ the caller may then make a normal (blocking) open-network-stream.
+ 
+ The filter and sentinel functions can now be specified as arguments
+ to open-network-stream.  When the non-blocking connect completes, the
+ sentinel is called with the status matching "open" or "failed".
+ 
  ** New function substring-no-properties.
  
  +++



reply via email to

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