Mercurial > emacs
comparison lispref/frames.texi @ 25875:6a17c48b52ef
*** empty log message ***
author | Phillip Rulon <pjr@gnu.org> |
---|---|
date | Tue, 05 Oct 1999 23:26:05 +0000 |
parents | 467b88fab665 |
children | df0efa93750b |
comparison
equal
deleted
inserted
replaced
25874:906a123add31 | 25875:6a17c48b52ef |
---|---|
215 | 215 |
216 @node Initial Parameters | 216 @node Initial Parameters |
217 @subsection Initial Frame Parameters | 217 @subsection Initial Frame Parameters |
218 | 218 |
219 You can specify the parameters for the initial startup frame | 219 You can specify the parameters for the initial startup frame |
220 by setting @code{initial-frame-alist} in your @file{.emacs} file. | 220 by setting @code{initial-frame-alist} in your init file (@pxref{Init File}). |
221 | 221 |
222 @defvar initial-frame-alist | 222 @defvar initial-frame-alist |
223 This variable's value is an alist of parameter values used when creating | 223 This variable's value is an alist of parameter values used when creating |
224 the initial window frame. You can set this variable to specify the | 224 the initial window frame. You can set this variable to specify the |
225 appearance of the initial frame without altering subsequent frames. | 225 appearance of the initial frame without altering subsequent frames. |
227 | 227 |
228 @example | 228 @example |
229 (@var{parameter} . @var{value}) | 229 (@var{parameter} . @var{value}) |
230 @end example | 230 @end example |
231 | 231 |
232 Emacs creates the initial frame before it reads your @file{~/.emacs} | 232 Emacs creates the initial frame before it reads your init |
233 file. After reading that file, Emacs checks @code{initial-frame-alist}, | 233 file. After reading that file, Emacs checks @code{initial-frame-alist}, |
234 and applies the parameter settings in the altered value to the already | 234 and applies the parameter settings in the altered value to the already |
235 created initial frame. | 235 created initial frame. |
236 | 236 |
237 If these settings affect the frame geometry and appearance, you'll see | 237 If these settings affect the frame geometry and appearance, you'll see |