From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: Re: keymap in yank-excluded-properties Date: Thu, 24 Oct 2002 13:27:09 -0700 (PDT) Organization: Sony Electronics Inc. Sender: emacs-devel-admin@gnu.org Message-ID: <20021024.132709.60852480.Takaaki.Ota@am.sony.com> References: <20020903.133657.57972895.Takaaki.Ota@am.sony.com> <5xhefdjm7m.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035491381 1705 80.91.224.249 (24 Oct 2002 20:29:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2002 20:29:41 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184obs-0000RM-00 for ; Thu, 24 Oct 2002 22:29:40 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 184oeD-0006Rr-00 for ; Thu, 24 Oct 2002 22:32:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184oac-0001aP-00; Thu, 24 Oct 2002 16:28:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184oZd-0000BQ-00 for emacs-devel@gnu.org; Thu, 24 Oct 2002 16:27:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184oZZ-00008U-00 for emacs-devel@gnu.org; Thu, 24 Oct 2002 16:27:20 -0400 Original-Received: from mail6.fw-bc.sony.com ([160.33.98.73]) by monty-python.gnu.org with esmtp (Exim 4.10) id 184oZX-0008V3-00; Thu, 24 Oct 2002 16:27:15 -0400 Original-Received: from mail2.sjc.in.sel.sony.com (mail2.sjc.in.sel.sony.com [43.134.1.111]) by mail6.fw-bc.sony.com (8.8.8/8.8.8) with ESMTP id UAA22850; Thu, 24 Oct 2002 20:27:11 GMT Original-Received: by mail2.sjc.in.sel.sony.com id UAA03798; Thu, 24 Oct 2002 20:27:10 GMT Original-To: storm@cua.dk In-Reply-To: <5xhefdjm7m.fsf@kfs2.cua.dk> X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew-3.0.71 on Emacs-21.3.50.1 (i386-msvc-nt5.0.2195) of 2002-10-24 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8746 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8746 23 Oct 2002 15:53:17 +0200: storm@cua.dk (Kim F. Storm) wrote: > Some time ago, I wrote: > > I still think that my proposal for a yank-function text property (set > on the original table text, and used by yank and yank-rectangle to do > the yank) would do be a simple, yet powerful approach, as it would use > automatically copy that property to the kill-ring, so there is nothing > we need to add to basic functionality to achieve this. > > > Tue, 03 Sep 2002 09:26:46 -0400: Richard Stallman wrote: > > > How about if the two of you together try implementing the yank-function feature > > and a suitable function to handle yanking of tables? That way, we will see > > if the feature really can do the job at hand. > > > Tak Ota responded: > > > I'm sorry I forgot to reply to your suggested yanking behavior for > > table. What you suggested above made perfect sense. I'll start > > working on how to implement it as `yank-function'. I expect it is not > > as easy to implement as conceptually described above though. > > Tak, > > Have you made any progress on this? > > I didn't want to make any changes to emacs basics to support the > yank-function property until I had heard from you whether it was > possible to handle table(-fragment) yanking as suggested. > > -- > Kim F. Storm http://www.cua.dk Kim, I know it's been on my TODO list for sometime together with table documentation. I am really tied down to my bread-n-butter work. I'll get back to you when I'm ready. Sorry. -Tak