From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Patrick Drechsler Newsgroups: gmane.emacs.devel Subject: Re: fullscreen and gnome Date: Thu, 14 Dec 2006 05:07:54 +0100 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166069306 14303 80.91.229.10 (14 Dec 2006 04:08:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 04:08:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 14 05:08:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GuhtP-0003Fw-Jj for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 05:08:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuhtP-0003Qh-46 for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2006 23:08:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuhtE-0003Q7-28 for emacs-devel@gnu.org; Wed, 13 Dec 2006 23:08:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuhtC-0003Ph-LJ for emacs-devel@gnu.org; Wed, 13 Dec 2006 23:08:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuhtC-0003Pe-Hb for emacs-devel@gnu.org; Wed, 13 Dec 2006 23:08:10 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GuhtC-0005mP-31 for emacs-devel@gnu.org; Wed, 13 Dec 2006 23:08:10 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Guht4-0006FG-LA for emacs-devel@gnu.org; Thu, 14 Dec 2006 05:08:02 +0100 Original-Received: from dslb-084-057-091-072.pools.arcor-ip.net ([84.57.91.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 05:08:02 +0100 Original-Received: from patrick by dslb-084-057-091-072.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 05:08:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-057-091-072.pools.arcor-ip.net User-Agent: Thunderbird 1.5.0.8 (X11/20061117) In-Reply-To: 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:63701 Archived-At: Patrick Drechsler wrote: > starting emacs with `emacs -fs' ignores my window manager (gnome > using Ubuntu 6.06="Dapper"). This means that Emacs covers the window > manager panels at the top and bottom (default gnome settings using > Ubuntu Dapper). > > I am using a current CVS-checkout of Emacs: > > GNU Emacs 22.0.91.14 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of > 2006-12-12 on trurl > > Starting an Emacs session with > > /usr/local/emacs/bin/emacs --no-site-file -Q -fs > > results in the error described above (Emacs takes up the complete X: > no panels, not even the toolbar, is displayed). My last sentence is not correct. Emacs' toolbar IS displayed. Everything else is NOT displayed (ie panels from WM, frame(s) used by the WM (gnome), etc). Patrick