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

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

Re: Setting default size of the window on OSX


From: Kevin Rodgers
Subject: Re: Setting default size of the window on OSX
Date: Thu, 30 Jan 2003 18:24:26 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Gabriel Foster wrote:

Is there a way to set the default size of a window when it is created. Especially the default window that is created on startup? I need to do this under Mac OSX. I'm using the Aquafied version 21.3.50.1 built 2002-11-27.

Yes, there is the --geometry command line option; see the "Window Size X"
node of the Emacs manual.

There is the Emacs.geometry X resource; see the "Resources X" node.

There are the initial-frame-alist and default-frame-alist variables; use
`C-h v' to read their documentation strings.

There are the set-frame-size, set-screen-height, and set-screen-width
functions; use `C-h f' to read their doc strings.

There are the height and width (and left and top) frame parameters; see the
"X Frame Parameters" node of the Emacs Lisp manual, and `C-h f modify-frame-
parameters'.

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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