comparison man/frames.texi @ 77193:588363d97121

(Creating Frames): Mention that face customizations can be put in .emacs. Add index entries.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 14 Apr 2007 12:16:56 +0000
parents 4805684e0b00
children 02b9a9aa5b0c dc002877ce12 e6fdae9180d4
comparison
equal deleted inserted replaced
77192:2b47f00a7c16 77193:588363d97121
513 @xref{Visiting}. 513 @xref{Visiting}.
514 @end table 514 @end table
515 515
516 @cindex default-frame-alist 516 @cindex default-frame-alist
517 @cindex initial-frame-alist 517 @cindex initial-frame-alist
518 @cindex face customization, in @file{~/.emacs}
519 @cindex color customization, in @file{~/.emacs}
518 You can control the appearance of new frames you create by setting the 520 You can control the appearance of new frames you create by setting the
519 frame parameters in @code{default-frame-alist}. You can use the 521 frame parameters in @code{default-frame-alist}. You can use the
520 variable @code{initial-frame-alist} to specify parameters that affect 522 variable @code{initial-frame-alist} to specify parameters that affect
521 only the initial frame. @xref{Initial Parameters,,, elisp, The Emacs 523 only the initial frame. @xref{Initial Parameters,,, elisp, The Emacs
522 Lisp Reference Manual}, for more information. 524 Lisp Reference Manual}, for more information.
535 Here's a similar example for specifying a foreground color: 537 Here's a similar example for specifying a foreground color:
536 538
537 @example 539 @example
538 (add-to-list 'default-frame-alist '(foreground-color . "blue")) 540 (add-to-list 'default-frame-alist '(foreground-color . "blue"))
539 @end example 541 @end example
542
543 @noindent
544 By putting such customizations in your @file{~/.emacs} init file, you
545 can control the appearance of all the frames Emacs creates, including
546 the initial one.
540 547
541 @node Frame Commands 548 @node Frame Commands
542 @section Frame Commands 549 @section Frame Commands
543 550
544 The following commands let you create, delete and operate on frames: 551 The following commands let you create, delete and operate on frames: