From: stardiviner <numbchild@gmail.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: ob-core.el macro org-babel-comint-with-output has error
Date: Sun, 01 Apr 2018 18:32:56 +0800 [thread overview]
Message-ID: <87vadbcj3b.fsf@gmail.com> (raw)
-----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-----
next reply other threads:[~2018-04-01 10:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-01 10:32 stardiviner [this message]
2018-10-25 6:15 ` ob-core.el macro org-babel-comint-with-output has error stardiviner
2018-10-25 8:27 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vadbcj3b.fsf@gmail.com \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).