emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ob-core.el macro org-babel-comint-with-output has error
@ 2018-04-01 10:32 stardiviner
  2018-10-25  6:15 ` stardiviner
  0 siblings, 1 reply; 3+ messages in thread
From: stardiviner @ 2018-04-01 10:32 UTC (permalink / raw)
  To: org-mode

-----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-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-25  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-01 10:32 ob-core.el macro org-babel-comint-with-output has error stardiviner
2018-10-25  6:15 ` stardiviner
2018-10-25  8:27   ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).