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: Emacs fullscreen and sizes in frame parameters Date: Sun, 9 Jun 2013 08:55:52 +0200 Message-ID: <27318B42-835A-403F-B7C7-EB90FC79E372@swipnet.se> References: <87txl8dzsm.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1370760963 8408 80.91.229.3 (9 Jun 2013 06:56:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 06:56:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Engster Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 09 08:56:03 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UlZXm-0007E3-Pl for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 08:56:02 +0200 Original-Received: from localhost ([::1]:47025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZXm-0005ez-Fa for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 02:56:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZXj-0005eu-BB for emacs-devel@gnu.org; Sun, 09 Jun 2013 02:56:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlZXi-0006rm-CO for emacs-devel@gnu.org; Sun, 09 Jun 2013 02:55:59 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:37116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZXi-0006rQ-4h for emacs-devel@gnu.org; Sun, 09 Jun 2013 02:55:58 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 2EFA9C51C for ; Sun, 9 Jun 2013 08:55:52 +0200 (CEST) Original-Received: (qmail 25796 invoked by uid 89); 9 Jun 2013 06:55:52 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.melmac.se with ESMTPA; 9 Jun 2013 06:55:52 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 982A81A1D0F; Sun, 9 Jun 2013 06:55:51 +0000 (UTC) In-Reply-To: <87txl8dzsm.fsf@engster.org> X-Mailer: Apple Mail (2.1503) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160276 Archived-At: Hello. 9 jun 2013 kl. 00:04 skrev David Engster : > I'd like Emacs to display an image so that it spans the *entire* = screen > from top to bottom. That means: just the image, no window decorations = or > anything else. >=20 > I know that Emacs frames can only have pixel-sizes which are multiples > of the character width and height. Still, I was hoping that I could > achieve that by simply making the frame a bit larger. However, it = seems > I cannot resize the frame when the 'fullscreen' parameter is set to > 'fullboth', which (I think) is the only way to get rid of the window > decorations. Is this really the case or am I missing something? You don't say what window system you are running, but for X at least, = the window manager does not allow resizing of a fullscreen window. This = is kind of the point of having fullscreen windows, i.e. fixed size = covering the screen. For NS, it behaves the same. I guess W32 does the = same thing, but I don't know for sure. Jan D.