From xemacs-m  Sun Feb  9 19:22: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 TAA20642
	for <xemacs-beta@xemacs.org>; Sun, 9 Feb 1997 19:22:08 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQccfl09629; Sun, 9 Feb 1997 20:22:08 -0500 (EST)
Date: Sun, 9 Feb 1997 20:22:08 -0500 (EST)
Message-Id: <QQccfl09629.199702100122@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: 20.0: newline inserts into open ended extents

If point is at the end of an open ended extent and you hit RET
(which is bound to `newline') the newline ends up inside the
extent.  Bogus.  Inserts at the end of an open ended extent are
not supposed to go inside the extent.  I looked at the newline
function and it is a swamp of stuff relating to redisplay and
text properties.  I don't care about redisplay or text
properties, I want users' keystrokes to stay out of my attachment
tag extents.

It's broken in 19.14 too, so I'm doomed.

