From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; DISPLAY env var bug on w32? Date: Sun, 13 Jan 2008 06:16:03 +0200 Message-ID: References: <47827356.70005@gmail.com> <200801072103.m07L3bB7017074@oogie-boogie.ics.uci.edu> <4782C394.10509@gmail.com> <4788E3DA.3000201@gmail.com> <85fxx25365.fsf@lola.goethe.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1200197799 12152 80.91.229.12 (13 Jan 2008 04:16:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2008 04:16:39 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, dann@ics.uci.edu, lennart.borgman@gmail.com, monnier@iro.umontreal.ca To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 13 05:17:01 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 1JDuHK-0001Up-Ag for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 05:16:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDuGv-0006rq-O7 for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 23:16:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDuGr-0006oc-MX for emacs-devel@gnu.org; Sat, 12 Jan 2008 23:16:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDuGp-0006nw-5B for emacs-devel@gnu.org; Sat, 12 Jan 2008 23:16:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDuGp-0006np-25 for emacs-devel@gnu.org; Sat, 12 Jan 2008 23:16:27 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDuGp-00086c-IW for emacs-devel@gnu.org; Sat, 12 Jan 2008 23:16:27 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JDuGo-0006qt-Nx for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 23:16:26 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JDuGm-00086I-7B for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 23:16:27 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDuGi-00085r-Gb; Sat, 12 Jan 2008 23:16:20 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-201-184.inter.net.il [80.230.201.184]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EQA60300 (AUTH halo1); Sun, 13 Jan 2008 06:16:03 +0200 (IST) In-reply-to: <85fxx25365.fsf@lola.goethe.zz> (message from David Kastrup on Sat, 12 Jan 2008 19:06:42 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86828 gmane.emacs.pretest.bugs:20621 Archived-At: > From: David Kastrup > Cc: "Lennart Borgman \(gmail\)" , emacs-pretest-bug@gnu.org, dann@ics.uci.edu, monnier@iro.umontreal.ca > Date: Sat, 12 Jan 2008 19:06:42 +0100 > > Eli Zaretskii writes: > > >> Date: Sat, 12 Jan 2008 16:59:22 +0100 > >> From: "Lennart Borgman (gmail)" > >> CC: dann@ics.uci.edu, emacs-pretest-bug@gnu.org, > >> monnier@iro.umontreal.ca > >> > >> But what about multiple displays on w32? > > > > What do you mean by ``multiple displays on w32''? The -d DISPLAY > > feature that is standard on X is not supported by Windows. > > What about people running an X server on Windows? Like that from Cygwin > or Xceed or so? Cygwin build of emacsclient will not get the change (it doesn't define WINDOWSNT). In the Xceed case, emacsclient would have been run on Unix, so again it won't be affected by the change.