stardiviner <numbch...@gmail.com> writes:

> When I try to evaluate js src block code with session.
> I found it is suspended. After edebug, found the problem is on macro 
> org-babel-comint-with-output.
>
> Here is a minimal reproduce code:
>
> #+begin_src emacs-lisp
> (org-babel-comint-with-output
>     ("*skewer-repl*" (format "%S" org-babel-js-eoe) t "x.innerHTML=\"Hello, 
> Welcome!\";")
>   (mapc
>    (lambda (line)
>          (insert (org-babel-chomp line))
>          (comint-send-input nil t))
>    (list "x.innerHTML=\"Hello, Welcome!\";" (format "%S" org-babel-js-eoe))))
> #+end_src
>
> Hope someone can fix it. I can't help on elisp macro....

Anyone can help me on this?

Why this email does not have any reply? Maybe because my old invalid
mu4e message sign configuration?

--
[ stardiviner ]
       I try to make every word tell the meaning what I want to express.
       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Reply via email to