From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18637: 24.4.50; doc of frame parameter DISPLAY vs actual value on MS Windows Date: Sun, 05 Oct 2014 22:44:11 +0300 Message-ID: <83tx3imhdg.fsf@gnu.org> References: <12fc196e-cc82-4f22-8d2f-cede95542ea7@default> <83vbnymi0h.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412538324 32479 80.91.229.3 (5 Oct 2014 19:45:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2014 19:45:24 +0000 (UTC) Cc: 18637@debbugs.gnu.org To: drew.adams@oracle.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 21:45:16 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xark4-00047h-CQ for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Oct 2014 21:45:16 +0200 Original-Received: from localhost ([::1]:48504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xark3-0008Tx-VV for geb-bug-gnu-emacs@m.gmane.org; Sun, 05 Oct 2014 15:45:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xarjw-0008RY-0k for bug-gnu-emacs@gnu.org; Sun, 05 Oct 2014 15:45:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xarjq-0007jk-Kf for bug-gnu-emacs@gnu.org; Sun, 05 Oct 2014 15:45:07 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xarjq-0007jM-G2 for bug-gnu-emacs@gnu.org; Sun, 05 Oct 2014 15:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xarjp-0006AR-Nm for bug-gnu-emacs@gnu.org; Sun, 05 Oct 2014 15:45:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Oct 2014 19:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18637 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18637-submit@debbugs.gnu.org id=B18637.141253824923633 (code B ref 18637); Sun, 05 Oct 2014 19:45:01 +0000 Original-Received: (at 18637) by debbugs.gnu.org; 5 Oct 2014 19:44:09 +0000 Original-Received: from localhost ([127.0.0.1]:34928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xariy-000697-I1 for submit@debbugs.gnu.org; Sun, 05 Oct 2014 15:44:08 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:47759) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xariw-00068y-Kt for 18637@debbugs.gnu.org; Sun, 05 Oct 2014 15:44:07 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NCZ00N00KV8RD00@mtaout26.012.net.il> for 18637@debbugs.gnu.org; Sun, 05 Oct 2014 22:42:15 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NCZ00LHMLEFAL40@mtaout26.012.net.il>; Sun, 05 Oct 2014 22:42:15 +0300 (IDT) In-reply-to: <83vbnymi0h.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94185 Archived-At: > Date: Sun, 05 Oct 2014 22:30:22 +0300 > From: Eli Zaretskii > Cc: 18637@debbugs.gnu.org > > > Date: Sun, 5 Oct 2014 12:23:34 -0700 (PDT) > > From: Drew Adams > > > > In (elisp) `Basic Parameters' I see this description of frame parameter > > `display': > > > > The display on which to open this frame. It should be a string of > > the form `"HOST:DPY.SCREEN"', just like the `DISPLAY' environment > > variable. Btw, this is not the best place in the manual to read about this. A better one is "Multiple Terminals", where it says explicitly that this is only relevant on X. The index entry "displays, multiple" leads to that node.