From xemacs-m  Sun Jun 22 16:40:42 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA19201
	for <xemacs-beta@xemacs.org>; Sun, 22 Jun 1997 16:40:40 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id OAA26281;
	Sun, 22 Jun 1997 14:41:20 -0700
To: Kyle Jones <kyle_jones@wonderworks.com>
Cc: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: Re: "error in post command hook"
References: <199706221126.EAA15329@bittersweet.inetarena.com> <QQcvbb10244.199706221547@crystal.WonderWorks.COM>
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 22 Jun 1997 14:41:16 -0700
In-Reply-To: Kyle Jones's message of "Sun, 22 Jun 1997 11:47:18 -0400 (EDT)"
Message-ID: <877mfmb9j7.fsf@bittersweet.inetarena.com>
Lines: 26
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

>>>>> "Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:

    Kyle> This is probably the same bug you and John Turner reported
    Kyle> months ago.  It afflicts live-icon/balloon-help and
    Kyle> frame-icon/balloon-help.  Hung frames and crashes were the
    Kyle> usual symptoms.

`live-icon' is trying to make an icon for the balloon help frames.
What needs to happen is that the unmap-screen-hook for the balloon
helps needs to have the live-icon-one-frame removed, OR,
live-icon-one-frame needs to check if the frame is a balloon (or
dialog) and not try to make an icon for it.

;; From "lisp/utils/live-icon.el":
(add-hook 'unmap-screen-hook 'live-icon-one-frame)

 I don't know how do do this yet...  I looked at it briefly this
morning...  How do I test if the frame is a balloon-help frame or a
dialog?


-- 
Karl M. Hegbloom <karlheg@inetarena.com>           finger or ytalk:
http://www.inetarena.com/~karlheg           karlheg@bittersweet.inetarena.com
Portland, OR  USA
Debian GNU 1.3  Linux 2.1.36 AMD K5 PR-133

