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

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

[elpa] 13/17: [gnugo int] Use ‘redis play’ more.


From: Thien-Thi Nguyen
Subject: [elpa] 13/17: [gnugo int] Use ‘redis play’ more.
Date: Mon, 03 Feb 2014 09:35:10 +0000

ttn pushed a commit to branch ttn-gnugo
in repository elpa.

commit 5235eb2e0caa28240a2f6068540818b4e946db31
Author: Thien-Thi Nguyen <address@hidden>
Date:   Fri Jan 31 13:23:54 2014 +0100

    [gnugo int] Use ‘redisplay’ more.
    
    * packages/gnugo/gnugo.el (gnugo-magic-undo):
    ...here, instead of ‘(sit-for 0)’.
---
 packages/gnugo/ChangeLog |    7 +++++++
 packages/gnugo/gnugo.el  |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index 52fe9a7..2a3eff2 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -1,5 +1,12 @@
 2014-01-31  Thien-Thi Nguyen  <address@hidden>
 
+       [gnugo int] Use ‘redisplay’ more.
+
+       * gnugo.el (gnugo-magic-undo):
+       ...here, instead of ‘(sit-for 0)’.
+
+2014-01-31  Thien-Thi Nguyen  <address@hidden>
+
        [gnugo doc] Document version-number scheme.
 
        * gnugo.el (gnugo-version): Rewrite docstring.
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index a3a8351..142c964 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1339,7 +1339,7 @@ turn to play.  Optional second arg NOALT non-nil inhibits 
this."
       (gnugo-merge-showboard-results)   ; all
       (gnugo-refresh)                   ; this
       (decf n)                          ; is
-      (sit-for 0)))                     ; eye candy
+      (redisplay)))                     ; eye candy
   (let* ((ulastp (string= (gnugo-get :last-mover) (gnugo-get :user-color)))
 
          (ubpos (gnugo-move-history (if ulastp 'car 'cadr))))



reply via email to

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