From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Question about copy-region-as-kill Date: Mon, 08 Apr 2002 11:53:15 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200204081553.g38FrFM10159@rum.cs.yale.edu> References: <87ofh09xjq.fsf@alice.dynodns.net> <200204050602.g3562Dl18586@aztec.santafe.edu> <87bscx7rlf.fsf@alice.dynodns.net> <3791-Sat06Apr2002101927+0300-eliz@is.elta.co.il> <873cy9nsom.fsf@alice.dynodns.net> <87wuvk77mc.fsf@wesley.springies.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1018281294 1865 127.0.0.1 (8 Apr 2002 15:54:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Apr 2002 15:54:54 +0000 (UTC) Cc: Alan Shutko , Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=), 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 16ubTq-0000Ty-00 for ; Mon, 08 Apr 2002 17:54:54 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16ubiF-0007hO-00 for ; Mon, 08 Apr 2002 18:09:49 +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 16ubTG-0004a2-00; Mon, 08 Apr 2002 11:54:18 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ubSI-0004Uw-00; Mon, 08 Apr 2002 11:53:18 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g38FrFM10159; Mon, 8 Apr 2002 11:53:15 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Karl Eichwalder 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:2466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2466 > Sometimes perhaps. Properties might come with by default when you are > copying a whole entity (marked with "^^^^", keep italics and underline): > > [...] you also want the properties to come with. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > But when copy a part only keep only some of them (underline, drop italics): > > [...] you also want the properties to come with. > ^^^^^^^^^^^^^^^^^^^^ > > Or drop even italics: > > [...] you also want the properties to come with. > ^^^^^^^^^^^^^^ I think this points to a good compromise: strip any property whose value is the same across the whole copied text. Stefan