From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog Date: Wed, 10 Dec 2008 20:26:57 +0100 Message-ID: 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=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228937272 11853 80.91.229.12 (10 Dec 2008 19:27:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 19:27:52 +0000 (UTC) Cc: Juanma Barranquero , Chong Yidong , Jason Rumney , Emacs Devel To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 20:28:55 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 1LAUjM-0006jX-S5 for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 20:28:21 +0100 Original-Received: from localhost ([127.0.0.1]:43988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUiB-0006NN-FI for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 14:27:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAUi5-0006Mm-Uc for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:27:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAUi5-0006MV-GM for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:27:01 -0500 Original-Received: from [199.232.76.173] (port=53161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUi5-0006MN-BF for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:27:01 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:54383) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAUi4-0006BC-PF for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:27:01 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so325149fgb.30 for ; Wed, 10 Dec 2008 11:26:57 -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=5bGYxMircE/C0/XWmLggi7vhGJGSrKWlo5en8wWCoEM=; b=lBtsl4v5SER97eOidQbI6XOcSp7P+dYGfll6K4uqgNWsaqUH0a/FoXpbm05nJpGDVq MFP3YBPDtZI+NXeIHPIVPhkAXVZusgIR9lBiNdNY7q1fdjBmRCuXxelZTYveWq0iQhHE lRjtPA3jTnfISdxCw37T2v407D/pMi9GztxZA= 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=toJpeXsXRwofNWrJWmNDHRvQ0BXgQUGStxvVdyCJ8MW4Y4b7KqzIOfF0hhIMGcVDfw qYAFmYur3KXslI2xdzbxRGW31WGhdpC6L0ZrTo5xIYPdgO5UrTmNE8DFCr6UHyD9gdsY M/42kWii0n87z7Mz2wf24H2lSzwCCoryDJNtE= Original-Received: by 10.86.52.1 with SMTP id z1mr831654fgz.60.1228937217410; Wed, 10 Dec 2008 11:26:57 -0800 (PST) Original-Received: by 10.86.52.17 with HTTP; Wed, 10 Dec 2008 11:26:57 -0800 (PST) In-Reply-To: <200812101655.mBAGtwPw025867@mothra.ics.uci.edu> 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:106771 Archived-At: 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?