From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog Date: Wed, 10 Dec 2008 17:46:41 +0100 Message-ID: References: <200812101546.mBAFkTpt025689@mothra.ics.uci.edu> <87vdts9fca.fsf@cyd.mit.edu> <493FF0F7.1070305@f2s.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228927637 5222 80.91.229.12 (10 Dec 2008 16:47:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 16:47:17 +0000 (UTC) Cc: Chong Yidong , Dan Nicolaescu , Emacs Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 17:48:20 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 1LASEE-0005XY-He for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 17:48:02 +0100 Original-Received: from localhost ([127.0.0.1]:42152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LASD3-0002o8-Dd for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 11:46:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LASCz-0002nt-BL for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:46:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LASCx-0002ne-Ki for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:46:44 -0500 Original-Received: from [199.232.76.173] (port=57739 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LASCx-0002nb-HH for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:46:43 -0500 Original-Received: from mail-ew0-f13.google.com ([209.85.219.13]:64080) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LASCx-0006SS-0c for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:46:43 -0500 Original-Received: by ewy6 with SMTP id 6so895471ewy.18 for ; Wed, 10 Dec 2008 08:46:42 -0800 (PST) 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=sIJDpz96fKN9WDuUIptsBtXUC3ZK9S9+EwwoIt+lWEU=; b=iA7C+eD5uYNseg+eGWd7/G+CapQiqhI63y9KjWwX9hpTD9z8DeUJRV6z5VRCsKiyBk SeEp7Dst91Lwpky51H8CoFqxCd1avbEP4Q05J3e2cO4C/HERlXbYfIUlJBXpAz5QCphw WfrjaapLMMU0+nGIRI1jOm+ds0busjzEen0Js= 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=LeMjWRqghSoXoL/4DJmwEFZcBBvHXPlgsf5FBOTLuLac5TdqAddy0frvttTbF/qDD3 0wPjY1ADd05xpgrjDvh9IMN4H/98Dd88Nf8ee13l3XQ0rhTmgezBM/BSCMm3p/R0xnVe P92t1YaHFfCYKwkdKlP5p2zI27MTPTGHG4tUk= Original-Received: by 10.210.10.8 with SMTP id 8mr1886605ebj.69.1228927601811; Wed, 10 Dec 2008 08:46:41 -0800 (PST) Original-Received: by 10.210.19.10 with HTTP; Wed, 10 Dec 2008 08:46:41 -0800 (PST) In-Reply-To: <493FF0F7.1070305@f2s.com> 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:106761 Archived-At: On Wed, Dec 10, 2008 at 17:40, Jason Rumney wrote: > But if it is just a lack of developers on a particular platform that > is preventing the feature from being implemented, then it is much easier for > later developers who wish to implement it if there is a feature specific > constant. That's my thinking too. As for the daemon stuff, I already posted once my opinion: if we ever implement the possibility of hiding Emacs in the tray (or GNU/Linux equivalent), activating the --daemon option would make sense on Windows for consistency with non-Windows builds, because although the implementation is quite different, the user interface (starting Emacs and making it invisible until requested) is pretty similar. In fact, I would *love* to have the possibility of running "emacs --daemon" and having it start "trayed". Juanma