From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: read-only overlays (was: 23.0.50; delete-seletion-mode and read-only text) Date: Wed, 23 Jan 2008 16:41:14 -0500 Message-ID: References: <4795169E.5060704@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1201124521 17996 80.91.229.12 (23 Jan 2008 21:42:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 21:42:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 22:42:21 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHnML-00087R-Cw for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 22:42:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHnLv-0004OJ-GG for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 16:41:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHnLR-0003lO-I9 for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:41:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHnLQ-0003jL-1K for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:41:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHnLP-0003j4-RN for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:41:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHnLP-0001zx-G0 for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:41:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JHnLO-0001Dh-Oj; Wed, 23 Jan 2008 16:41:14 -0500 In-reply-to: (bojohan+news@dd.chalmers.se) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87396 Archived-At: It is no accident that read-only works only as a text property. It is tested for in textprop.c only as a text property. I am not sure that a read-only property on an overlay makes much sense. It is a strange thing to do. So I will fix the documentation.