[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] ob-core.el macro org-babel-comint-with-output has error
From: |
stardiviner |
Subject: |
[O] ob-core.el macro org-babel-comint-with-output has error |
Date: |
Sun, 01 Apr 2018 18:32:56 +0800 |
User-agent: |
mu4e 1.0; emacs 27.0.50 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
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....
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEE8J9lDX1nSBmJJZFAG13xyVromsMFAlrAtVgACgkQG13xyVro
msOwYQgAuAkLQSNLD7ywwdL3XtEQEG+yEQ0N35+ShnsF9FKIyMG15UA2F1rpgCZK
5PhGVqRUMkSiYUf9mdzJz5wU5xqgSpSQojXIz9/i17jsqFiTpn3RyfYX+Wq9Rf3V
Wa0jHBL5Fh9AGT9UzaJK9C6xsOtetwztRy3Cks3a6FdIczxjHh3Q7rl+irTcq7Fy
GA+FenSOdY4j/v10gLeszzHc92NcuyI24uMbvKld5lL43K5/f/SVJTKNJsrLQMfz
TwCft2qITApZqr638Np+K85iqvNt15fZGg1mheR26JECXbpIh+LMe4hmlg7ZK/uC
Hd2rsmUGtIY27oCAw9OI8Ix+iht5pw==
=xyRU
-----END PGP SIGNATURE-----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] ob-core.el macro org-babel-comint-with-output has error,
stardiviner <=