From 03d1db0eb6cffb712ec77a7c52979d80dd5ac3c9 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 31 May 2023 18:16:47 +0100 Subject: [PATCH] Fix the timer issue in meissa's cube --- core/cubes/meissa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cubes/meissa.el b/core/cubes/meissa.el index a189512..85568da 100644 --- a/core/cubes/meissa.el +++ b/core/cubes/meissa.el @@ -57,7 +57,7 @@ :sentinel #'fg42/meissa-sentinel))) (process-send-string process encoded-command) (setq command-response-timer - (run-with-timer 0 nil + (run-with-timer 1 nil (lambda (cb) (while (not decoded-response) (accept-process-output process))