From f3fb03223eb03e1a362dbae4c1b48f8e07a48c0e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 03:51:55 +0000 Subject: Bug fixes. --- chess-gnuchess.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chess-gnuchess.el') diff --git a/chess-gnuchess.el b/chess-gnuchess.el index e53c871..1151291 100644 --- a/chess-gnuchess.el +++ b/chess-gnuchess.el @@ -34,6 +34,7 @@ (setq proc (start-process "chess-process" (current-buffer) (executable-find "gnuchess"))) (message "Starting chess program 'gnuchess'...done") + (process-send-string proc "nopost\n") proc)) ((eq event 'shutdown) @@ -48,7 +49,8 @@ ((eq event 'move) (unless chess-gnuchess-now-moving - (chess-engine-send nil (concat (chess-ply-to-algebraic (car args)) "\n")))))) + (chess-engine-send nil (concat (chess-ply-to-algebraic (car args)) + "\n")))))) (provide 'chess-gnuchess) -- cgit v1.2.3