From 07bc0bdd7aa4b071463181943bcc0ee0b769c993 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 2 Apr 2014 13:26:02 +0200 Subject: Try to improve the promotion situation on ICS by allowing chess-ply to query for the promotion piece. --- chess-ics.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index a5ac8fb..0e0fbea 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -443,6 +443,8 @@ See `chess-ics-game'.") (chess-session 'chess-ics)) chess-ics-sessions) (assert (caar chess-ics-sessions)) + (with-current-buffer (caar chess-ics-sessions) + (setq chess-ply-allow-interactive-query t)) (let ((game (chess-engine-game (caar chess-ics-sessions)))) (chess-game-set-data game 'ics-game-number game-number) (chess-game-set-data game 'ics-buffer (current-buffer)) -- cgit v1.2.3