From xemacs-m  Wed Sep 24 13:16:59 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA02944
	for <xemacs-beta@xemacs.org>; Wed, 24 Sep 1997 13:16:46 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.7/8.8.6) id UAA15570;
	Wed, 24 Sep 1997 20:16:35 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [patch] `x-toolbar.el': `Info-frame-plist'
References: <873emx1ka2.fsf@bittersweet.inetarena.com> <m2lo0nmhso.fsf@altair.xemacs.org>
X-Attribution: Hrvoje
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 24 Sep 1997 20:16:35 +0200
In-Reply-To: SL Baur's message of "23 Sep 1997 21:56:07 -0700"
Message-ID: <kigg1quy3uk.fsf@jagor.srce.hr>
Lines: 35
X-Mailer: Quassia Gnus v0.10/XEmacs 20.3(beta23) - "Sarajevo"

SL Baur <steve@xemacs.org> writes:

> 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?

I think it's OK for this to be a defcustom.

> Customized variables are static.  What happens if you're later
> running in a differently sized window?

Nothing.  Nothing special should happen, either.  The point is that
the info frame comes up of the desired size, and that you can
customize it.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Contrary to popular belief, Unix is user friendly.  
It just happens to be selective about who it makes friends with.

