all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [matt@stchem.bham.ac.uk: Missing table cell commands.]
       [not found] <E1BVAhO-0006mO-1O@fencepost.gnu.org>
@ 2004-06-01 18:47 ` Tak Ota
  2004-06-04 17:39 ` Tak Ota
  1 sibling, 0 replies; 2+ messages in thread
From: Tak Ota @ 2004-06-01 18:47 UTC (permalink / raw)
  Cc: rms

Could someone install the following patch to the head of CVS.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [matt@stchem.bham.ac.uk: Missing table cell commands.]
       [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
  1 sibling, 0 replies; 2+ messages in thread
From: Tak Ota @ 2004-06-04 17:39 UTC (permalink / raw)
  Cc: rms

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-04 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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

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.