emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Rudolf Adamkovič" <salutis@me.com>
To: Ihor Radchenko <yantar92@posteo.net>, tomas@tuxteam.de
Cc: emacs-orgmode@gnu.org
Subject: Re: Org babel and Guile/Scheme: noise from... Geiser?
Date: Wed, 26 Oct 2022 12:39:48 +0200	[thread overview]
Message-ID: <m2sfjaeumj.fsf@me.com> (raw)
In-Reply-To: <87v8obp0va.fsf@localhost>

Ihor Radchenko <yantar92@posteo.net> writes:

> Can someone with scheme installed try to reproduce on the latest main?

With

    - GNU Emacs 29 (Git 55eabe96c9)
    - Org 9.6-pre (Git 2f5e7103e)
    - Geiser 20221016.2109
    - Geiser Guile 20220922.52

given

    #+name: mklst/define
    #+begin_src scheme
      (define-syntax mklst
        (lambda (s)
          (syntax-case s ()
            ((_ e ...) #'(list e ...)))))
    #+end_src
    
    #+name: mklst/test/0
    #+begin_src scheme :noweb yes :results drawer output
      <<mklst/define>>
      (format #t "~S\n" (mklst 'a 22 "foo"))
    #+end_src

I get

    #+RESULTS: mklst/test/0
    :results:
    (a 22 "foo")
    :end:

Rudy
-- 
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia


      reply	other threads:[~2022-10-26 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01 11:23 Org babel and Guile/Scheme: noise from... Geiser? tomas
2022-10-23  5:25 ` Ihor Radchenko
2022-10-26 10:39   ` Rudolf Adamkovič [this message]

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=m2sfjaeumj.fsf@me.com \
    --to=salutis@me.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tomas@tuxteam.de \
    --cc=yantar92@posteo.net \
    /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).