emacs-chess
emacs-chess copied to clipboard
A complete chess client written in Emacs Lisp.
All functions relative to databases are not working (I have no chess-database-open). The same is for the opening book functions. Just the chess-polyglot-book-close is present. The chess display is giving...
Hello, This package seems nice but it's underdocumented about how to get going... chess-gnuchess.el didn't seem to be loaded, and after eval-buffer'ing it `M-x chess` still wanted to play with...
last-command-char and several other depreciated variables were removed from emacs 24.3. So keyboard input does not work in recent versions of Emacs. Workaround: (defadvice chess-input-shortcut (around last-command-char-fixup activate) (let ((last-command-char...
Due to change in process handling code on lines 309-310 of chess-engine.el ``` elisp (unless (process-filter proc) (set-process-filter proc 'chess-engine-filter))) ``` does not set up process output filter 'chess-engine-filter. This...
lichess?
lichess is libre, open source, has an API, a strong community, and "modern" features that fics doesn't (e.g. correspondence, hardly a modern or exotic feature). does anyone have any interest...