From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: frame-pixel-(width|height) is incorrect Date: Fri, 28 Dec 2007 08:56:08 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1198850355 8276 80.91.229.12 (28 Dec 2007 13:59:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2007 13:59:15 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, dreitter@inf.ed.ac.uk To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 28 14:59:28 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 1J8FkF-0005ja-Ff for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Dec 2007 14:59:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8Fju-0007aJ-GS for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 Dec 2007 08:59:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8Fh4-0006Vt-Rw for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2007 08:56:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8Fh4-0006VZ-3u for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2007 08:56:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8Fh3-0006VM-QQ for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2007 08:56:09 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8Fh3-0001h0-Ef for bug-gnu-emacs@gnu.org; Fri, 28 Dec 2007 08:56:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J8Fh2-0002Ul-KY; Fri, 28 Dec 2007 08:56:08 -0500 In-reply-to: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:17269 Archived-At: So, it looks like the doc should say that it is the width of the text area inside a frame plus the width of the scroll bar (if visible) plus the width of the internal frame border. Similarly, for height. I will install something like that in the manual. I agree with David that these functions, or possibly some other functions, should give the _outside_ dimensions of the frame. It would be useful to offer that, to the extent it is possible.