From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bkey1@tampabay.rr.com Newsgroups: gmane.emacs.devel Subject: Re: server-start under Windows Date: Wed, 6 Nov 2002 20:01:22 +0000 (UTC) Sender: emacs-devel-admin@gnu.org Message-ID: <200211061941.gA6Jf7CB016833@smtp-server1.tampabay.rr.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036612882 5374 80.91.224.249 (6 Nov 2002 20:01:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 20:01:22 +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 189WJy-0001BF-00 for ; Wed, 06 Nov 2002 20:58:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189WSc-0002K7-00 for ; Wed, 06 Nov 2002 21:07:34 +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 189WIi-00026n-00; Wed, 06 Nov 2002 14:57:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189W37-0005ur-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 14:41:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189W33-0005su-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 14:41:11 -0500 Original-Received: from smtp-server1.tampabay.rr.com ([65.32.1.34]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189W32-0005sX-00 for emacs-devel@gnu.org; Wed, 06 Nov 2002 14:41:08 -0500 Original-Received: from Debug (webmail.tampabay.rr.com [65.32.1.36]) by smtp-server1.tampabay.rr.com (8.12.2/8.12.2) with SMTP id gA6Jf7CB016833; Wed, 6 Nov 2002 14:41:07 -0500 (EST) Original-To: "Stefan Monnier" X-Posting-IP: 209.101.206.131 X-Mailer: Endymion MailMan Standard Edition v3.2.9 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:9200 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9200 "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. > 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.