From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: frame-pixel-(width|height) is incorrect Date: Fri, 21 Dec 2007 09:17:39 +0000 Message-ID: <476B84B3.3080606@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198229047 15216 80.91.229.12 (21 Dec 2007 09:24:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 09:24:07 +0000 (UTC) Cc: Bug-Gnu-Emacs To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 21 10:24:20 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J5e79-0008Ft-10 for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 10:24:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5e6p-0001IV-5r for geb-bug-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 04:23:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5e0y-0007Dh-Ry for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 04:17:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5e0u-0007Cu-CD for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 04:17:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5e0s-0007Cf-0K for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 04:17:50 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5e0r-0005A3-MQ for bug-gnu-emacs@gnu.org; Fri, 21 Dec 2007 04:17:49 -0500 Original-Received: from [192.168.249.28] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 743F650E5A; Fri, 21 Dec 2007 09:17:48 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17204 Archived-At: Drew Adams wrote: > emacs -Q > > I've checked the pixel size of Emacs frames with a couple of tools on > Windows, and these functions both return incorrect results: > frame-pixel-width, frame-pixel-height. > They return results consistent with their documentation.