emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo 0c4b37b 349/357: [gnugo] Document new ‘C-u F’ be


From: Stefan Monnier
Subject: [elpa] externals/gnugo 0c4b37b 349/357: [gnugo] Document new ‘C-u F’ behavior.
Date: Sun, 29 Nov 2020 14:51:55 -0500 (EST)

branch: externals/gnugo
commit 0c4b37b846796292332ef198eab5a93da873eca8
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo] Document new ‘C-u F’ behavior.
    
    This corrects an omission from 2017-02-14,
    "Make ‘C-u F’ store additional SGF properties".
    
    * packages/gnugo/gnugo.el (gnugo-display-final-score): Update docstring.
---
 gnugo.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index 2dd27fb..55acf2d 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1767,9 +1767,14 @@ Prefix arg means to redo all the undone moves."
   "Display final score and other info in another buffer (when game over).
 If the game is still ongoing, Emacs asks if you wish to stop play (by
 making sure two \"pass\" moves are played consecutively, if necessary).
-Also, add the `:RE' SGF property to the root node of the game tree.
-Prefix arg COMMENT means to also attach the text (slightly compacted)
-to the last move, as a comment."
+Also, add the `RE' (Result) SGF property to the root node of the game tree.
+Prefix arg means to attach to the last move the SGF properties:
+ TB -- Black Territory
+ TW -- White Territory
+ MA -- Mark (to indicate seki stones)
+ DD -- Dim Points (to indicate dead stones)
+each of which is a non-empty list of positions, as well as the final
+score text (slightly compacted) as a comment."
   (interactive "P")
   (let ((game-over (gnugo-get :game-over)))
     (unless (or game-over



reply via email to

[Prev in Thread] Current Thread [Next in Thread]