From xemacs-m  Fri Mar 28 21:46:57 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 VAA14733
	for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 21:46:55 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcixj02316; Fri, 28 Mar 1997 22:46:55 -0500 (EST)
Date: Fri, 28 Mar 1997 22:46:55 -0500 (EST)
Message-Id: <QQcixj02316.199703290346@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: Re: frame-icon problem (was Re: "live-icon" problem)
In-Reply-To: <199703290037.QAA04719@bittersweet.inetarena.com>
References: <199703281524.HAA08084@network-services.uoregon.edu>
	<199703281558.IAA21525@branagh.ta52.lanl.gov>
	<199703290020.RAA24043@branagh.ta52.lanl.gov>
	<199703290037.QAA04719@bittersweet.inetarena.com>
X-Mailer: VM 6.23 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

Karl M. Hegbloom writes:
 > 
 >  There is also some bad interaction between live-icon and
 > balloon-help.  With both of them required in ~/.emacs, moving the
 > mouse out of a region after a balloon is popped up causes an error
 > *-<blonk>-* and a message screams ["AAAAAAAAAA" "AAAAAAAAAA"... in the
 > minibuffer.

:-)

 >  I think that live-icon's pixmap vector trys to be a balloon help
 > string or something???  The multi-line balloon helps on the VM toolbar
 > don't cause the blonk, just the single line ones do, I noticed.

Most likely the code is referencing off the end of the array of
pixmap pixels that it builds.  live-icon assumes modelines and
minibuffers are present on every frame and this is a bad
assumption.

If you live-icon users want it to keep working, somebody needs to
adopt it.

