all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do I access cl-* system packages in sbcl + emacs + slime/sly?
@ 2021-03-05 19:29 Kurt I
  2021-03-06  8:47 ` Pierre Neidhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt I @ 2021-03-05 19:29 UTC (permalink / raw)
  To: help-guix

Hello all,

I see in guix that there are packages for what also is a (ql:quickload) 
call for me when I'm writing lisp. For instance, I installed cl-csv as a 
system package for guix but I was not able to access it in my emacs + 
slime buffers

What am I missing or not doing correctly?

Thank you, Kurt


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How do I access cl-* system packages in sbcl + emacs + slime/sly?
  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
  2021-03-06  8:47   ` Pierre Neidhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2021-03-06  8:47 UTC (permalink / raw)
  To: Kurt I, help-guix

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How do I access cl-* system packages in sbcl + emacs + slime/sly?
  2021-03-06  8:47 ` Pierre Neidhardt
@ 2021-03-06  8:47   ` Pierre Neidhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre Neidhardt @ 2021-03-06  8:47 UTC (permalink / raw)
  To: Kurt I, help-guix

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

Did you install SBCL from Guix?

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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-06  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2021-03-06  8:47   ` Pierre Neidhardt

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.