This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-11
Channels
- # announcements (1)
- # babashka (70)
- # beginners (8)
- # calva (5)
- # cider (9)
- # clojure (48)
- # clojure-austin (68)
- # clojure-europe (29)
- # clojure-norway (30)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # cursive (19)
- # datomic (10)
- # emacs (11)
- # events (2)
- # exercism (4)
- # fulcro (2)
- # hyperfiddle (29)
- # introduce-yourself (2)
- # jobs-discuss (4)
- # kaocha (1)
- # leiningen (8)
- # lsp (8)
- # malli (2)
- # matcher-combinators (20)
- # nrepl (15)
- # off-topic (33)
- # reagent (7)
- # releases (4)
- # shadow-cljs (42)
- # spacemacs (6)
- # sql (6)
- # squint (10)
- # vim (3)
After a recent update, expand-region
doesn't seem to work for me anymore.
Instead of selecting the proper form (e.g. a function when I put cursor at the opening paren)
it simply selects the whole buffer.
Anybody knows what might be causing this problem and if it can be fixed?
I havent updated yet, but my assumption would be its one of the https://github.com/magnars/expand-region.el/commits/master/that has caused a change that Spacemacs config isnt aware of.
https://github.com/magnars/expand-region.el/commits/master/
If its not obvious from any of the changes as to what happened, I suggest raising an issue on the Spacemacs org, SPC h I
and hopefully it will be resolved pretty quickly.
I have a new laptop and lsp seems to crash after I format code (gg=G). Anyone ran into it? If I restart the lsp server it works fine but crashes immediately after next format. I only see a message ("Internal error") and I don't know how to debug it (tried checking "messages" and both repl windows)
Also checked lsp buffers but there is nothing there
There could be issues if trying to index an extremely large project, but otherwise this seems strange.
There is a Clojure LSP troubleshooting guide
https://clojure-lsp.io/troubleshooting/
Check the basics like version number, e.g. , b v
or SPC SPC lsp-clojure-server-info
to see if you have the latest version of LSP downloaded to help rule that out as the cause. Spacemacs should download the latest version when opening a file if it wasnt downloaded and installed by yourself. Check there isnt an older version being picked up (although as this is a new laptop that shouldnt be the case)
If its Clojure LSP server that is specifically crashing, more guidance should be available in #lsp channel
Version was good, didn't check the other stuff (moved back to cider)