From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Using Emacs on small-display devices Date: Wed, 02 Jun 2010 10:38:54 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291826523 16508 80.91.229.12 (8 Dec 2010 16:42:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 16:42:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 17:41:56 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQN5W-00073k-Eq for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 17:41:54 +0100 Original-Received: from localhost ([127.0.0.1]:38608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQN5V-0004sa-CF for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 11:41:53 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe01.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:/ihMUvghCdkzXn7hRA75Ser8DnI= Original-Lines: 26 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Wed, 02 Jun 2010 14:38:54 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:178561 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75632 Archived-At: >>> Let me rephrase my question then: WHICH parameters, to which values? >> If I did not write it, it's because I didn't know it. >> So I did what you didn't do: C-h i m elisp RET m frame paramters RET and >> looked around. The answer is in "29.3.3.3 Size Parameters" > Doing this in my 21.4.1.... Nothing relevant... That parameter didn't exist. > Logging into a machine with 23.2, and rechecking... Still nothing > relevant... It's there in "29.3.3.3 Size Parameters": `fullscreen' Specify that width, height or both shall be maximized. The value `fullwidth' specifies that width shall be as wide as possible. The value `fullheight' specifies that height shall be as tall as possible. The value `fullboth' specifies that both the width and the height shall be set to the size of the screen. The value `maximized' specifies that the frame shall be maximized. The difference between `maximized' and `fullboth' is that the former still has window manager decorations while the latter really covers the whole screen. -- Stefan