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:19:46 +0200 Message-ID: References: <49073EDB.7020703@harpegolden.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1225218119 6990 80.91.229.12 (28 Oct 2008 18:21:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 18:21:59 +0000 (UTC) Cc: emacs-devel@gnu.org, david@harpegolden.net To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 19:22:52 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 1KutDO-0007xM-L7 for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 19:22:50 +0100 Original-Received: from localhost ([127.0.0.1]:53383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KutCI-0001ee-Fw for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 14:21:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KutAO-0000Wa-8X for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:19:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KutAN-0000VL-Bm for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:19:43 -0400 Original-Received: from [199.232.76.173] (port=51281 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KutAN-0000V6-5S for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:19:43 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:23133) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KutAN-0007U7-3r for emacs-devel@gnu.org; Tue, 28 Oct 2008 14:19:43 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9G00MTGOBH9L60@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Tue, 28 Oct 2008 20:21:17 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:105092 Archived-At: > Date: Tue, 28 Oct 2008 18:07:09 +0100 > From: "Juanma Barranquero" > Cc: "Eli Zaretskii" , emacs-devel@gnu.org > > I think the main problem is defining a flexible interface at the > C/elisp level to abstract the differences between OS/X, GNU/Linux and > Windows. Do we need anything beyond 2 APIs: one to minimize to systray, the other to come back, and perhaps a way to pop up a menu when the icon is clicked?