This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-11
Channels
- # adventofcode (52)
- # announcements (3)
- # aws (2)
- # babashka (36)
- # babashka-sci-dev (4)
- # beginners (69)
- # biff (45)
- # calva (9)
- # cider (3)
- # clara (8)
- # clj-kondo (24)
- # clojure (20)
- # clojure-dev (12)
- # clojure-europe (12)
- # clojurescript (2)
- # conjure (1)
- # emacs (17)
- # lsp (69)
- # malli (12)
- # off-topic (32)
- # polylith (2)
- # re-frame (4)
- # releases (2)
- # scittle (6)
- # shadow-cljs (21)
- # tools-deps (10)
- # vim (11)
- # xtdb (11)
I'm setting up cider+emacs on an aws ubuntu linux instance. When I enable paredit M-x paredit-mode
in the cider repl, it hangs and no longer responds or returns results. If I disable paredit, then it starts working again.
Has anyone else run into this? Does anyone have any tips on how to debug this?
I've been able to reproduce it from a fresh ubuntu instance.
From https://github.com/clojure-emacs/cider/issues/3288
The new version of paredit map RET key to paredit-RET
command. You can either unset this key in paredit-mode-map
or use C-RET
in REPL buffer
🙏 1