From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Bug in x-server-version (w32) Date: Fri, 29 Oct 2004 00:32:09 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099024398 9921 80.91.229.6 (29 Oct 2004 04:33:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2004 04:33:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 29 06:33:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CNORv-0002Jn-00 for ; Fri, 29 Oct 2004 06:33:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNOZk-0000Bo-7p for ged-emacs-devel@m.gmane.org; Fri, 29 Oct 2004 00:41:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CNOZd-0000BO-SR for emacs-devel@gnu.org; Fri, 29 Oct 2004 00:41:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CNOZd-0000BC-GM for emacs-devel@gnu.org; Fri, 29 Oct 2004 00:41:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNOZd-0000B8-Ab for emacs-devel@gnu.org; Fri, 29 Oct 2004 00:41:13 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CNORe-0005Zn-8A for emacs-devel@gnu.org; Fri, 29 Oct 2004 00:32:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CNOQr-00065V-K3; Fri, 29 Oct 2004 00:32:09 -0400 Original-To: emacs-devel@gnu.org 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29128 x-server-version is supposed to return the version numbers of the X protocol, plus a version number for the X server. I copied that info from the doc string in xfns.c to that in w32fns.c. But I see the code doesn't do the right job. It seems to return the version numbers of Windows rather than that of the X protocol. Could someone fix that code?