This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-09
Channels
- # announcements (4)
- # babashka (2)
- # beginners (8)
- # calva (2)
- # chlorine-clover (7)
- # cider (3)
- # clj-kondo (1)
- # cljs-dev (2)
- # clojure (21)
- # clojure-dev (2)
- # clojure-europe (5)
- # clojure-spec (17)
- # clojuredesign-podcast (7)
- # clojurescript (8)
- # conjure (4)
- # cursive (3)
- # datomic (1)
- # defnpodcast (5)
- # esprit (51)
- # fulcro (7)
- # jobs (1)
- # luminus (3)
- # news-and-articles (1)
- # off-topic (2)
- # other-lisps (3)
- # pathom (8)
- # portal (3)
- # re-frame (3)
- # re-ops (1)
- # shadow-cljs (26)
- # testing (15)
- # tools-deps (34)
- # xtdb (1)
OK thanks Mauricio, I was thinking maybe it was something like that, I will check out the character toggle thing and see what turns up đŸ™‚
Copy/paste problems can be so frustrating! Non-breaking spaces are often to blame.
Yeah I've had plenty of problems in the past with copy-paste in other software
I checked the code with show invisibles set in Atom and the only difference it seems to show is that each indented line after the first starts with a hard tab (/t) whereas my working, manually typed in code I indent with double spaces as I believe is the convention
Maybe there are other invisibles it doesn't show - I'm not sure what a non-breaking space is for example? Maybe Atom's "Show invisibles" doesn't show those
I remember in the past the culprit was an invisible, 0-sized character
I also had problems with books that changed "
and '
to an UTF-8 char that's more pleasing in the eyes (but made copy-pasting useless)