From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Hodges Newsgroups: gmane.emacs.devel Subject: Re: [M.P.Hodges@rl.ac.uk: table.el: beginning/end of line commands.] Date: Fri, 21 Jul 2006 09:09:24 +0100 Message-ID: <87u05bnzuz.fsf@escpc40.esc.rl.ac.uk> References: <20051122.150344.159155296.Takaaki.Ota@am.sony.com> <87k668wxod.fsf@escpc40.esc.rl.ac.uk> <20060720.174924.01388293.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1153471299 30042 80.91.229.2 (21 Jul 2006 08:41:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jul 2006 08:41:39 +0000 (UTC) Cc: Tak Ota Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 21 10:41:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3qZf-0005n2-J4 for ged-emacs-devel@m.gmane.org; Fri, 21 Jul 2006 10:41:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3qZe-0004OZ-Ps for ged-emacs-devel@m.gmane.org; Fri, 21 Jul 2006 04:41:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3q6B-0001cy-IQ for emacs-devel@gnu.org; Fri, 21 Jul 2006 04:11:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3q67-0001ci-Ta for emacs-devel@gnu.org; Fri, 21 Jul 2006 04:11:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3q67-0001cf-Pj for emacs-devel@gnu.org; Fri, 21 Jul 2006 04:10:59 -0400 Original-Received: from [130.246.135.200] (helo=oin.rl.ac.uk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G3q6U-0003Gy-Jh for emacs-devel@gnu.org; Fri, 21 Jul 2006 04:11:22 -0400 X-RAL-MFrom: X-RAL-Connect: Original-Received: from escpc40.esc.rl.ac.uk (escpc40.esc.rl.ac.uk [130.246.77.13]) by oin.rl.ac.uk (8.12.11/8.12.11) with ESMTP id k6L89OVP004609 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Fri, 21 Jul 2006 09:10:54 +0100 Original-Received: from mph45 by escpc40.esc.rl.ac.uk with local (Exim 4.62) (envelope-from ) id 1G3q4a-0006A4-2J; Fri, 21 Jul 2006 09:09:24 +0100 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-CCLRC-SPAM-report: -4.9 : BAYES_00 X-Scanned-By: MIMEDefang 2.39 X-Mailman-Approved-At: Fri, 21 Jul 2006 04:41:15 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:57419 Archived-At: --=-=-= >>>>> 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 * textmodes/table.el: Add move-beginning-of-line and move-end-of-line to Point Motion Only Group. Can someone install it? Thanks, Matt --=-=-= Content-Type: text/x-patch Content-Disposition: attachment Content-Description: table.el patch. --- 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 --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--