From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs daemon on win32? Date: Sun, 12 Oct 2008 21:03:08 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1223838210 8910 80.91.229.12 (12 Oct 2008 19:03:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2008 19:03:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 12 21:04:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kp6Eu-0000i3-EG for ged-emacs-devel@m.gmane.org; Sun, 12 Oct 2008 21:04:29 +0200 Original-Received: from localhost ([127.0.0.1]:46853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp6Dp-0007n4-2p for ged-emacs-devel@m.gmane.org; Sun, 12 Oct 2008 15:03:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp6Dk-0007m9-GF for emacs-devel@gnu.org; Sun, 12 Oct 2008 15:03:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp6Di-0007lx-D5 for emacs-devel@gnu.org; Sun, 12 Oct 2008 15:03:15 -0400 Original-Received: from [199.232.76.173] (port=53885 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp6Di-0007lu-88 for emacs-devel@gnu.org; Sun, 12 Oct 2008 15:03:14 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:46677) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kp6Dh-0007CU-I4 for emacs-devel@gnu.org; Sun, 12 Oct 2008 15:03:14 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.24.3]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K8N0039M3NERHA1@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Sun, 12 Oct 2008 21:04:31 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:104497 Archived-At: > Date: Sun, 12 Oct 2008 10:45:19 +0530 > From: dhruva > > I was hoping to have emacs daemon on M$ platforms. I did a quick hack > by enabling is_daemon (through the debugger - easier than modifying > the source) to see where it groks. From my limited understanding, the > 'sys_select' with following message. > > warning: select.WaitForMultipleObjects (2, 4406) failed with 6 > > If am in the process of debugging it further, if someone has already > explored this path, please let me know or guide me. Why does it make sense to have this on Windows? What would you like to accomplish with this option on Windows?