From xemacs-m  Mon Jun  2 15:55:36 1997
Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA05292
	for <xemacs-beta@xemacs.org>; Mon, 2 Jun 1997 15:55:35 -0500 (CDT)
Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id WAA25901; Mon, 2 Jun 1997 22:54:02 +0200
Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id WAA04163; Mon, 2 Jun 1997 22:55:31 +0200
Date: Mon, 2 Jun 1997 22:55:31 +0200
Message-Id: <199706022055.WAA04163@zuse.dina.kvl.dk>
From: Per Abrahamsen <abraham@dina.kvl.dk>
To: xemacs-beta@xemacs.org
Subject: Misfeature of the local-map property in rear-closed extents


The `local-map' property doesn't apply when point is at the end of an
extent.  I believe it should iff the extent is rear-closed.

This is a problem in the customize 1.9905 and later.  To duplicate,
move point to the last position of an editable text field in a
customize buffer, and press `q'.  It will now bury the buffer, since
that is the mode binding of q.  Everywhere else in the field `q' will
self insert, because the `local-map' property says so.

