From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Emacs fullscreen and sizes in frame parameters Date: Sun, 09 Jun 2013 11:12:00 +0200 Message-ID: <87ip1nsl5r.fsf@engster.org> 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 Content-Type: text/plain X-Trace: ger.gmane.org 1370769133 9221 80.91.229.3 (9 Jun 2013 09:12:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 09:12:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 09 11:12:14 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 1UlbfY-0004a4-M2 for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 11:12:12 +0200 Original-Received: from localhost ([::1]:36224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlbfY-0006Hc-6x for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 05:12:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlbfU-0006HV-9d for emacs-devel@gnu.org; Sun, 09 Jun 2013 05:12:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlbfT-00012u-8K for emacs-devel@gnu.org; Sun, 09 Jun 2013 05:12:08 -0400 Original-Received: from randomsample.de ([83.169.19.17]:34638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlbfS-0000zh-SV; Sun, 09 Jun 2013 05:12:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=7SoMdXVrTUIEOABHVw6CO+zIQvl/yrB/vslVnmFxkWM=; b=HRfbk1bm5wDLykD4ahVoNOQof9PX5VwFgPiyvx1ekUNILaMTn3BAXMjEumS5WHuPt1VDt8Kc26YBL3oORCWOxrgvMycs1MT19QKaeNpqidzBcNYDyjAXbD0cYg/+mYe7; Original-Received: from dslc-082-083-055-245.pools.arcor-ip.net ([82.83.55.245] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UlbfR-0007pe-5t; Sun, 09 Jun 2013 11:12:05 +0200 In-Reply-To: <87mwqzsq47.fsf@engster.org> (David Engster's message of "Sun, 09 Jun 2013 09:24:56 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: Eli Zaretskii , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 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:160278 Archived-At: David Engster writes: > 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? Aaah, it's the internal border. Setting (internal-border-width . 0) in the frame parameters will do the trick. -David