emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Missing table cell commands.]


From: Tak Ota
Subject: Re: address@hidden: Missing table cell commands.]
Date: Fri, 04 Jun 2004 10:39:23 -0700 (PDT)

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  <address@hidden>  (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 <address@hidden>
  ;; 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 <address@hidden>
  ;; 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]