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 11:36:03 -0800 (PST) Message-ID: <200812101936.mBAJa3Y4026358@mothra.ics.uci.edu> References: <200812101546.mBAFkTpt025689@mothra.ics.uci.edu> <87vdts9fca.fsf@cyd.mit.edu> <493FF0F7.1070305@f2s.com> <200812101655.mBAGtwPw025867@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 1228937815 14021 80.91.229.12 (10 Dec 2008 19:36:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 19:36:55 +0000 (UTC) Cc: Juanma Barranquero , Chong Yidong , Jason Rumney , Emacs Devel To: "Lennart Borgman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 20:37:58 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 1LAUsU-0002P2-Iq for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 20:37:46 +0100 Original-Received: from localhost ([127.0.0.1]:47094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUrJ-0001Ra-8t for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 14:36:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAUrC-0001R1-25 for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:36:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAUr9-0001Qo-Kw for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:36:24 -0500 Original-Received: from [199.232.76.173] (port=42287 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUr9-0001Ql-F0 for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:36:23 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:63963) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LAUr8-0007wS-To for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:36:23 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id mBAJa4aQ017076; Wed, 10 Dec 2008 11:36:04 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBAJa3Y4026358; Wed, 10 Dec 2008 11:36:03 -0800 (PST) In-Reply-To: (Lennart Borgman's message of "Wed, 10 Dec 2008 20:26:57 +0100") Original-Lines: 12 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBAJa4aQ017076 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:106772 Archived-At: "Lennart Borgman" writes: > On Wed, Dec 10, 2008 at 5:55 PM, Dan Nicolaescu wrote: > > The problem with that is that WINDOWSNT has many many idiosyncrasies, > > having a #define for each one of them adds an overhead for the ones of > > us working on free systems. > > Exactly how does it add overhead? Is it just because there are new > #define names? Yes. You have to learn or figure out something that you don't otherwise need.