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, 21 Mar 2002 07:41:49 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.632 emacs/etc/NEWS:1.633
*** emacs/etc/NEWS:1.632        Thu Mar 21 02:12:53 2002
--- emacs/etc/NEWS      Thu Mar 21 07:41:49 2002
***************
*** 692,701 ****
  create a stream or datagram server inside emacs.
  
  - A server is started using :server t arg.
! - Datagram connection is selected using :datagram t arg.
  - A server can open on a random port using :service t arg.
  - Local sockets are supported using :family 'local arg.
  - Non-blocking connect is supported using :nowait t arg.
  
  *** Original open-network-stream is now emulated using make-network-process.
  
--- 692,704 ----
  create a stream or datagram server inside emacs.
  
  - A server is started using :server t arg.
! - Datagram connection is selected using :type 'datagram arg.
  - A server can open on a random port using :service t arg.
  - Local sockets are supported using :family 'local arg.
  - Non-blocking connect is supported using :nowait t arg.
+ 
+ To test for the availability of a given feature, use featurep like this:
+   (featurep 'make-network-process '(:type datagram))
  
  *** Original open-network-stream is now emulated using make-network-process.
  



reply via email to

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