From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: server-start under Windows - revisited Date: Sun, 10 Nov 2002 13:07:40 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <002801c28799$41cfaaf0$6501a8c0@GODDESS> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037200721 18182 80.91.224.249 (13 Nov 2002 15:18:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:18:41 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BzD3-0004B6-00 for ; Wed, 13 Nov 2002 16:13:41 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOz-00066k-01 for ; Wed, 13 Nov 2002 16:26:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Awjs-0004ZD-00; Sun, 10 Nov 2002 13:23:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18AwUq-0006uR-00 for emacs-devel@gnu.org; Sun, 10 Nov 2002 13:07:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18AwUn-0006na-00 for emacs-devel@gnu.org; Sun, 10 Nov 2002 13:07:43 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18AwUm-0006n3-00 for emacs-devel@gnu.org; Sun, 10 Nov 2002 13:07:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18AwUm-0008L7-00; Sun, 10 Nov 2002 13:07:40 -0500 Original-To: Bkey1@tampabay.rr.com In-reply-to: <002801c28799$41cfaaf0$6501a8c0@GODDESS> (Bkey1@tampabay.rr.com) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9305 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9305 2. If AF_LOCAL sockets are not available, I need to then attempt to set the server process using tcp sockets. This I am not certain how to do. Are TCP sockets the same as INet? Someone pointed out the danger of using Internet sockets: people on other machines can send commands to your Emacs. You would have to do a lot of work to implement security to prevent that.