From xemacs-m  Sat May 10 09:13:55 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 JAA17793
	for <xemacs-beta@xemacs.org>; Sat, 10 May 1997 09:13:53 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcoya25508; Sat, 10 May 1997 10:13:52 -0400 (EDT)
Date: Sat, 10 May 1997 10:13:52 -0400 (EDT)
Message-Id: <QQcoya25508.199705101413@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: toggle-read-only and display-time break down
In-Reply-To: <m2afm3dfqk.fsf@altair.xemacs.org>
References: <199705100240.VAA15033@xemacs.org>
	<m2afm3dfqk.fsf@altair.xemacs.org>
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid (beta4)
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:
 > David Bakhash <cadet@mit.edu> writes:
 > 
 > > Also, if I leave XEmacs running for a while, then read-only mode
 > > breaks down and just lets you edit read-only buffers.  did anyone
 > > else find this?  is it fixed in the 20.0?  I'll also report a bug.
 > 
 > That's odd.  Can you provide some details about this one?

Look for occurrences of inhibit-read-only being set, or being
bound inside a lambda or let clause with a recursive edit or
minibuffer read also inside the clause.  The report makes sense
within those contexts.  If the lossage happens again, check the
value of inhibit-read-only.

