emacs-devel
[Top][All Lists]
Advanced

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

Re: New patch for server sockets and datagram (UDP) support.


From: Helmut Eller
Subject: Re: New patch for server sockets and datagram (UDP) support.
Date: Fri, 8 Mar 2002 12:16:41 +0100

address@hidden (Kim F. Storm) writes:

> It simply tests whether using KEY VALUE as arguments to make-network-stream
> is supported, e.g. :datagram t, :nowait t, :family 'local.

I would prefer the approach with featurep, e.g. (featurep
'datagram-sockets), (featurep 'unix-sockets).  It's not so clear how
the VALUE argument should be compared (eq, or equal, etc).  The user
would have to know how to test for a specific feature anyway.



reply via email to

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