From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Port of Emacs client / server programs to Windows NT Date: Mon, 30 Oct 2006 11:39:33 +0100 Message-ID: <4545D665.1090609@student.lu.se> References: <20061028090605.GA16477@janet> <20061030072212.GA2665@janet> <4545BE58.9010807@student.lu.se> <20061030091141.GA3106@janet> <4545C61E.4050503@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162204832 6692 80.91.229.2 (30 Oct 2006 10:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 10:40:32 +0000 (UTC) Cc: Neil Roberts , emacs-devel@gnu.org, Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 11:40: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 1GeUYr-0007FA-4r for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 11:40:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeUYq-0001x5-JC for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 05:40:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeUYW-0001us-8C for emacs-devel@gnu.org; Mon, 30 Oct 2006 05:39:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeUYU-0001rt-AJ for emacs-devel@gnu.org; Mon, 30 Oct 2006 05:39:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeUYU-0001rg-67 for emacs-devel@gnu.org; Mon, 30 Oct 2006 05:39:46 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GeUYT-0001UG-U6 for emacs-devel@gnu.org; Mon, 30 Oct 2006 05:39:46 -0500 Original-Received: from c83-249-218-244.bredband.comhem.se ([83.249.218.244]:63317 helo=[192.168.123.121]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GeUYJ-0004xW-79; Mon, 30 Oct 2006 11:39:35 +0100 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: "Kim F. Storm" In-Reply-To: X-Scan-Result: No virus found in message 1GeUYJ-0004xW-79. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1GeUYJ-0004xW-79 0a23bb155f73d41f851137f495cb2efe 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:61373 Archived-At: Kim F. Storm wrote: > Lennart Borgman writes: > > >> Juanma, I know very well that you have got the TCP version working now >> (since I have tested it), but are not the arguments above compelling? >> It looks to me like pipes is better to use on w32. That will avoid the >> security problems that could arise with TCP. >> > > Emacs core does not support named pipes, so server.el cannot use them. > So there's no current alternative to TCP for W32. > Would there be any difficulty adding this for w32? > IMO, we should add the tcp support in Emacs 22 (before the next pretest). > For unixes too?