help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to start emacs in a maximized frame in X?


From: Person
Subject: Re: How to start emacs in a maximized frame in X?
Date: Mon, 11 Dec 2006 14:04:20 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.0

Juanma Barranquero wrote:
On 12/11/06, Person <facetious_nickname@hotmail.com> 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)))

Thank you (and Lennart): I tried this .emacs customization and it produces results very, very close to a normal Windows "maximization."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]