[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 140/255: board propagates setf'd moves to trackers
From: |
Eric Schulte |
Subject: |
[elpa] 140/255: board propagates setf'd moves to trackers |
Date: |
Sun, 16 Mar 2014 01:02:36 +0000 |
eschulte pushed a commit to branch go
in repository elpa.
commit cfb57a818c6435bd0d5a952c6583a58489da0fb7
Author: Eric Schulte <address@hidden>
Date: Sat Jun 2 19:50:33 2012 -0600
board propagates setf'd moves to trackers
---
go-board.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/go-board.el b/go-board.el
index b843143..4c8540b 100644
--- a/go-board.el
+++ b/go-board.el
@@ -379,6 +379,7 @@
(with-board board
(apply-turn-to-board (list move))
(goto-char (point-of-pos (cddr move)))
+ (mapcar (lambda (tr) (setf (go-move tr) move)) *trackers*)
(setf *turn* (other-color *turn*))))
(defmethod go-labels ((board board))
- [elpa] 127/255: documentation tweaks, (continued)
- [elpa] 127/255: documentation tweaks, Eric Schulte, 2014/03/15
- [elpa] 129/255: igs message types from igs.c, Eric Schulte, 2014/03/15
- [elpa] 118/255: cleanup in go.el, Eric Schulte, 2014/03/15
- [elpa] 130/255: adding a file for tracking development notes, Eric Schulte, 2014/03/15
- [elpa] 128/255: starting to flesh out igs support, Eric Schulte, 2014/03/15
- [elpa] 119/255: test cleanup, Eric Schulte, 2014/03/15
- [elpa] 132/255: moving char-to-num and num-to-char to util, Eric Schulte, 2014/03/15
- [elpa] 115/255: uniform gnugo prefix, Eric Schulte, 2014/03/15
- [elpa] 134/255: notes, Eric Schulte, 2014/03/15
- [elpa] 131/255: transitioning IGS interface to use client mode, Eric Schulte, 2014/03/15
- [elpa] 140/255: board propagates setf'd moves to trackers,
Eric Schulte <=
- [elpa] 137/255: setf method for aget, Eric Schulte, 2014/03/15
- [elpa] 133/255: igs using a process filter for asynch processing, Eric Schulte, 2014/03/15
- [elpa] 136/255: two small fixes, Eric Schulte, 2014/03/15
- [elpa] 135/255: stubbed out API interface for go-board, Eric Schulte, 2014/03/15
- [elpa] 139/255: fixed off-by-one in igs moves & tracking last move, Eric Schulte, 2014/03/15
- [elpa] 138/255: igs can track a current game and apply moves, Eric Schulte, 2014/03/15
- [elpa] 142/255: TODO igs probably needs to periodically ping the server, Eric Schulte, 2014/03/15
- [elpa] 143/255: pass move through board to *back-end*, Eric Schulte, 2014/03/15
- [elpa] 144/255: tests require igs, Eric Schulte, 2014/03/15
- [elpa] 146/255: print igs kibitz strings, Eric Schulte, 2014/03/15