all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Kurt I <kozodev@runbox.com>, help-guix@gnu.org
Subject: Re: How do I access cl-* system packages in sbcl + emacs + slime/sly?
Date: Sat, 06 Mar 2021 09:47:12 +0100	[thread overview]
Message-ID: <874kho3bzj.fsf@ambrevar.xyz> (raw)
In-Reply-To: <b17fcd51-dfd8-4334-04d5-0cb2fe9bac79@runbox.com>

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

Hi Kurt,

Install cl-csv, then from a SLIME or SLY REPL you can call

--8<---------------cut here---------------start------------->8---
(asdf:load-system :cl-csv)
--8<---------------cut here---------------end--------------->8---

Try also the comma-commands.

If you install a Guix package after starting your REPL, you can refresh
ASDF paths with

--8<---------------cut here---------------start------------->8---
(asdf:clear-configuration)
--8<---------------cut here---------------end--------------->8---

Hope that helps!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

  reply	other threads:[~2021-03-06  8:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05 19:29 How do I access cl-* system packages in sbcl + emacs + slime/sly? Kurt I
2021-03-06  8:47 ` Pierre Neidhardt [this message]
2021-03-06  8:47   ` Pierre Neidhardt

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874kho3bzj.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=help-guix@gnu.org \
    --cc=kozodev@runbox.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.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.