From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Port of Emacs client / server programs to Windows NT Date: Mon, 30 Oct 2006 21:01:48 +0100 Message-ID: References: <20061028090605.GA16477@janet> <20061030072212.GA2665@janet> <4545BE58.9010807@student.lu.se> <20061030091141.GA3106@janet> <4545C61E.4050503@student.lu.se> <4545D665.1090609@student.lu.se> <4545DB37.6030406@gnu.org> <20061030141703.GA5498@janet> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162238734 3442 80.91.229.2 (30 Oct 2006 20:05:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 20:05:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 21:05:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GedL5-0003PH-V1 for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 21:02:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedL5-0006GN-9e for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 15:02:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GedKb-00069a-9A for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:02:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GedKW-00066k-Aa for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:02:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GedKV-00066V-Sj for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:01:55 -0500 Original-Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GedKV-000165-7P for emacs-devel@gnu.org; Mon, 30 Oct 2006 15:01:55 -0500 Original-Received: by ug-out-1314.google.com with SMTP id 36so1334223uga for ; Mon, 30 Oct 2006 12:01:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OHF0x4bNCSYvdgQqweng6LWIe0s7GZAFdjGFKU7xkNICRXofLuikqRpY5UgHocEUQGmyMesu8k4Pwm/gxcJlo4dV7RW3yHggI6bNquIuwgnQOFJF9n7NwAfcoEbRJndJ27NlbPHYiTtIxkyaM62S734Bw5sKM4sXjujIICzItzM= Original-Received: by 10.82.101.3 with SMTP id y3mr845553bub; Mon, 30 Oct 2006 12:01:48 -0800 (PST) Original-Received: by 10.82.136.11 with HTTP; Mon, 30 Oct 2006 12:01:48 -0800 (PST) Original-To: emacs-devel@gnu.org In-Reply-To: <20061030141703.GA5498@janet> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61413 Archived-At: On 10/30/06, Neil Roberts wrote: > The patch that Juanma made contains mostly Winsock specific code I wouldn't say "mostly" because it does, in fact, contain little additional socket code. Most of it was in place, and apart of the initialization/finalization of Winsock (which is needed in Windows), the main change was switching from file functions to send/recv. > breaks the Unix > build because it contains Winsock specific symbols like closesocket > and SOCKET in the main function of emacsclient without any #ifdefs. You're right, that's an oversight. I cannot test it on non-Windows systems right now. That's why I'm going to commit the changes so the problems can be found right now. -- /L/e/k/t/u