From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Helmut Eller Newsgroups: gmane.emacs.devel Subject: Re: New patch for server sockets and datagram (UDP) support. Date: Fri, 8 Mar 2002 12:16:41 +0100 Message-ID: <200203081116.MAA22136@xaital.online-marketwatch.com> References: <5xwux64cxe.fsf@kfs2.cua.dk> <5xg03pyyo3.fsf@kfs2.cua.dk> <5xadtvuodz.fsf@kfs2.cua.dk> <200202280408.g1S48QG19264@aztec.santafe.edu> <5xvgchkui4.fsf@kfs2.cua.dk> <200203012123.g21LNvS20494@aztec.santafe.edu> <5xofi1p7cz.fsf_-_@kfs2.cua.dk> <5xg03cprxi.fsf@kfs2.cua.dk> <200203071518.QAA17238@xaital.online-marketwatch.com> <5xvgc8nyw0.fsf@kfs2.cua.dk> <200203071732.SAA17748@xaital.online-marketwatch.com> <5x4rjsylom.fsf@kfs2.cua.dk> <200203080738.IAA21409@xaital.online-marketwatch.com> <5xpu2fbewb.fsf@kfs2.cua.dk> Reply-To: Helmut Eller NNTP-Posting-Host: quimby.gnus.org X-Trace: quimby.gnus.org 1015586321 8256 80.91.224.244 (8 Mar 2002 11:18:41 GMT) X-Complaints-To: usenet@quimby.gnus.org NNTP-Posting-Date: 8 Mar 2002 11:18:41 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16jIOX-000294-00 for ; Fri, 08 Mar 2002 12:18:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16jINy-0004RC-00; Fri, 08 Mar 2002 06:18:06 -0500 Original-Received: from 212186011228.11.tuwien.teleweb.at ([212.186.11.228] helo=xaital.online-marketwatch.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16jIMe-0004N0-00 for ; Fri, 08 Mar 2002 06:16:44 -0500 Original-Received: (from helmut@localhost) by xaital.online-marketwatch.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id MAA22136; Fri, 8 Mar 2002 12:16:41 +0100 X-Authentication-Warning: xaital.online-marketwatch.com: helmut set sender to e9626484@stud3.tuwien.ac.at using -f Original-To: storm@cua.dk In-reply-to: <5xpu2fbewb.fsf@kfs2.cua.dk> (storm@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1803 storm@cua.dk (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. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel