[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/gnugo 7c7d43c 261/357: [gnugo int] Avoid superfluous ‘
From: |
Stefan Monnier |
Subject: |
[elpa] externals/gnugo 7c7d43c 261/357: [gnugo int] Avoid superfluous ‘gnugo-other’ call. |
Date: |
Sun, 29 Nov 2020 14:51:35 -0500 (EST) |
branch: externals/gnugo
commit 7c7d43cc528a68be662c69e75112265078bf3e4f
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>
[gnugo int] Avoid superfluous ‘gnugo-other’ call.
* packages/gnugo/gnugo.el (gnugo-toggle-abdication): ...here.
---
gnugo.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnugo.el b/gnugo.el
index bf7b120..d4cc344 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2304,13 +2304,12 @@ a move to play for you, the thinking is not cancelled
but instead
transformed into a move suggestion (see `gnugo-request-suggestion')."
(interactive)
(let ((u (gnugo-get :user-color))
- (last-mover (gnugo-get :last-mover))
(abd (gnugo-get :abd)))
(if abd
;; disable
(let* ((gcolor (gnugo-get :gnugo-color))
(waiting (gnugo-get :waiting))
- (userp (string= last-mover gcolor)))
+ (userp (string= gcolor (gnugo-get :last-mover))))
(when (timerp abd)
(cancel-timer abd))
(gnugo--forget :abd)
@@ -2330,7 +2329,7 @@ transformed into a move suggestion (see
`gnugo-request-suggestion')."
;; enable
(gnugo-gate t)
(gnugo-put :abd t)
- (gnugo-get-move (gnugo-other last-mover)))
+ (gnugo-get-move u))
(gnugo--instant-karma u (not abd))))
;;;---------------------------------------------------------------------------
- [elpa] externals/gnugo 3670b0b 228/357: [gnugo] On SGF load, leave cursor at last user board position., (continued)
- [elpa] externals/gnugo 3670b0b 228/357: [gnugo] On SGF load, leave cursor at last user board position., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 1020a7f 237/357: [gnugo int] Simplify towards-root loop termination check., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 7114ed6 234/357: [gnugo int] Add abstraction: gnugo--mem-with-played-stone, Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 9ae1363 236/357: [gnugo] Internalize ‘gnugo-magic-undo’., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo a92e184 255/357: fixup! [gnugo int] Decorate w/ plist instead of alist., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 71e1500 245/357: [gnugo] Fix bug: Use ‘gnugo-gate’ for abdication enable., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 46f49e3 246/357: [gnugo int] Use ‘gnugo-current-player’ more., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 443903e 249/357: [gnugo int] Drop abstraction: pretty, Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo a0ecdea 257/357: [gnugo] Conditionalize xform warping on abdication disable., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 85e3d91 253/357: [gnugo int] Snoop ‘--handicap N’ for empty new board., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 7c7d43c 261/357: [gnugo int] Avoid superfluous ‘gnugo-other’ call.,
Stefan Monnier <=
- [elpa] externals/gnugo 6ddf38f 269/357: [gnugo int] Add abstraction: gnugo--assist-state, Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo d48adca 244/357: [gnugo] On disable, transform in-flight user-move into suggestion., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 764251b 259/357: [gnugo int] Fix bug: Use correct color for "Not your turn yet"., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 16da062 284/357: [gnugo int] Use ‘loop ... collect’ more., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo e2f7c7b 212/357: [gnugo int] Consolidate display scaling factors access., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 2bde4bc 207/357: [gnugo] Add hook: gnugo-start-game-hook, Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 714d3c9 201/357: [gnugo int] Commentary munging; nfc., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo e019871 206/357: [gnugo] Add abstraction: gnugo-current-player, Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo 40f7299 225/357: [gnugo] Fix bug: Ensure gametree sync for -l/--infile., Stefan Monnier, 2020/11/29
- [elpa] externals/gnugo cedd448 227/357: [gnugo int] Add abstraction: gnugo--prop<-color, Stefan Monnier, 2020/11/29