From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui, dedicated windows Date: Mon, 07 Jul 2008 21:33:55 +0200 Organization: disorganized Message-ID: <87tzf18p5o.fsf@localhorst.mine.nu> References: <87zlowwyn1.fsf@localhorst.mine.nu> <18543.18102.11098.763936@kahikatea.snap.net.nz> <18545.42910.825681.693892@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215459524 12744 80.91.229.12 (7 Jul 2008 19:38:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 19:38:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 07 21:39:30 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 1KFwYV-0002kj-3o for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 21:39:23 +0200 Original-Received: from localhost ([127.0.0.1]:54730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFwXd-0006C7-E3 for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 15:38:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFwXY-0006B7-If for emacs-devel@gnu.org; Mon, 07 Jul 2008 15:38:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFwXW-0006AP-Mi for emacs-devel@gnu.org; Mon, 07 Jul 2008 15:38:24 -0400 Original-Received: from [199.232.76.173] (port=48540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFwXW-0006AM-DJ for emacs-devel@gnu.org; Mon, 07 Jul 2008 15:38:22 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:59184 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KFwXW-00066b-67 for emacs-devel@gnu.org; Mon, 07 Jul 2008 15:38:22 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KFwXS-0000Ud-Fj for emacs-devel@gnu.org; Mon, 07 Jul 2008 19:38:18 +0000 Original-Received: from e178058253.adsl.alicedsl.de ([85.178.58.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jul 2008 19:38:18 +0000 Original-Received: from david.hansen by e178058253.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jul 2008 19:38:18 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178058253.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:bgKBWT7eZmYWtvqRXWmYZwHWaeY= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:100424 Archived-At: On Mon, 07 Jul 2008 08:40:59 -0600 Tom Tromey wrote: >>>>>> "Nick" == Nick Roberts writes: > > Tom> To achieve this, a few changes are needed. First, Emacs needs a > Tom> new way to maximize a frame so it doesn't overshadow the panel. > > Nick> I'm not sure what you mean. Emacs appears maximise a frame like > Nick> any other application and the (Gnome) planel always remains > Nick> visible for me. > > Try: > > (modify-frame-parameters nil '((fullscreen . fullboth))) > > For me this covers the whole screen. I reported this last year > sometime ... Emacs needs a new fullscreen mode that respects the fd.o > standard here. (It needs the current mode for presentation apps.) Just a bit curious, isn't it the window managers job to put the window into full screen? At least that's the way I do it. But I don't have a panel or stuff, so maybe these problems don't exits here at all. David