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: window-system-version on Windows Date: Fri, 5 Dec 2008 10:55:59 +0100 Message-ID: References: <87iqpznukc.fsf@xemacs.org> <1228451124.4938ad347d50d@webmail.freedom2surf.net> 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 1228470985 1978 80.91.229.12 (5 Dec 2008 09:56:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2008 09:56:25 +0000 (UTC) Cc: "Stephen J. Turnbull" , Eli Zaretskii , emacs-devel@gnu.org To: jasonr@f2s.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 10:57:29 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 1L8XR2-0003WU-BK for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2008 10:57:20 +0100 Original-Received: from localhost ([127.0.0.1]:59423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8XPr-0007cE-R9 for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2008 04:56:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8XPl-0007ba-QX for emacs-devel@gnu.org; Fri, 05 Dec 2008 04:56:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8XPl-0007bI-Bj for emacs-devel@gnu.org; Fri, 05 Dec 2008 04:56:01 -0500 Original-Received: from [199.232.76.173] (port=56646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8XPl-0007b2-29 for emacs-devel@gnu.org; Fri, 05 Dec 2008 04:56:01 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.155]:14006) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8XPk-0000EE-Gx for emacs-devel@gnu.org; Fri, 05 Dec 2008 04:56:00 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so3795719yxf.66 for ; Fri, 05 Dec 2008 01:55:59 -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=iuLeFfdDtOWkNlGsSNMpslhSgGNmO/4S46lotEj05ew=; b=N9sK/MrFQnjLC47VufFLlSzAgDHFkaMqBNoD7jRClEnVXpMlZ4nnfadeZUv3W/SJ5u HlcRmfDc9JJNtelH9Ljm/uvjSfc8AvpL3noj3cEkC5+fZt1TZZKdvtyJ3htx75rM2wg1 MMGp5K04H6vlJG4U0VqzmUNcmwJX+owJEsuGU= 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=LL7NFbiyVZBQ2bPzdMilzlVEzpNuX57ZULAfbaDZBOZq6RevZypV36XM1As74ChB5+ P3oXYJ//qNzwOpPiLfcqhqAMkPzRpM8X4+QgxvZ++J/SIoQeUK68VlZNZSCYuNihyW0m bd3QBCF6nzDHtWGq39AbGWomYoT4NDH/8uF5o= Original-Received: by 10.100.207.14 with SMTP id e14mr8585256ang.60.1228470959639; Fri, 05 Dec 2008 01:55:59 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Fri, 5 Dec 2008 01:55:59 -0800 (PST) In-Reply-To: <1228451124.4938ad347d50d@webmail.freedom2surf.net> 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:106602 Archived-At: On Fri, Dec 5, 2008 at 05:25, wrote: > I think the 3 refers to the major version of NT 3.1 which is what this port of > Emacs was originally written for. We should bump it up to 4 now, then. I don't think Emacs on Windows would run on NT 3.1 now, would it? ;-) Juanma