From xemacs-m  Fri Jun 20 10:33:28 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 KAA04050
	for <xemacs-beta@xemacs.org>; Fri, 20 Jun 1997 10:33:27 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcutq29033; Fri, 20 Jun 1997 11:33:29 -0400 (EDT)
Date: Fri, 20 Jun 1997 11:33:29 -0400 (EDT)
Message-Id: <QQcutq29033.199706201533@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 Developers <xemacs-beta@xemacs.org>
Subject: Re: new `save-some-buffers' for files.el
In-Reply-To: <kig205xvmp2.fsf@jagor.srce.hr>
References: <9706192354.AA17987@w20-575-41.MIT.EDU>
	<kigafkmhxft.fsf@jagor.srce.hr>
	<QQcurv19048.199706200358@crystal.WonderWorks.COM>
	<kig205xvmp2.fsf@jagor.srce.hr>
X-Mailer: VM 6.33 under 20.3 "Oslo" XEmacs Lucid (beta7)
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

Hrvoje Niksic writes:
 > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 > > But if it is to be made, the call to switch-to-buffer needs to pass
 > > t as the second arg, and the call needs to be wrapped in a
 > > condition-case expression because switch-to-buffer can fail and
 > > signal an error.
 > > 
 > > save-some-buffers-switch-to-buffer is better named
 > > save-some-buffers-query-display-buffer.
 > 
 > Will this patch (to be applied on top of the ones before) make you
 > happier?

No.  The feeling I have is best described as "looks right, smells 
wrong."  I rarely ignore these feelings when writing my own code,
but this is not my code.

