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 08:47:11 +0200 Message-ID: <87ppvveq6o.fsf@engster.org> References: <87txl8dzsm.fsf@engster.org> <83d2rwrokg.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370760441 3858 80.91.229.3 (9 Jun 2013 06:47:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 06:47:21 +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 08:47:22 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 1UlZPO-0002sf-7t for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 08:47:22 +0200 Original-Received: from localhost ([::1]:44900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZPN-0003zg-LG for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 02:47:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZPK-0003xl-59 for emacs-devel@gnu.org; Sun, 09 Jun 2013 02:47:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlZPJ-0004lc-7A for emacs-devel@gnu.org; Sun, 09 Jun 2013 02:47:18 -0400 Original-Received: from randomsample.de ([83.169.19.17]:37849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlZPI-0004lV-Qk; Sun, 09 Jun 2013 02:47:17 -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=+6CqHTiiJa011+Oe7VTYnRbi1/3rtyusg6x89F8z7JU=; b=uTnV0fyXYt2u/c1IYSSHXrCu4ZE/92CKJqYIThlDm/Y7aebOVo+84WhPRCZmmEz2LfobW8s0fvoBSQrEfBtYbDnTvf59StNObzoPIi/m79dZyubwOnhPXbXdWyL2TebO; 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 1UlZPH-0003a2-EW; Sun, 09 Jun 2013 08:47:15 +0200 In-Reply-To: <83d2rwrokg.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 09 Jun 2013 05:43:43 +0300") 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:160275 Archived-At: 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? If so, is there some way to override the character width/height? Since I'm only displaying images, I wouldn't care about garbled text. -David