From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: How to start emacs in a maximized frame in X? Date: Mon, 11 Dec 2006 10:22:50 +0100 Message-ID: References: <4nfybn2ybe.fsf@gmail.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165829014 3645 80.91.229.10 (11 Dec 2006 09:23:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Dec 2006 09:23:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 11 10:23:32 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GthNg-0006FM-AT for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Dec 2006 10:23:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GthNf-00030b-Om for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Dec 2006 04:23:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GthN8-000303-QJ for help-gnu-emacs@gnu.org; Mon, 11 Dec 2006 04:22:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GthN7-0002zb-0K for help-gnu-emacs@gnu.org; Mon, 11 Dec 2006 04:22:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GthN6-0002zX-NG for help-gnu-emacs@gnu.org; Mon, 11 Dec 2006 04:22:52 -0500 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GthN6-0005cs-IZ for help-gnu-emacs@gnu.org; Mon, 11 Dec 2006 04:22:52 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so1997034nfe for ; Mon, 11 Dec 2006 01:22:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mLVCv5ditRYRpSnlFttFMGywJ/BKBcm1LGDS1eMgRXWOHPUHkV21TTJPsfY+6eWeX0him0I1YGxt62W4DJUiLEcpKmlhZEHad87/vNX5K137zP3L31mr0bGdOPsCn72iovHbBSTUvkbCZOEyrXvLzlcAhI0ZwKhC9RBJXAjo3nQ= Original-Received: by 10.82.182.8 with SMTP id e8mr904193buf.1165828970490; Mon, 11 Dec 2006 01:22:50 -0800 (PST) Original-Received: by 10.82.146.7 with HTTP; Mon, 11 Dec 2006 01:22:50 -0800 (PST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Content-Disposition: inline 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:39411 Archived-At: On 12/11/06, Person wrote: > Is there a Windows-safe version of > --fullscreen? I'd suggest adding Emacs.Fullscreen: both Emacs.Geometry: 100x50 ; use suitable width x height for your display to the HKLM\GNU\Emacs registry key, and this to .emacs: (add-hook 'window-setup-hook #'(lambda () (w32-send-sys-command ?\xF030))) /L/e/k/t/u