From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: emacs daemon on M$? [was: emacs daemon on win32?] Date: Mon, 13 Oct 2008 19:23:04 +0530 Message-ID: References: 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 1223906029 21755 80.91.229.12 (13 Oct 2008 13:53:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2008 13:53:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 13 15:54:47 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 1KpNsR-0001hX-Jq for ged-emacs-devel@m.gmane.org; Mon, 13 Oct 2008 15:54:27 +0200 Original-Received: from localhost ([127.0.0.1]:40861 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpNrN-0006n7-AE for ged-emacs-devel@m.gmane.org; Mon, 13 Oct 2008 09:53:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpNrB-0006fz-D9 for emacs-devel@gnu.org; Mon, 13 Oct 2008 09:53:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpNr9-0006eu-C4 for emacs-devel@gnu.org; Mon, 13 Oct 2008 09:53:08 -0400 Original-Received: from [199.232.76.173] (port=52134 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpNr9-0006en-2k for emacs-devel@gnu.org; Mon, 13 Oct 2008 09:53:07 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.187]:44530) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KpNr8-0000cr-JR for emacs-devel@gnu.org; Mon, 13 Oct 2008 09:53:06 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so947267tia.10 for ; Mon, 13 Oct 2008 06:53:04 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=gbeTTQ8SpUO2FB9hYe7m1FlqAop/3SMEPfZ6Q9LprAo=; b=nPlLk4TIGJtTxi9H3/vRwdzTm687MyWGRToY9+rnBaKZj4jPSsB7HZw/WEwizSHPld GaMoO+0t7LpYgrQ0+wPiv6b59P8D45AsqKnwCecMuJteq2zaxGatmneagRmoOtrXYd+B c8KCi05FVcaZkzRd4xTHm9GZJECg6WLYTCNJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=N8GFQA9uUltCYpCw4NYx6hCW6c6RjjraQ0weR6ItTDM9FaQnqVQ8tpwTsyCAM86kZH hccJRm1FX1j8Cdt6oqaicoDG18AyWSDixVpoIDZXAj8E8G3IDjVPSPvCTlOlDEfsvjdD XXhbdA0oaozCdcgofPYX1ValSp4WC/ptgcv30= Original-Received: by 10.110.31.5 with SMTP id e5mr5455201tie.1.1223905984278; Mon, 13 Oct 2008 06:53:04 -0700 (PDT) Original-Received: by 10.110.57.12 with HTTP; Mon, 13 Oct 2008 06:53:04 -0700 (PDT) In-Reply-To: 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:104504 Archived-At: Hello, On Mon, Oct 13, 2008 at 12:52 PM, Eli Zaretskii wrote: >> Date: Mon, 13 Oct 2008 09:13:37 +0530 >> From: dhruva >> Cc: emacs-devel@gnu.org >> >> > Why does it make sense to have this on Windows? What would you like >> > to accomplish with this option on Windows? >> >> I really do not have a very strong case. However, I would like to have >> emacs run as a service on M$. I was really thinking of running it as a service. I do know that you need to add some extra code to handle service register, service start and stop events. Frankly, there is not burning need to get something like that. When I saw the daemon mode, I just try to fiddle around hoping to have it working on M$! Please do not waste your valuable developer bandwidth on this issue, I will just play around a bit when I have time. Thanks, -dhruva -- Contents reflect my personal views only!