falkoHein

Results 1 issues of falkoHein

I followed the example in the documentation related to lexical binding: (let ((a (point))) (deferred:$ (deferred:wait 1000) (deferred:nextc it (lambda (x) (goto-char a) (insert "here!"))))) In Emacs 26.1 I did...