>>>> "John" == John H Palmieri
<palmieri(a)math.washington.edu> writes:
John> Hrvoje Niksic <hniksic(a)arsdigita.com> writes:
> Please note that `.texi' file is the canonical source, i.e.
the file
> you should be changing.
John> Sorry, that's what I would have done, but I didn't know where the
texi
John> source files were. (I was expecting them to be in the info directory,
John> not the man directory.)
John> --- xemacs/frame.texi Thu Apr 12 11:22:27 2001
John> +++ xemacs/frame.texi.new Thu Apr 26 11:17:53 2001
John> @@ -507,14 +507,18 @@
John> in first. This is normally bound to @kbd{C-x 5 b}.
John> @vindex default-frame-alist
John> +@vindex default-frame-plist
John> You can specify a different default frame size other than the one provided.
John> -Use the variable @code{default-frame-alist}, which is an alist of default
John> +Use the variable @code{default-frame-plist}, which is a plist of default
John> values for frame creation other than the first one. These may be set in
John> your init file, like this:
John> @example
John> - (setq default-frame-alist '((width . 80) (height . 55)))
John,
below example is wrong. I will commit this to the trunk (21.5) as
+ (setq default-frame-plist '(width 80 height 55))
instead.
Vin, this is applicable to 21.1 also.
Stephen, please merge my change to 21.4 as well.
I have sent in following patch documenting what I will commit to make
your lifes easier.
From: Adrian.Aichner(a)t-online.de (Adrian Aichner)
Subject: [PATCH] Document default-frame-alist as obsolete in xemacs/frame.texi
To: XEmacs Patches <xemacs-patches(a)xemacs.org>
Date: 26 Apr 2001 22:00:58 +0200
Message-ID: <ueluf4eit.fsf(a)rapier.ecf.teradyne.com>
Best regards,
Adrian
John> + (setq default-frame-plist '(width . 80) (height . 55))
John> @end example
John> +
John> +This variable has replaced @code{default-frame-alist}, which is
John> +considered obsolete.
John> @vindex x-frame-defaults
John> For values specific to the first XEmacs frame, you must use X resources.
John> Here's a ChangeLog entry:
John> 2001-04-26 John H. Palmieri <"J. H. Palmieri"
<palmieri(a)math.washington.edu>>
John> * xemacs/frame.texi.new (XEmacs under X): Document
John> default-frame-plist rather than default-frame-alist.
John> --
John> J. H. Palmieri
John> Dept of Mathematics, Box 354350 mailto:palmieri@math.washington.edu
John> University of Washington
http://www.math.washington.edu/~palmieri/
John> Seattle, WA 98195-4350
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/