From xemacs-m  Fri Jul 11 15:02:37 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA22633
	for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 15:02:36 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id QAA02346 for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 16:02:37 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Re: save-some-buffers bug
References: <199707111711.NAA04541@simple.sst.ll.mit.edu> <QQcxtv10207.199707111947@crystal.WonderWorks.COM>
X-Attribution: Remek
X-Face: *_$\]C;VV*dP;8~h{,[C-2c1"O5SYp9T(n$;fVcywXC3:5t-rq<q2Su&1;JKMC:Rscf"uNt
 f]c6=T'F&Vw!Vr(\ug6s~go|!PVdW12'X!]%Vwyr*wgAAkH^P>vs"m{(/dy|?OB%_0eY~w6A,<T*R)
 km+-K4k38UG~1&4K!}Dp>a1gb%4.!=Oyx|k]<&>7mN5NOrK`pmII3CzO0v'F<#$NoJ;g0!?/J:}j!3
 &f@I8Wo8o1XOMV9k]"'C#>R
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Remek Trzaska <remek@npac.syr.edu>
Date: 11 Jul 1997 16:02:41 -0400
In-Reply-To: Kyle Jones's message of "Fri, 11 Jul 1997 15:47:10 -0400 (EDT)"
Message-ID: <rwxg1tl73xa.fsf@kopernik.npac.syr.edu>
Lines: 19
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta12) - "Helsinki"

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

Kyle> C-h is being read and acted upon.  The call to delete-other-window
Kyle> immediately thereafter by your code is wiping the help window from
Kyle> the screen.

Because of my unusual setup I was able to see the help information:

(setq special-display-buffer-names 
	'("*Help*" "*Hyper Help*" "*compilation*" "*igrep*"))

One thing that bugs me is the message 

display-buffer switched frames on its own!!

appearing every time I view-lossage, or press C-h while query-replace, 
save-some-buffers, etc. Can I disable this message?

Remek

