* 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
* Re: ob-core.el macro org-babel-comint-with-output has error
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
0 siblings, 1 reply; 3+ messages in thread
From: stardiviner @ 2018-10-25 6:15 UTC (permalink / raw)
To: org-mode
stardiviner <numbchild@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ob-core.el macro org-babel-comint-with-output has error
2018-10-25 6:15 ` stardiviner
@ 2018-10-25 8:27 ` Nicolas Goaziou
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2018-10-25 8:27 UTC (permalink / raw)
To: stardiviner; +Cc: org-mode
Hello,
stardiviner <numbchild@gmail.com> writes:
> stardiviner <numbchild@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?
Probably because no one could help you. In my case, this is not
a complete example and I don't use javascript, so I cannot try to
reproduce it.
You could try to macroexpand `org-babel-comint-with-output' and see
where the problem is.
Regards,
--
Nicolas Goaziou
^ 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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.