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: -DVERSION for emacsclient Date: Thu, 23 Nov 2006 10:17:35 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164401014 25993 80.91.229.2 (24 Nov 2006 20:43:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Nov 2006 20:43:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 24 21:43:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GnhtQ-0005bF-95 for ged-emacs-devel@m.gmane.org; Fri, 24 Nov 2006 21:43:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GnhtP-0000GO-LN for ged-emacs-devel@m.gmane.org; Fri, 24 Nov 2006 15:43:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GnhsD-000863-Fx for emacs-devel@gnu.org; Fri, 24 Nov 2006 15:42:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GnhsB-00084r-QH for emacs-devel@gnu.org; Fri, 24 Nov 2006 15:42:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GnhsB-00084a-GL for emacs-devel@gnu.org; Fri, 24 Nov 2006 15:42:11 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gnhs9-0006aj-G4 for emacs-devel@gnu.org; Fri, 24 Nov 2006 15:42:09 -0500 Original-Received: from [64.233.166.180] (helo=py-out-1112.google.com) by mx20.gnu.org with esmtp (Exim 4.52) id 1GnAj6-0005bq-32 for emacs-devel@gnu.org; Thu, 23 Nov 2006 04:18:36 -0500 Original-Received: by py-out-1112.google.com with SMTP id u77so269867pyb for ; Thu, 23 Nov 2006 01:17:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z+aO+Kf+/WuGJzKDWFu0P0oEcyzeXKwSso6NpkJi9MLIbQ6ZuiIPEIG0FM0I722+0GsimRDPQLkLBkQw/I5QRXD8k6WRACkTpPh6pxrWanKIMOq38Zbb57LJsBsllLGXCzB8A6vkGZUj5PWII1DBekQ/qUoPx/eA3YF9tUbrNxI= Original-Received: by 10.35.49.15 with SMTP id b15mr2959491pyk.1164273455248; Thu, 23 Nov 2006 01:17:35 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Thu, 23 Nov 2006 01:17:35 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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:62731 Archived-At: On 11/23/06, Eli Zaretskii wrote: > You mean more portable than this: No, that's about portable enough :-) > We could require Sed for the Windows build, and then do the above > (just replace single quotes with double quotes and escape-protect the > inner double quotes). I don't really care much one way or the other, but it seems a bit heavy-handed to require sed just to extract a version number for an auxiliary tool like emacsclient. > Or we could craft an equivalent command using > native Windows tools. That's what I was originally hoping for. Not very easy to do portably all the way up from W95/98/98SE/Me, assuming we're still buildable on these systems. /L/e/k/t/u