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

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

[elpa] master 7c63694 2/2: [gnugo] Document new ‘C-u F’ behavior.


From: Thien-Thi Nguyen
Subject: [elpa] master 7c63694 2/2: [gnugo] Document new ‘C-u F’ behavior.
Date: Thu, 16 Feb 2017 03:50:44 -0500 (EST)

branch: master
commit 7c636949741d442bb5c4d3735c94141a8e6631a7
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [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.
---
 packages/gnugo/gnugo.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 2dd27fb..55acf2d 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]