all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Ota <Takaaki.Ota@am.sony.com>
Cc: rms@gnu.org
Subject: Re: [matt@stchem.bham.ac.uk: Missing table cell commands.]
Date: Fri, 04 Jun 2004 10:39:23 -0700 (PDT)	[thread overview]
Message-ID: <20040604.103923.109278691.Takaaki.Ota@am.sony.com> (raw)
In-Reply-To: <E1BVAhO-0006mO-1O@fencepost.gnu.org>

Could someone install the following patch to the head of CVS.  I
verified that the modification is correct and meaningful.

Thank you.

-Tak


2004-06-01  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)

	* textmodes/table.el: Sentence commands added to Point Motion
	group; kill and backward-kill commands added to Extraction group.



*** ../../../../pub/emacs/emacs-21.3.50/lisp/textmodes/table.el	Mon Dec 29 03:29:31 2003
--- table.el	Tue Jun  1 11:36:39 2004
***************
*** 1,11 ****
  ;;; table.el --- create and edit WYSIWYG text based embedded tables
  
! ;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
  
  ;; Keywords: wp, convenience
  ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
  ;; Created: Sat Jul 08 2000 13:28:45 (PST)
! ;; Revised: Tue Dec 09 2003 14:36:50 (PST)
  
  ;; This file is part of GNU Emacs.
  
--- 1,11 ----
  ;;; table.el --- create and edit WYSIWYG text based embedded tables
  
! ;; Copyright (C) 2000, 01, 02, 03, 04 Free Software Foundation, Inc.
  
  ;; Keywords: wp, convenience
  ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
  ;; Created: Sat Jul 08 2000 13:28:45 (PST)
! ;; Revised: Tue Jun 01 2004 11:36:39 (PDT)
  
  ;; This file is part of GNU Emacs.
  
***************
*** 1410,1415 ****
--- 1410,1417 ----
     end-of-buffer
     forward-word
     backward-word
+    forward-sentence
+    backward-sentence
     forward-paragraph
     backward-paragraph))
  
***************
*** 1434,1442 ****
  	   (cons (cons command func-symbol)
  		 table-command-remap-alist))))
   '(kill-region
     delete-region
     copy-region-as-kill
!    kill-line))
  
  ;; Pasting Group
  (mapcar
--- 1436,1453 ----
  	   (cons (cons command func-symbol)
  		 table-command-remap-alist))))
   '(kill-region
+    kill-ring-save
     delete-region
     copy-region-as-kill
!    kill-line
!    kill-word
!    backward-kill-word
!    kill-sentence
!    backward-kill-sentence
!    kill-paragraph
!    backward-kill-paragraph
!    kill-sexp
!    backward-kill-sexp))
  
  ;; Pasting Group
  (mapcar

      parent reply	other threads:[~2004-06-04 17:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1BVAhO-0006mO-1O@fencepost.gnu.org>
2004-06-01 18:47 ` [matt@stchem.bham.ac.uk: Missing table cell commands.] Tak Ota
2004-06-04 17:39 ` Tak Ota [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040604.103923.109278691.Takaaki.Ota@am.sony.com \
    --to=takaaki.ota@am.sony.com \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.