From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: tcp.el is obsolete Date: Fri, 03 May 2002 22:17:29 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200205010713.g417DDa07215@aztec.santafe.edu> <200205040337.g443bCE01069@aztec.santafe.edu> Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1020485901 21754 127.0.0.1 (4 May 2002 04:18:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 4 May 2002 04:18:21 +0000 (UTC) Cc: d.love@dl.ac.uk, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 173r00-0005el-00 for ; Sat, 04 May 2002 06:18:20 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 173r61-0004rP-00 for ; Sat, 04 May 2002 06:24:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 173qzq-00053z-00; Sat, 04 May 2002 00:18:10 -0400 Original-Received: from h24-71-223-10.cg.shawcable.net ([24.71.223.10] helo=pd2mo3so.prod.shaw.ca) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 173qzD-00050V-00; Sat, 04 May 2002 00:17:31 -0400 Original-Received: from pd4mr1so.prod.shaw.ca (pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GVK00LA1JX55W@l-daemon>; Fri, 03 May 2002 22:17:29 -0600 (MDT) Original-Received: from pn2ml7so.prod.shaw.ca (pn2ml7so-qfe0.prod.shaw.ca [10.0.121.151]) by l-daemon (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GVK000KOJX63W@l-daemon>; Fri, 03 May 2002 22:17:30 -0600 (MDT) Original-Received: from localhost.shawmail ([24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GVK00K41JX5HB@l-daemon>; Fri, 03 May 2002 22:17:30 -0600 (MDT) In-Reply-To: <200205040337.g443bCE01069@aztec.santafe.edu> Original-To: rms@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3567 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3567 > > Can anyone confirm that the built-in open-network-stream is > > supported on all platforms now? > > It isn't on Mac, but that doesn't have asynchronous processes > for the code to use. > > You could be saying that tcp.el is useless on the Mac, but I am not > sure. Could you clarify the statement? Can anyone tell us for > certain whether tcp.el is of use on the Mac? Mac OS X has built-in open-network-stream support. So tcp.el is not used there. Mac OS 8 or 9 has neither built-in open-network-stream nor start-process support. So the definition of open-network-stream in tcp.el *cannot* be use there.