From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Question about copy-region-as-kill Date: Tue, 9 Apr 2002 14:03:03 +0300 (IDT) Sender: emacs-devel-admin@gnu.org Message-ID: References: <5x3cy5md5e.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1018346802 30540 127.0.0.1 (9 Apr 2002 10:06:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Apr 2002 10:06:42 +0000 (UTC) Cc: John Wiegley , emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16usWP-0007wT-00 for ; Tue, 09 Apr 2002 12:06:41 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16uslB-000780-00 for ; Tue, 09 Apr 2002 12:21:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16usVu-0001rR-00; Tue, 09 Apr 2002 06:06:10 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16usUN-0004Ed-00; Tue, 09 Apr 2002 06:04:35 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id OAA12450; Tue, 9 Apr 2002 14:03:03 +0300 (IDT) X-Sender: eliz@is Original-To: "Kim F. Storm" In-Reply-To: <5x3cy5md5e.fsf@kfs2.cua.dk> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2479 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2479 On 9 Apr 2002, Kim F. Storm wrote: > Maybe read-only is special...? > Does it ever make sense to yank a read-only property into a buffer? Does it ever make sense to consider read-only as a property of text--any text at all? If not, perhaps read-only should not be a text property, but an overlay.