From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: emacs daemon on win32? Date: Sun, 12 Oct 2008 10:45:19 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223788545 13577 80.91.229.12 (12 Oct 2008 05:15:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2008 05:15:45 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 12 07:16:43 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 1KotJp-0005vh-QD for ged-emacs-devel@m.gmane.org; Sun, 12 Oct 2008 07:16:42 +0200 Original-Received: from localhost ([127.0.0.1]:40839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KotIl-0003mJ-5G for ged-emacs-devel@m.gmane.org; Sun, 12 Oct 2008 01:15:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KotId-0003l2-MI for emacs-devel@gnu.org; Sun, 12 Oct 2008 01:15:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KotIa-0003jZ-VU for emacs-devel@gnu.org; Sun, 12 Oct 2008 01:15:26 -0400 Original-Received: from [199.232.76.173] (port=54021 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KotIa-0003jQ-IJ for emacs-devel@gnu.org; Sun, 12 Oct 2008 01:15:24 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.187]:3705) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KotIa-0007wh-D3 for emacs-devel@gnu.org; Sun, 12 Oct 2008 01:15:24 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so614035tia.10 for ; Sat, 11 Oct 2008 22:15:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=DdHguzYimdjDr4NGv1bkeFEY17hQpOje3cCb6sPMnsk=; b=eQkfiNjPUsBgnuPNt0WXmaxio5n+hdZUza6pMptRyyEsj/roc+HWspLDvca6jWeU1D XKmoOW6hpGAZ7bYdRa6owT6AvDGyUm1Bde7suZhmrql57aQTOTciuPc1XbxrTKiZYMr2 DORw8Ofgu6TpxMozrvAVuZ9N5SNeOEk/qHjHg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=t13Ay6+gv8HYdzDqrRqFNrqTldp2RrCSb6cSQIyqZWOGdNuuhPQYGIT7ZMmlvIotoO voEixU4cNZg/DUR/uD93djhsRk0CdGZAcFqjEVUErbwUyIxtFEErFD/+VWElNa180ryG NDFeIox3nX+0j2PRYmCS2UUyFjghN3p5TMKO0= Original-Received: by 10.110.90.9 with SMTP id n9mr3677049tib.22.1223788519200; Sat, 11 Oct 2008 22:15:19 -0700 (PDT) Original-Received: by 10.110.57.12 with HTTP; Sat, 11 Oct 2008 22:15:19 -0700 (PDT) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:104487 Archived-At: Hello, 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. -dhruva -- Contents reflect my personal views only!