emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:35:37 -0400

Index: emacs/lisp/textmodes/table.el
diff -c emacs/lisp/textmodes/table.el:1.6.2.1 
emacs/lisp/textmodes/table.el:1.6.2.2
*** emacs/lisp/textmodes/table.el:1.6.2.1       Fri Apr 16 12:50:37 2004
--- emacs/lisp/textmodes/table.el       Mon Jun 28 07:30:00 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]