From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui, dedicated windows Date: Mon, 07 Jul 2008 14:01:52 -0600 Message-ID: References: <87zlowwyn1.fsf@localhorst.mine.nu> <18543.18102.11098.763936@kahikatea.snap.net.nz> <18545.42910.825681.693892@kahikatea.snap.net.nz> <87tzf18p5o.fsf@localhorst.mine.nu> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215460930 17819 80.91.229.12 (7 Jul 2008 20:02:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 20:02:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 07 22:02:56 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 1KFwvH-0001p4-0E for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 22:02:55 +0200 Original-Received: from localhost ([127.0.0.1]:32979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFwuP-0004fw-KD for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 16:02:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFwuK-0004e6-TV for emacs-devel@gnu.org; Mon, 07 Jul 2008 16:01:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFwuJ-0004bk-K2 for emacs-devel@gnu.org; Mon, 07 Jul 2008 16:01:55 -0400 Original-Received: from [199.232.76.173] (port=52812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFwuJ-0004bL-6c for emacs-devel@gnu.org; Mon, 07 Jul 2008 16:01:55 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]:43235) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFwuI-0001ik-Rd for emacs-devel@gnu.org; Mon, 07 Jul 2008 16:01:54 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m67K1r95019182 for ; Mon, 7 Jul 2008 16:01:54 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m67K1rVF030488; Mon, 7 Jul 2008 16:01:53 -0400 Original-Received: from opsy.redhat.com (vpn-10-112.bos.redhat.com [10.16.10.112]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m67K1qfk006784; Mon, 7 Jul 2008 16:01:53 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 584EB3781A0; Mon, 7 Jul 2008 14:01:52 -0600 (MDT) X-Attribution: Tom In-Reply-To: <87tzf18p5o.fsf@localhorst.mine.nu> (David Hansen's message of "Mon\, 07 Jul 2008 21\:33\:55 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:100427 Archived-At: >>>>> "David" == David Hansen writes: David> Just a bit curious, isn't it the window managers job to put the window David> into full screen? At least that's the way I do it. But I don't have a David> panel or stuff, so maybe these problems don't exits here at all. It is nice to be able to do it programmatically as well. AIUI, both Gnome and KDE conform to a spec that enables this possibility for client apps. Tom