From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: x-display-pixel-width/height inconsistency Date: Thu, 9 May 2013 10:14:59 +0200 Message-ID: References: <514A5DE1.10009@gmx.de> <831ub767wf.fsf@gnu.org> <83mwtu4p7c.fsf@gnu.org> <83vc8h313t.fsf@gnu.org> <5073D6B8-95E4-4012-AA74-106F428379DC@swipnet.se> <8BD4B041-5A3F-4D7C-AFD3-E997E194AA9D@swipnet.se> <02B98FCD-71DB-47EC-B58B-41A2539FF61A@swipnet.se> <83vc6tcqss.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1368087826 3715 80.91.229.3 (9 May 2013 08:23:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 May 2013 08:23:46 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 09 10:23:44 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UaM8c-0007pS-60 for ged-emacs-devel@m.gmane.org; Thu, 09 May 2013 10:23:42 +0200 Original-Received: from localhost ([::1]:43396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaM8b-0005KD-NW for ged-emacs-devel@m.gmane.org; Thu, 09 May 2013 04:23:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaM8X-0005IS-Es for emacs-devel@gnu.org; Thu, 09 May 2013 04:23:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaM8S-0008RH-KG for emacs-devel@gnu.org; Thu, 09 May 2013 04:23:37 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:56441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaM09-0005vo-Hs for emacs-devel@gnu.org; Thu, 09 May 2013 04:14:57 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 54633921C for ; Thu, 9 May 2013 10:14:56 +0200 (CEST) Original-Received: (qmail 29627 invoked by uid 89); 9 May 2013 08:14:47 -0000 Original-Received: from unknown (HELO coolsville.localdomain) (boel.djarv@bdtv.se@176.10.223.235) by mail01.melmac.se with ESMTPA; 9 May 2013 08:14:47 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 9882D1A1D1B; Thu, 9 May 2013 08:15:26 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.1503) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159443 Archived-At: Hello. 9 maj 2013 kl. 02:09 skrev YAMAMOTO Mitsuharu = : >=20 > I'm planning to add an NEWS entry saying that (x-)display-pixel-width > and (x-)display-pixel-height functions now behave consistently among > the platforms, once the change for the remaining platform (i.e., NS) > is done. (Is anyone working on implementing > ns-display-monitor-attributes-list ?). I'm working on it. But it seems to me that having 4 (or more) implementations of how to = construct the attributes_list is not optimal. Can we make a general = function for this that the ports can call? Somthing like XRandr, = Xinerama and fallback shares in xfns.c?=20 Jan D.