From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: problem with fullscreen and frame-cmds Date: Wed, 29 May 2013 09:47:44 -0700 (PDT) Message-ID: <7416fd06-9951-4b5a-b1df-e9eb40e79fb5@default> References: <47397e94-58b4-49d3-8ad5-c5edca8dc11f@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1369846092 12215 80.91.229.3 (29 May 2013 16:48:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 May 2013 16:48:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: simona bellavista Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 29 18:48:11 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UhjXl-0000vi-Db for geh-help-gnu-emacs@m.gmane.org; Wed, 29 May 2013 18:48:09 +0200 Original-Received: from localhost ([::1]:35025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhjXl-0004F1-3C for geh-help-gnu-emacs@m.gmane.org; Wed, 29 May 2013 12:48:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhjXV-0004Eb-LF for help-gnu-emacs@gnu.org; Wed, 29 May 2013 12:47:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhjXQ-0004za-T5 for help-gnu-emacs@gnu.org; Wed, 29 May 2013 12:47:53 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:30630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhjXQ-0004zM-HU for help-gnu-emacs@gnu.org; Wed, 29 May 2013 12:47:48 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r4TGliLt006518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 May 2013 16:47:44 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4TGlijW029981 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 29 May 2013 16:47:45 GMT Original-Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4TGliY4011778; Wed, 29 May 2013 16:47:44 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.7 (607090) [OL 12.0.6668.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91144 Archived-At: I'm guessing that your VNC client uses some of the vertical space, so the c= alculation of the maximum frame size, which is based on your actual screen = size, is not adequate. =20 Try customizing option `window-mgr-title-bar-pixel-height', increasing it t= o account for any vertical space lost to the VNC frame (or whatever). =20 Alternatively, you can customize option `available-screen-pixel-bounds'. Th= at lets you define the available screen size, both width and height. =20 (You can also set such options in your init file, making the value dependen= t on the current platform etc.) =20 Let me know. Off-list if you prefer. =20 Thx - Drew =20 I connect from my workstation to another system through vnc, and there I op= en emacs and use the package frame-cmds.el I am referring to the command toggle-max-frame. The problem is that when I = toggle to full screen I cannot see the lower bar (the one where one usually= insert commands)....