From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog Date: Wed, 10 Dec 2008 11:15:17 -0500 Message-ID: <87vdts9fca.fsf@cyd.mit.edu> References: <200812101546.mBAFkTpt025689@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228925773 30761 80.91.229.12 (10 Dec 2008 16:16:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 16:16:13 +0000 (UTC) Cc: Dan Nicolaescu , Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 17:17:17 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 1LARk5-0008Q1-Pg for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 17:16:54 +0100 Original-Received: from localhost ([127.0.0.1]:49538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LARiu-0003yX-IS for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 11:15:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LARiU-0003mW-P9 for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:15:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LARiT-0003le-2L for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:15:14 -0500 Original-Received: from [199.232.76.173] (port=53035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LARiS-0003lT-TJ for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:15:12 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:52453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LARiS-0001Ji-LE for emacs-devel@gnu.org; Wed, 10 Dec 2008 11:15:12 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id A68E157E1C8; Wed, 10 Dec 2008 11:15:17 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Wed, 10 Dec 2008 16:54:21 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106754 Archived-At: "Juanma Barranquero" writes: >> Not only is my taste not to add unneeded #defines, but the main >> reason is that there's other code in src that deals with the daemon >> that uses just fine #ifdef WINDOWSNT. Consistency in all directories >> is important. > > That other code should also use EMACS_DAEMON or similar. That depends on the specifics of the situation. Could either you or Dan point out the places in src that use WINDOWSNT to handle daemon mode, to give us more information to work with? (The macro should probably be called HAVE_DAEMON for consistency.) Another thing to consider: does the Emacs server and daemon work on Nextstep?