From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Proposed function: x-display-usable-bounds Date: Mon, 03 Dec 2007 10:00:27 +0000 Message-ID: <4753D3BB.4030102@gnu.org> References: <55f7df060712030043t22ac4321hf18c47f40611f20b@mail.gmail.com> 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 1196676078 26485 80.91.229.12 (3 Dec 2007 10:01:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 10:01:18 +0000 (UTC) Cc: Adrian Robert , emacs- devel To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 11:01:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iz87C-0007gX-NL for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 11:01:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz86w-00024t-BH for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 05:01:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iz86r-00024D-Pm for emacs-devel@gnu.org; Mon, 03 Dec 2007 05:01:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iz86q-00023A-H3 for emacs-devel@gnu.org; Mon, 03 Dec 2007 05:01:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iz86q-000231-51 for emacs-devel@gnu.org; Mon, 03 Dec 2007 05:01:04 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iz86p-0008Pr-KW for emacs-devel@gnu.org; Mon, 03 Dec 2007 05:01:03 -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 DD1B250235; Mon, 3 Dec 2007 10:01:02 +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: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84557 Archived-At: Andreas Schwab wrote: > "Adrian Robert" writes: > > >> On the Mac platform both the Carbon and Cocoa ports face the problem >> of determining where on the display to place new frames. >> > > Isn't that the duty of the window manager? > Only if you don't explicitly specify where to put the window. It is still useful for Emacs to know about the usable display area, for handling the --fullscreen option, etc.