comparison man/xemacs/frame.texi @ 485:3fc0174a5541

[xemacs-hg @ 2001-04-26 20:03:58 by adrian] [PATCH] Document default-frame-alist as obsolete in xemacs/frame.texi <ueluf4eit.fsf@rapier.ecf.teradyne.com>
author adrian
date Thu, 26 Apr 2001 20:03:59 +0000
parents d7a9135ec789
children cfe4bcb9bdd4
comparison
equal deleted inserted replaced
484:029314e67086 485:3fc0174a5541
505 The function @code{switch-to-buffer-other-frame} is just like 505 The function @code{switch-to-buffer-other-frame} is just like
506 @code{switch-to-buffer}, but creates a new frame to display the buffer 506 @code{switch-to-buffer}, but creates a new frame to display the buffer
507 in first. This is normally bound to @kbd{C-x 5 b}. 507 in first. This is normally bound to @kbd{C-x 5 b}.
508 508
509 @vindex default-frame-alist 509 @vindex default-frame-alist
510 @vindex default-frame-plist
510 You can specify a different default frame size other than the one provided. 511 You can specify a different default frame size other than the one provided.
511 Use the variable @code{default-frame-alist}, which is an alist of default 512 Use the variable @code{default-frame-plist}, which is a plist of default
512 values for frame creation other than the first one. These may be set in 513 values for frame creation other than the first one. These may be set in
513 your init file, like this: 514 your init file, like this:
514 515
515 @example 516 @example
516 (setq default-frame-alist '((width . 80) (height . 55))) 517 (setq default-frame-plist '(width 80 height 55))
517 @end example 518 @end example
519
520 This variable has replaced @code{default-frame-alist}, which is
521 considered obsolete.
518 522
519 @vindex x-frame-defaults 523 @vindex x-frame-defaults
520 For values specific to the first XEmacs frame, you must use X resources. 524 For values specific to the first XEmacs frame, you must use X resources.
521 The variable @code{x-frame-defaults} takes an alist of default frame 525 The variable @code{x-frame-defaults} takes an alist of default frame
522 creation parameters for X window frames. These override what is 526 creation parameters for X window frames. These override what is