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

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

[elpa] externals/gnugo 1ce9fbb 312/357: [gnugo slog] Clear ‘inhibit-poi


From: Stefan Monnier
Subject: [elpa] externals/gnugo 1ce9fbb 312/357: [gnugo slog] Clear ‘inhibit-point-motion-hooks’.
Date: Sun, 29 Nov 2020 14:51:46 -0500 (EST)

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

    [gnugo slog] Clear ‘inhibit-point-motion-hooks’.
    
    * packages/gnugo/gnugo.el (gnugo-board-map): ...here, buffer-locally.
---
 gnugo.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnugo.el b/gnugo.el
index 1e04c4d..a5fc1dd 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2145,6 +2145,8 @@ In this mode, keys do not self insert."
   (setq font-lock-defaults '(gnugo-font-lock-keywords t)
         truncate-lines t)
   (add-hook 'kill-buffer-hook 'gnugo-cleanup nil t)
+  ;; GNU Emacs 25.1 looks askance at ‘intangible’, sigh.
+  (setq-local inhibit-point-motion-hooks nil)
   (setq-local gnugo-state (gnugo--mkht :size (1- 42)))
   (setq-local gnugo-btw nil)
   (add-to-list 'minor-mode-alist '(gnugo-btw gnugo-btw))



reply via email to

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