Michael Heerdegen writes: > #+begin_src emacs-lisp > (defun my-thunk-test () > (thunk-force (thunk-delay (+ 1 2)))) > #+end_src > > This compiles ok, but executing (my-thunk-test) without lexbind enabled > gives you a meaningless error like "void-variable: forced". Nicolas, Stefan - ok to fix it like that?