]> git.eshelyaron.com Git - emacs.git/commit
Ancient leading comment removed.
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Mar 1996 20:43:05 +0000 (20:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Mar 1996 20:43:05 +0000 (20:43 +0000)
commitf5ecf0c90362f451a86d6127366cf950c724b95b
treecc66a318489dd5b894020d383d6ba32c560415ec
parent8dc7496c3f472a54d652c0725e2c015353c35bac
Ancient leading comment removed.
(gomoku-mode-map): Added numeric keypad for 8 directions, changed
comments to lowercase (C-c rather than C-C), added SPC to play and
undo's binding to go back.
(gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-font-lock-keywords):  New variables.
(gomoku-mode): Use it and make buffer read-only for user.
(gomoku-terminate-game): Remove (ding) -- maybe should be optonal.
(gomoku-init-display): Rewritten, makes fields intangible so you
can't go in between.  Make free fields have mouse-face.
(gomoku-cross-qtuple): Take account of intangible text, and that
empty lines are now really empty.
(gomoku-move-left, gomoku-move-right): Removed thanks to intangibility.
(gomoku-move-ne, -se, -nw, -sw): Use normal left / right motion.
lisp/play/gomoku.el