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: Juanma Barranquero
Subject: Re: How to start emacs in a maximized frame in X?
Date: Mon, 11 Dec 2006 10:22:50 +0100

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)))

                   /L/e/k/t/u




reply via email to

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