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

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

Re: Initial frame geometry in w32 gnu emacs


From: Eli Zaretskii
Subject: Re: Initial frame geometry in w32 gnu emacs
Date: Thu, 26 May 2005 06:36:16 +0300

> From: "B.T. Raven" <ejmn@cpinternet.com>
> Date: Wed, 25 May 2005 18:37:14 -0500
> 
> According to the docs, launching under X with the --geometry argument
> (along with suitable parameters) will size and position the initial
> frame on the screen. Can the same thing be accomplished by adding code
> to the .emacs?

Yes.  Here's an example:

    (add-to-list 'default-frame-alist '(top . 0))
    (add-to-list 'default-frame-alist '(left . 140))
    (add-to-list 'default-frame-alist '(height . 42))




reply via email to

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