From: <tomas@tuxteam.de>
To: emacs-orgmode@gnu.org
Subject: Org babel and Guile/Scheme: noise from... Geiser?
Date: Wed, 1 Dec 2021 12:23:01 +0100 [thread overview]
Message-ID: <YadbFdFrPKLIENsg@tuxteam.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
Hi,
I'm trying to take some notes and explain things (to myself, to
others). So org babel it is, yay!
This is my first (well, second: `:results value' turned up empty):
Blah, blah blah...
#+name: mklst/define
#+begin_src scheme
(define-syntax mklst
(lambda (s)
(syntax-case s ()
((_ e ...) #'(list e ...)))))
#+end_src
More blah...
#+name: mklst/test/0
#+begin_src scheme :noweb yes :results drawer output
<<mklst/define>>
(format #t "~S\n" (mklst 'a 22 "foo"))
#+end_src
But alas, the result has some noise:
#+RESULTS: mklst/test/0
:results:
(a 22 "foo")
While executing meta-command:
Wrong type to apply: #t
scheme@(guile-user)>
:end:
(the first line is the expected result; the two following ones I don't
know where they come from, and the third is, AFAICS, noises from Geiser
chewing in the background (org babel seems to start a Geiser session).
Is that intended behaviour?
For the moment, I excise all that noise by hand, but this doesn't scale:
the computer is faster at producing noise than me removing it ;-)
Cheers
--
t
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
next reply other threads:[~2021-12-01 11:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-01 11:23 tomas [this message]
2022-10-23 5:25 ` Org babel and Guile/Scheme: noise from... Geiser? Ihor Radchenko
2022-10-26 10:39 ` Rudolf Adamkovič
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=YadbFdFrPKLIENsg@tuxteam.de \
--to=tomas@tuxteam.de \
--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).