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: Sat, 06 Apr 2002 10:19:27 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <3791-Sat06Apr2002101927+0300-eliz@is.elta.co.il> References: <87ofh09xjq.fsf@alice.dynodns.net> <200204050602.g3562Dl18586@aztec.santafe.edu> <87bscx7rlf.fsf@alice.dynodns.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018078065 18558 127.0.0.1 (6 Apr 2002 07:27:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2002 07:27:45 +0000 (UTC) Cc: 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 16tkbx-0004pD-00 for ; Sat, 06 Apr 2002 09:27:45 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16tkpK-0006Wi-00 for ; Sat, 06 Apr 2002 09:41:34 +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 16tkbJ-0003j5-00; Sat, 06 Apr 2002 02:27:05 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16tkYY-0003ZZ-00; Sat, 06 Apr 2002 02:24:14 -0500 Original-Received: from zaretsky (diup-217-58.inter.net.il [213.8.217.58]) by balder.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BHJ20703; Sat, 6 Apr 2002 10:24:00 +0300 (IDT) Original-To: johnw@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <87bscx7rlf.fsf@alice.dynodns.net> (message from John Wiegley on Fri, 05 Apr 2002 14:39:24 -0700) 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:2404 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2404 > From: John Wiegley > Date: Fri, 05 Apr 2002 14:39:24 -0700 > > >>>>> On Thu Apr 4, RMS writes: > > > Most text properties are supposed to be killed and yanked. Imagine > > editing a multi-font document. > > Shouldn't this be a property of the document, rather than a general > rule? If most uses of text yanking want this rule, I think it makes sense to have it globally enabled. Lisp programs which don't want that can always remove the properties before inserting the text. > In the majority of cases, I think property copying is the wrong > thing to do. FWIW, my impression is exactly the opposite.