This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-20
Channels
- # adventofcode (8)
- # aleph (2)
- # announcements (10)
- # aws (5)
- # aws-lambda (2)
- # babashka (23)
- # beginners (23)
- # biff (9)
- # calva (4)
- # cider (8)
- # clj-kondo (21)
- # clojure (77)
- # clojure-boston (1)
- # clojure-dev (50)
- # clojure-europe (36)
- # clojure-gamedev (3)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-spec (33)
- # clojure-uk (3)
- # clojurescript (22)
- # core-async (3)
- # cursive (10)
- # datahike (18)
- # datalevin (1)
- # datascript (9)
- # deps-new (21)
- # emacs (11)
- # events (1)
- # graphql (11)
- # guix (26)
- # java (7)
- # jobs (3)
- # lsp (12)
- # malli (6)
- # pathom (33)
- # pedestal (3)
- # polylith (15)
- # reagent (5)
- # releases (3)
- # remote-jobs (1)
- # scittle (9)
- # sql (27)
- # tools-build (9)
- # vim (7)
I'm not sure if this is particular to clojure-lsp
or if it is lsp-mode
in general, but when I paste anything into a clojure buffer, there is a noticeable delay and then it echoes something like:
Applying 1 edits to foo.clj ... done.
Is this delay normal? It's a bit jarring.@UKFSJSM38 That unfortunately doesn't seem to do it.
@UKFSJSM38 That did it! I tried it in combination with the other option, but I can try it on its own as well if you prefer.
probably the latter is the one that fixed, that adds a advice to anything in a clojure emacs buffer that changes, call a rangeFormatting function
Thanks a lot for your help, @UKFSJSM38. That makes my editing experience much nicer.
@UKFSJSM38 maybe add this to the defaults that should be changed for a good initial user experience?