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: Tue, 28 Oct 2008 20:18:28 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1225217929 6248 80.91.229.12 (28 Oct 2008 18:18:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 18:18:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 19:19:40 2008 connect(): Connection refused 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 1KutAI-0006eg-QI for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 19:19:39 +0100 Original-Received: from localhost ([127.0.0.1]:59791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kut9C-0007uN-DL for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 14:18:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kut97-0007rg-Rv for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:18:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kut97-0007r5-7I for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:18:25 -0400 Original-Received: from [199.232.76.173] (port=51238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kut97-0007qw-3T for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:18:25 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:25830) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kut96-000750-UR for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:18:25 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9G00MNPO9A5NJ1@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Tue, 28 Oct 2008 20:19:59 +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:105090 Archived-At: > Date: Tue, 28 Oct 2008 13:14:46 +0100 > From: "Juanma Barranquero" > Cc: dhruva , emacs-devel@gnu.org > > The cool thing would be to have a Windows Emacs server start as a > systray app. I'd love for Emacs not to use space in the taskbar, just > in the tray, until I bring it forward with emacsclient. That's not --daemon, that's --systray, a different feature which could be nice for those who, like you, would like Emacs to stay clear of the desktop. (I don't share that desire, because I more or less live inside Emacs, and there's too little space for that in that little systray icon ;-) The reason I asked about the sense of having --daemon on Windows is because Windows, unlike Posix platforms, is not suited well for remote logins.