From xemacs-m  Sat Mar  1 17:00:09 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 RAA22172
	for <xemacs-beta@xemacs.org>; Sat, 1 Mar 1997 17:00:08 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcfax19282; Sat, 1 Mar 1997 17:46:44 -0500 (EST)
Date: Sat, 1 Mar 1997 17:46:44 -0500 (EST)
Message-Id: <QQcfax19282.199703012246@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: RFC:  pre-display-buffer-function [was Re: annoying buffer switching/focus  behavior]
In-Reply-To: <m2d8tjjknx.fsf@altair.xemacs.org>
References: <yvtafoo8frj.fsf@corona.pixar.com>
	<yvt91488atk.fsf@corona.pixar.com>
	<m2d8tjjknx.fsf@altair.xemacs.org>
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

Steven L Baur writes:
 > We already have two customization variables can you use them?
 > 
 > C-h v pop-up-windows
 > pop-up-windows's value is t
 >   -- a variable declared in Lisp.
 > 
 > Documentation:
 > *Non-nil means display-buffer should make new windows.
 > 
 > 
 > C-h v pop-up-frames
 > pop-up-frames's value is nil
 >   -- a variable declared in Lisp.
 > 
 > Documentation:
 > *Non-nil means `display-buffer' should make a separate frame.

They don't fit the question, which is, "If the buffer is
displayed in some other frame, should we forego displaying it in
the current frame?"

