jwiegley / emacs-chess

A complete chess client written in Emacs Lisp.
http://www.newartisans.com/2008/05/emacs-chess-now-hosted-at-github/
GNU General Public License v3.0
122 stars 19 forks source link

> You can copy the current game as PGN with `C-u M-w` – you can then yank it into any buffer with `C-y`. #29

Open touxstone opened 5 years ago

touxstone commented 5 years ago

Yeap. It works. Thanks! I can save the current (e.g. an unfinished) game now, but I'm unable to carry on it once loaded it later (I only could go back/forward step by step over the game saved using the < and > keyboard keys). How-to I could make it live again?

_Originally posted by @touxstone in https://github.com/jwiegley/emacs-chess/issue_comments#issuecomment-437462576_

WorldsEndless commented 5 years ago

This is an ongoing problem for me; all the back and forward are just cosmetic, so if I actually need to correct a move or mistype, it's pretty tough. Also, it's hard to switch between games; things seem to remembered in uncleared variables somewhere, and I've had a hard time finding them.