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 03:49:30 +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 1166064612 4398 80.91.229.10 (14 Dec 2006 02:50:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 02:50:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 14 03:50:10 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 1Gugfh-0005Md-S0 for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 03:50:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gugfe-0006TH-Qd for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2006 21:50:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GugfS-0006Rj-VX for emacs-devel@gnu.org; Wed, 13 Dec 2006 21:49:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GugfR-0006R1-Sb for emacs-devel@gnu.org; Wed, 13 Dec 2006 21:49:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GugfR-0006Qp-P5 for emacs-devel@gnu.org; Wed, 13 Dec 2006 21:49:53 -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 1GugfR-0001Yu-71 for emacs-devel@gnu.org; Wed, 13 Dec 2006 21:49:53 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GugfJ-0003n4-EZ for emacs-devel@gnu.org; Thu, 14 Dec 2006 03:49:45 +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 03:49:45 +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 03:49:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 26 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:63699 Archived-At: Leo wrote: > * Patrick Drechsler (2006-12-14 01:57 +0100) said: > ^^^^^^^^^^^^^^^^^ >> This means that Emacs covers the window manager panels at the top >> and bottom ... > > That's what it means by fullscreen. Check out the fullscreen mode in > evince. You will see the same. Emacs has never done that in the past. Is this the expected behaviour? In case this is the intended behaviour: Which option do I pass to the emacs command to have a fullscreen emacs which does _not_ cover the window manager panels (ie gnome)? I would like to prevent using a direct "--geometry" option because I use my ~/.emacs.d/init.el file in different environments. Emacs is an editor. It should not have priority over the window manager used. IMHO. Patrick PS: On a side note: I think that evince's default setting are also configured wrong (at least when using Ubuntu 6.06). IMHO.