帮忙重现个Elisp bug

https://tvraman.github.io/emacspeak/blog/async-and-threads.html#orgddc2037

(make-thread (lambda ()
              (let* ((action (read-key "Press keyboard")))
                (print action))))

想eval的同学记得新开个Emacs 进程…

1 个赞