From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog Date: Wed, 10 Dec 2008 07:46:29 -0800 (PST) Message-ID: <200812101546.mBAFkTpt025689@mothra.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228924206 24991 80.91.229.12 (10 Dec 2008 15:50:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 15:50:06 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 16:51:10 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 1LARL4-0005kK-6F for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 16:51:02 +0100 Original-Received: from localhost ([127.0.0.1]:36820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LARJt-0000i6-15 for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 10:49:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LARGx-0007gM-C7 for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:46:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LARGv-0007ew-Ow for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:46:46 -0500 Original-Received: from [199.232.76.173] (port=59166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LARGv-0007eU-L0 for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:46:45 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:34664) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LARGu-0005Py-4e for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:46:44 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mBAFkTMT013500; Wed, 10 Dec 2008 07:46:29 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBAFkTpt025689; Wed, 10 Dec 2008 07:46:29 -0800 (PST) In-Reply-To: (Juanma Barranquero's message of "Wed, 10 Dec 2008 16:25:39 +0100") Original-Lines: 14 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBAFkTMT013500 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:106752 Archived-At: "Juanma Barranquero" writes: > OK, so it works on Windows, and you just used most of my patch, but > changed EMACS_DAEMON to WINDOWSNT because you didn't like it. You asked "modify according to your taste". 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. > Can we please go back in time to the moment where arbitrary parts of > Emacs weren't yours just because you said so? Please STOP this.