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 09:24:56 +0200 Message-ID: <87mwqzsq47.fsf@engster.org> References: <87txl8dzsm.fsf@engster.org> <83d2rwrokg.fsf@gnu.org> <87ppvveq6o.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370762709 22194 80.91.229.3 (9 Jun 2013 07:25:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 07:25:09 +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 09:25:09 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 1UlZzv-00060b-Gr for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 09:25:07 +0200 Original-Received: from localhost ([::1]:52157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZzv-0001ly-0g for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 03:25:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZzs-0001l9-2i for emacs-devel@gnu.org; Sun, 09 Jun 2013 03:25:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlZzr-00066e-99 for emacs-devel@gnu.org; Sun, 09 Jun 2013 03:25:04 -0400 Original-Received: from randomsample.de ([83.169.19.17]:50812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZzq-00062i-TO; Sun, 09 Jun 2013 03:25:03 -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=p642yAwBvcZwTdvQOZpXaQSF8/EhY5g5Su06Uw0RF8A=; b=bduIB/qxZSE6Br5D6+L2hEDhA/SoEzZ1i4Bqldi0mbqs5p3G1NwjWQuouqAZ+Xmy+LgVTGKmh7Ug7sx3I792zzDwXpEwsqvulAgqRPGv1mKLeUocdXZ/RzZq7gTtLYol; 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 1UlZzp-0004jm-1r; Sun, 09 Jun 2013 09:25:01 +0200 In-Reply-To: <87ppvveq6o.fsf@engster.org> (David Engster's message of "Sun, 09 Jun 2013 08:47:11 +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:160277 Archived-At: 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