From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: server-start under Windows Date: Thu, 07 Nov 2002 09:49:53 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200211071449.gA7Enre08181@rum.cs.yale.edu> References: <200211061941.gA6Jf7CB016833@smtp-server1.tampabay.rr.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036681475 21193 80.91.224.249 (7 Nov 2002 15:04:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 15:04:35 +0000 (UTC) Cc: "Stefan Monnier" , 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 189oCs-0005VQ-00 for ; Thu, 07 Nov 2002 16:04:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189oLu-0002UM-00 for ; Thu, 07 Nov 2002 16:13:50 +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 189o9v-0007JN-00; Thu, 07 Nov 2002 10:01:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189nyq-00034D-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 09:50:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189nym-00032a-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 09:49:59 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189nym-00032M-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 09:49:56 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id gA7Enre08181; Thu, 7 Nov 2002 09:49:53 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: 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:9218 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9218 > "Stefan Monnier" wrote > > > You'll need to hack process.c like you did for emacsclient.c to make > > it understand `local' connections (I assume that w32 has unix-domain > > sockets of some sort). > > It appear as if most of this has been done. I just do not know what > make-network-process is supposed to be doing so I cannot tell what is going > wrong. If someone knows how make-network-process is supposed to work and can > provide a few pointers I may be able to figure it out. Can you try to work it out with Kim (the author of the original Unix code) and with Jason (who I think had something to do with adapting it to w32) ? > > Could you show us the patches you needed to > > apply to emacsclient.c ? > > I would be more than happy to provide a patch for emacsclient.c that > incorporates my changes. I had wanted to be able to test my work before > doing so, but I could send it to the list tonight with the disclaimer that > it is almost completely untested. I wanted to see the patch just to get some idea of what might be needed in process.c. I send untested patches all the time, so don't worry about it ;-). Stefan