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: Proposal for a new API to fullscreen Date: Tue, 19 Aug 2008 20:52:18 +0200 Message-ID: <48AB1662.1010001@swipnet.se> References: <87wsidphul.fsf@kanis.fr> <200808191226.33688.tassilo@member.fsf.org> <200808191336.41091.tassilo@member.fsf.org> <87bpzpp655.fsf@kanis.fr> NNTP-Posting-Host: lo.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 1219171974 27813 80.91.229.12 (19 Aug 2008 18:52:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2008 18:52:54 +0000 (UTC) Cc: Ivan Kanis , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 19 20:53:42 2008 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 1KVWKi-00066l-15 for ged-emacs-devel@m.gmane.org; Tue, 19 Aug 2008 20:53:32 +0200 Original-Received: from localhost ([127.0.0.1]:47780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVWJk-0006h3-U5 for ged-emacs-devel@m.gmane.org; Tue, 19 Aug 2008 14:52:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVWJh-0006gv-6i for emacs-devel@gnu.org; Tue, 19 Aug 2008 14:52:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVWJe-0006dd-Rj for emacs-devel@gnu.org; Tue, 19 Aug 2008 14:52:28 -0400 Original-Received: from [199.232.76.173] (port=37289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVWJe-0006dL-N7 for emacs-devel@gnu.org; Tue, 19 Aug 2008 14:52:26 -0400 Original-Received: from proxy1.bredband.net ([195.54.101.71]:36161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVWJe-0003cL-An for emacs-devel@gnu.org; Tue, 19 Aug 2008 14:52:26 -0400 Original-Received: from ironport.bredband.com (195.54.101.120) by proxy1.bredband.net (7.3.127) id 4811823A01D5E77B for emacs-devel@gnu.org; Tue, 19 Aug 2008 20:52:24 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApU2AHKzqkhV4S2yPGdsb2JhbACBYoZqiTwBAQEBLaRYgVs Original-Received: from c-b22de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO husetbladh.homeip.net) ([85.225.45.178]) by ironport1.bredband.com with ESMTP; 19 Aug 2008 20:52:24 +0200 User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:102681 Archived-At: Tom Tromey skrev: >>>>>> "Ivan" == Ivan Kanis writes: > >>> In my opinion "size of the screen" != "size of the screen excluding >>> taskbar and stuff". So I'd consider that w32 behavior a bug. > > Ivan> Well 'fullheight' does screen height minus taskbar in Gnome. > > Has this changed recently? > > I'm running CVS Emacs (from a couple months back) on Fedora 9, and > fullscreen really means fullscreen -- no Gnome panel, no window > manager decorations, just Emacs. > It all depends on the window manager. FWIW, I get a screen with just Emacs for Gnome in Ubuntu 8.04. Jan D.