This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-19
Channels
- # announcements (14)
- # babashka (16)
- # beginners (81)
- # calva (18)
- # chlorine-clover (8)
- # cider (4)
- # clj-kondo (11)
- # cljdoc (4)
- # cljsrn (5)
- # clojure (163)
- # clojure-europe (30)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (4)
- # cursive (3)
- # emacs (12)
- # events (1)
- # figwheel-main (3)
- # fulcro (60)
- # introduce-yourself (3)
- # jackdaw (12)
- # juxt (3)
- # lsp (77)
- # malli (23)
- # mid-cities-meetup (9)
- # music (2)
- # off-topic (12)
- # portal (6)
- # releases (2)
- # shadow-cljs (3)
- # spacemacs (7)
- # sql (1)
- # tools-deps (2)
- # vim (3)
time to give calva another shot
well this is odd
The character U+a789 "꞉" could be confused with the character U+003a ":", which is more common in source code.
the characters with boxes around them are the suspicious characters
the highlighted spaces say The character U+00a0 is invisible.
which comes from this setting
@corasaurus-hex I think there’s an issue in GitHub about this: https://github.com/BetterThanTomorrow/calva/issues/1475 (the use of those characters is intentional, iirc)
ahhhh ok
thanks
I didn't search well enough, I guess 😅
I think you can right-click that specific rendered box around :
or space and if I remember correctly, there's a context option to disable rendering of that box for that specific character.
right, I just don't want those characters ignored in general
This will happen with the next Calva update anyway. Even if scoped to [clojure]
. https://github.com/BetterThanTomorrow/calva/pull/1485
What is the rationale for using those characters anyway, @U0ETXRFEW?