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 11:14:48 +0200 Message-ID: References: <87txl8dzsm.fsf@engster.org> <83d2rwrokg.fsf@gnu.org> <87ppvveq6o.fsf@engster.org> <87mwqzsq47.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: 7bit X-Trace: ger.gmane.org 1370769300 10603 80.91.229.3 (9 Jun 2013 09:15:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 09:15:00 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: David Engster Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 09 11:14:56 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 1UlbiB-0006AV-LD for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 11:14:55 +0200 Original-Received: from localhost ([::1]:37429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlbiB-00076U-77 for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 05:14:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulbi7-00076P-1A for emacs-devel@gnu.org; Sun, 09 Jun 2013 05:14:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulbi6-0001xh-7l for emacs-devel@gnu.org; Sun, 09 Jun 2013 05:14:50 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:62064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulbi6-0001xO-07 for emacs-devel@gnu.org; Sun, 09 Jun 2013 05:14:50 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 92221CA1A for ; Sun, 9 Jun 2013 11:14:48 +0200 (CEST) Original-Received: (qmail 7210 invoked by uid 89); 9 Jun 2013 09:14:48 -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 09:14:48 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 1A6121A1D0F; Sun, 9 Jun 2013 09:14:48 +0000 (UTC) In-Reply-To: <87mwqzsq47.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:160279 Archived-At: Hello. Internal or external border width probably. Jan D. 9 jun 2013 kl. 09:24 skrev David Engster : > David Engster writes: >> Eli Zaretskii writes: >>>> From: David Engster >>>> Date: Sun, 09 Jun 2013 00:04:57 +0200 >>>> >>>> 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? >>> >>> Yes, this is by design. >> >> So the only way to have Emacs cover the entire screen without window >> decorations is to use a font which fits? > > Actually, even that does not seem to work. If I set the '8x16' font in > the new frame and then switch to fullscreen, it can show only 47 lines > instead of 48 on a 1366x768 display. What is taking up the space down > there? > > -David