From xemacs-m  Sun Apr  6 01:56:02 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA26120
	for <xemacs-beta@xemacs.org>; Sun, 6 Apr 1997 01:56:01 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQckbn10716; Sun, 6 Apr 1997 03:56:00 -0400 (EDT)
Date: Sun, 6 Apr 1997 03:56:00 -0400 (EDT)
Message-Id: <QQckbn10716.199704060756@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 20.1-b11: can't make frame width smaller than 10
X-Mailer: VM 6.24 under 19.15 XEmacs Lucid
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Something inside XEmacs is setting a floor of 10 chars for frame
width changes.  I can 

(set-frame-width (selected-frame) 3)

and it is displayed at that width for a split second, but then
it is resized to width 10.  Not a terrible problem but fixing
it would make some of the smaller balloon help balloons size
properly.

