From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#14801: 24.3.50; Document monitor attributes (e.g., `workarea' and `mm-size') Date: Sat, 06 Jul 2013 10:47:58 +0200 Message-ID: <51D7D9BE.6040406@gmx.at> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1373100550 22423 80.91.229.3 (6 Jul 2013 08:49:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jul 2013 08:49:10 +0000 (UTC) Cc: 14801@debbugs.gnu.org To: YAMAMOTO Mitsuharu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 06 10:49:10 2013 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 1UvOB1-00019i-Tr for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Jul 2013 10:49:08 +0200 Original-Received: from localhost ([::1]:53184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvOB1-000439-JG for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Jul 2013 04:49:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvOAx-00042s-KP for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2013 04:49:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvOAw-0000YY-Pj for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2013 04:49:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvOAw-0000YL-MG for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2013 04:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UvOAv-00010U-S8 for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2013 04:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Jul 2013 08:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14801 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14801-submit@debbugs.gnu.org id=B14801.13731005173830 (code B ref 14801); Sat, 06 Jul 2013 08:49:01 +0000 Original-Received: (at 14801) by debbugs.gnu.org; 6 Jul 2013 08:48:37 +0000 Original-Received: from localhost ([127.0.0.1]:33609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UvOAW-0000zg-El for submit@debbugs.gnu.org; Sat, 06 Jul 2013 04:48:36 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:59120) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UvOAS-0000zH-TF for 14801@debbugs.gnu.org; Sat, 06 Jul 2013 04:48:34 -0400 Original-Received: from [62.47.50.1] ([62.47.50.1]) by mail.gmx.com (mrgmx101) with ESMTPA (Nemesis) id 0LwW8p-1U94dy1YQp-018NYd; Sat, 06 Jul 2013 10:48:09 +0200 In-Reply-To: X-Provags-ID: V03:K0:2yXiEKAllnWm6lr06H+veQ5RSyfP+Cmp374u4Lg/gK5caCzqqEC tZO/Jl6yfIMajqh87RYc5qf2gPU5h79GA++cyrd8tQAvH7IKcHjQfDPsybjcc6UZ08zM2RE oxAW3Y8+kVlywMVBQR2xtY5Tm56qAkLpEqWDiAMUni2qIq8Ld/zGjyULJ13bdtx858R7nm3 4E4BTsYfqzMxfrv9y0gMQ== 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:75980 Archived-At: > The current draft of the Elisp manual begins like this: > > @node Multiple Physical Monitors > @section Multiple Physical Monitors > @cindex multiple physical monitors Since to my knowledge the Elisp manual does nowhere talk about single physical monitors I'd suggest to drop the term "multiple" here. Moreover, the terms "screen" and "display" should be related to "monitors". martin