From xemacs-m  Tue Sep 23 23:50:08 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA25783
	for <xemacs-beta@xemacs.org>; Tue, 23 Sep 1997 23:50:08 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id VAA06925;
	Tue, 23 Sep 1997 21:56:07 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: [patch] `x-toolbar.el': `Info-frame-plist'
References: <873emx1ka2.fsf@bittersweet.inetarena.com>
X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$
 ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3
 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l<bZV1.AI`zWV%kPCnUhcgEe\(}/_kNd6,*3ZJ
 Q3o<YQ3^u;7jS=:p0--u3msQO
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: karlheg@inetarena.com's message of "22 Sep 1997 07:43:33 -0700"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Sep 1997 21:56:07 -0700
Message-ID: <m2lo0nmhso.fsf@altair.xemacs.org>
Lines: 19
X-Mailer: Quassia Gnus v0.10/XEmacs 20.3(beta24) - "Ljubljana"

Karl M Hegbloom <karlheg@inetarena.com> writes:

> 1997-09-22  Karl M. Hegbloom  <karlheg@inetarena.com>

> 	* x11/x-toolbar.el (Info-frame-plist): Added.
> 	(toolbar-info) Use new plist variable to make-frame.

> +(defcustom Info-frame-plist 
> +    (append (list 'width 80)
> +	    (let ((h (plist-get default-frame-plist 'height)))
> +	      (when h (list 'height h))))
> +    "Frame plist for the Info frame."
> +  :type '(repeat (group :inline t
> +		  (symbol :tag "Property")
> +		  (sexp :tag "Value")))
> +  :group 'info)

Should this be a defcustom?  Customized variables are static.  What
happens if you're later running in a differently sized window?

