* [PATCH] Remap move-(beginning|end)-of-line in gomoku.el
@ 2009-12-08 11:07 jemarch
2009-12-08 11:28 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: jemarch @ 2009-12-08 11:07 UTC (permalink / raw)
To: emacs-devel
Hi.
Just a tiny patch that makes C-a and C-e to work properly in
gomoku.el.
2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
* play/gomoku.el (gomoku-mode-map): Remap
`move-(beginning|end)-of-line' instead of
`(beginning|end)-of-line'.
Index: lisp/play/gomoku.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/gomoku.el,v
retrieving revision 1.58
diff -u -r1.58 gomoku.el
--- lisp/play/gomoku.el 3 Nov 2009 02:04:35 -0000 1.58
+++ lisp/play/gomoku.el 8 Dec 2009 11:01:43 -0000
@@ -151,8 +151,8 @@
(define-key gomoku-mode-map [remap previous-line] 'gomoku-move-up)
(define-key gomoku-mode-map [remap next-line] 'gomoku-move-down)
- (define-key gomoku-mode-map [remap beginning-of-line] 'gomoku-beginning-of-line)
- (define-key gomoku-mode-map [remap end-of-line] 'gomoku-end-of-line)
+ (define-key gomoku-mode-map [remap move-beginning-of-line] 'gomoku-beginning-of-line)
+ (define-key gomoku-mode-map [remap move-end-of-line] 'gomoku-end-of-line)
(define-key gomoku-mode-map [remap undo] 'gomoku-human-takes-back)
(define-key gomoku-mode-map [remap advertised-undo] 'gomoku-human-takes-back))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Remap move-(beginning|end)-of-line in gomoku.el
2009-12-08 11:07 [PATCH] Remap move-(beginning|end)-of-line in gomoku.el jemarch
@ 2009-12-08 11:28 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2009-12-08 11:28 UTC (permalink / raw)
To: jemarch; +Cc: emacs-devel
On Tue, Dec 8, 2009 at 12:07, <jemarch@gnu.org> wrote:
> Just a tiny patch that makes C-a and C-e to work properly in
> gomoku.el.
Installed, thanks.
Juanma
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-08 11:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 11:07 [PATCH] Remap move-(beginning|end)-of-line in gomoku.el jemarch
2009-12-08 11:28 ` Juanma Barranquero
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).