From xemacs-m  Fri Jul 11 15:31:32 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 PAA23868
	for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 15:31:30 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcxty10742; Fri, 11 Jul 1997 16:31:30 -0400 (EDT)
Date: Fri, 11 Jul 1997 16:31:30 -0400 (EDT)
Message-Id: <QQcxty10742.199707112031@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: XEmacs 20.3-beta12 "Helsinki" is released
In-Reply-To: <m2vi2ju4nh.fsf@altair.xemacs.org>
References: <m2en984tp2.fsf@altair.xemacs.org>
	<kigiuyjettf.fsf@jagor.srce.hr>
	<m2yb7fu7n2.fsf@altair.xemacs.org>
	<kig67ujepvq.fsf@jagor.srce.hr>
	<m2vi2ju4nh.fsf@altair.xemacs.org>
X-Mailer: VM 6.33 under 20.3 "Helsinki" XEmacs  Lucid (beta12)
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

 > > > Doing (setq debug-on-error t) does not stop and give a lisp
 > > > backtrace,
 > >
 > > This is because `buffer-read-only' is a member of
 > > `debug-ignored-errors'.  And it's intentional (it's in
 > > 19.34, too), since it is really annoying to get a debugger
 > > on every buffer-read-only error.  If the MIME code wants to
 > > throw an error, it can use another code.
 > 
 > I see.  I guess I don't fully understand all the implications of the
 > interface change.

debug-ignored-errors is fine; but preloading it with a bunch of
values is bogus to the max.  The default value should be nil.

