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

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

[elpa] 14/17: [gnugo int] Use ‘displ ay’ property more.


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

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

commit 1cf7304e37043d586a50993d79e6a9fdd75af202
Author: Thien-Thi Nguyen <address@hidden>
Date:   Fri Jan 31 13:31:22 2014 +0100

    [gnugo int] Use ‘display’ property more.
    
    * packages/gnugo/gnugo.el (gnugo-toggle-image-display): ...here,
    with ‘(space :width 0)’, instead of ‘invisible’.
---
 packages/gnugo/ChangeLog |    7 +++++++
 packages/gnugo/gnugo.el  |    5 +----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index 2a3eff2..88dd071 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -1,5 +1,12 @@
 2014-01-31  Thien-Thi Nguyen  <address@hidden>
 
+       [gnugo int] Use ‘display’ property more.
+
+       * gnugo.el (gnugo-toggle-image-display): ...here,
+       with ‘(space :width 0)’, instead of ‘invisible’.
+
+2014-01-31  Thien-Thi Nguyen  <address@hidden>
+
        [gnugo int] Use ‘redisplay’ more.
 
        * gnugo.el (gnugo-magic-undo):
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 142c964..b3b3cdf 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -414,10 +414,7 @@ a format string applied to the rest of the args."
                                                'not-yet))))
                     (gnugo-put :w-imul (car imul))
                     (gnugo-put :h-imul (cdr imul)))))))
-    (setplist (gnugo-f 'ispc) (and new
-                                   ;; `(display (space :width 0))'
-                                   ;; works as well, for newer emacs
-                                   '(invisible t)))
+    (setplist (gnugo-f 'ispc) (and new '(display (space :width 0))))
     (gnugo-put :highlight-last-move-spec
       (if new
           '((lambda (p)



reply via email to

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