all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [solved] Geiser (or ielm) in Emacs doesn't return the prompt
@ 2023-01-18 21:22 Maxim Cournoyer
  0 siblings, 0 replies; only message in thread
From: Maxim Cournoyer @ 2023-01-18 21:22 UTC (permalink / raw)
  To: help-guix

Hi Guix,

I've spent some time today trying to understand why my setup had stopped
working, with the following symptoms:

1.  Evaluating anything in Geiser (wih Guile) would not return the
prompt, seemingly hanging.

2. The same in IELM (M-x ielm), an Elisp REPL builtin Emacs

It ended up being due to changes in Paredit 25 and up.  The author
currently recommends disabling the electric-indent-mode, or overriding
the following mode map keys:

(define-key paredit-mode-map (kbd "RET") nil)
(define-key paredit-mode-map (kbd "C-j") 'paredit-newline)

I've used the later, and my setup now works as it used to!

I hope this can save some time for anyone else affected.

-- 
Thanks,
Maxim


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-18 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 21:22 [solved] Geiser (or ielm) in Emacs doesn't return the prompt Maxim Cournoyer

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.