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: Thu, 4 Dec 2008 20:58:31 +0100 Message-ID: References: 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 1228420820 26249 80.91.229.12 (4 Dec 2008 20:00:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2008 20:00:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 04 21:01:23 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 1L8KNf-0002GF-Ql for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2008 21:01:00 +0100 Original-Received: from localhost ([127.0.0.1]:58661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8KMV-0000dx-D5 for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2008 14:59:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8KLL-000866-1L for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:58:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8KLJ-000851-Ik for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:58:34 -0500 Original-Received: from [199.232.76.173] (port=55997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8KLJ-00084d-4v for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:58:33 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.156]:23840) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8KLI-0002EM-Mh for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:58:32 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so3662110yxf.66 for ; Thu, 04 Dec 2008 11:58:31 -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=pph5PiV0YE6tY9CzogrX/Ene4KNuYvdVZ3ZmR7w0dps=; b=R/fBoJzdoZG+WznqpLb1VE0aY8ZatBWLjEkxFA4eH0s/2OwFY1b/z3l6YrmgtGVCUt nGT3guPGAsCtjKpUsK/UQjVKEnor+pt0mjrskbRrbBJULg+L/S+NCAmAeDtfyJ9Q+Tty Z3PH7NOUJLiME1zrCxKQYfqR8khuKI7X7ApWE= 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=GtHbcdkt8SPY802T57746aXGsMzDgNCDmJ52+fIZ/UvCcGcHUKrC1PTzcxEy945JxH +ldcC6qfKRDGau5cWT7GMZX3nAgCWYNhCTm3G/gDyx09TYupO4ELt1nBCPC4r/Iw8kQj Veh4idQVAMUbj+tzxMy6BtbQO9VzW6wzUTT6E= Original-Received: by 10.90.106.4 with SMTP id e4mr8232497agc.5.1228420711244; Thu, 04 Dec 2008 11:58:31 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Thu, 4 Dec 2008 11:58:31 -0800 (PST) In-Reply-To: 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:106578 Archived-At: On Thu, Dec 4, 2008 at 20:51, Eli Zaretskii wrote: > Probably a result of patchwork of some kind. Would it be OK to initialize it to 3 and remove the XSETFASTINT macros? > The 3rd version of the native Windows GUI for Emacs? You can see that > it's 11 for the X11 GUI. Yeah, but for example mule-diags concatenates window-system and window-system-version to form "x11". On Windows it outputs "Window-system: w323", which is quite meaningless. Juanma