This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-17
Channels
- # announcements (7)
- # beginners (9)
- # calva (17)
- # clj-kondo (11)
- # clojure (68)
- # clojure-austin (2)
- # clojure-bay-area (3)
- # clojure-europe (19)
- # clojure-gamedev (10)
- # clojure-nl (1)
- # clojure-norway (73)
- # clojure-spec (5)
- # clojure-uk (5)
- # clojuredesign-podcast (6)
- # clojurescript (65)
- # community-development (28)
- # conjure (1)
- # datahike (34)
- # datomic (36)
- # emacs (11)
- # funcool (1)
- # helix (13)
- # honeysql (36)
- # hyperfiddle (15)
- # jobs (1)
- # jobs-discuss (4)
- # malli (13)
- # nbb (21)
- # off-topic (51)
- # practicalli (20)
- # reitit (1)
- # releases (1)
- # ring (4)
- # squint (1)
- # tools-deps (14)
- # transit (8)
Sometimes my backspace and delete keys just stop working. Imagine trying to get work done without those. And I’m a terrible typer.
I’m guessing it has something to do with Calva-fmt/CLOJURE-LSP trying to do something on those keys.
but I have no idea how to track down what is going on
Yeah, and it’s only in my clojure buffers. No issues in any other file type.
might want to look for commonalities to when those keys don't have the desired effect... for example, some editors with just the right paredit settings will prevent deleting parens that would make them unbalanced
not just parens
anywhere in the file
How did you get to the file? Did you navigate to source? Perhaps it’s a read only buffer
no, I can highlight text and type over it, which is how I am getting around not being able to delete
There are more people running into this: https://github.com/BetterThanTomorrow/calva/issues/2299 We haven’t been able to track it down yet.
See if bypassing the structural editor helps, @U03D6G7KGUB. By pressing alt+backspace
instead of backspace
when you are experiencing that bug. If it does, then that is a clue.
Shift + backspace works.
At least for macOS
alt+backspace removes whole line for me :D but anyway I’m happy shift+backspace works
Unfortunately sometimes structural editing still hangs the whole editor