guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1:


From: Mekeor Melire
Subject: Re: [PATCH guix-artwork v2] website: posts: Add Dissecting Guix, Part 1: Derivations.
Date: Mon, 12 Dec 2022 21:06:06 +0000

I have one remark.

2022-12-12 19:31 paren@disroot.org:

+If you're using Emacs, you can instead install
+[Geiser](https://nongnu.org/geiser), which provides a comfortable Emacs UI for +various Lisp REPLs, invoke `guix repl --listen=tcp:37146 &`, and type +`M-x geiser-connect RET RET RET` to connect to the running Guile instance.

As noted in <https://issues.guix.gnu.org/35727>, Guix System users, who use the =~/.guile= file which is created by default, will need to pass the =INSIDE_EMACS= environment variable to =guix repl=, like this:

#+begin_src sh
INSIDE_EMACS=true guix repl --listen=tcp:37146 &
#+end_src

Otherwise, they'll experience a freeze (which they'll need to break with C-g).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]