all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [M.P.Hodges@rl.ac.uk: table.el: beginning/end of line commands.]
       [not found]     ` <20060720.174924.01388293.Takaaki.Ota@am.sony.com>
@ 2006-07-21  8:09       ` Matt Hodges
  0 siblings, 0 replies; only message in thread
From: Matt Hodges @ 2006-07-21  8:09 UTC (permalink / raw)
  Cc: Tak Ota

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

>>>>> Tak Ota writes:

 > As I asked before can you accept to add move-beginning-of-line and
 > move-end-of-line instead of replacing beginning-of-line and
 > end-of-line?  If you agree please post the following change with
 > your changelog to emacs-devel@gnu.org so that someone can check it
 > in?

I don't see any reason why not (for backwards compatibility).  Here is
a changelog entry for the attached patch:

2006-07-21  Matt Hodges  <MPHodges@member.fsf.org>

	* textmodes/table.el: Add move-beginning-of-line and
	move-end-of-line to Point Motion Only Group.

Can someone install it?

Thanks,

Matt


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: table.el patch. --]
[-- Type: text/x-patch, Size: 368 bytes --]

--- table.el	21 Jul 2006 08:55:57 +0100	1.25
+++ table.el	21 Jul 2006 08:58:36 +0100	
@@ -1394,7 +1394,9 @@
      (setq table-command-remap-alist
 	   (cons (cons command func-symbol)
 		 table-command-remap-alist))))
- '(beginning-of-line
+ '(move-beginning-of-line
+   beginning-of-line
+   move-end-of-line
    end-of-line
    beginning-of-buffer
    end-of-buffer

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-21  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1EeeqV-0005En-Rx@fencepost.gnu.org>
     [not found] ` <20051122.150344.159155296.Takaaki.Ota@am.sony.com>
     [not found]   ` <87k668wxod.fsf@escpc40.esc.rl.ac.uk>
     [not found]     ` <20060720.174924.01388293.Takaaki.Ota@am.sony.com>
2006-07-21  8:09       ` [M.P.Hodges@rl.ac.uk: table.el: beginning/end of line commands.] Matt Hodges

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.