This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-16
Channels
- # aleph (1)
- # aws (2)
- # bangalore-clj (2)
- # beginners (33)
- # cider (3)
- # cljs-dev (4)
- # cljs-experience (6)
- # cljsjs (1)
- # cljsrn (8)
- # clojure (84)
- # clojure-sanfrancisco (1)
- # clojure-spec (6)
- # clojure-uk (5)
- # clojurescript (42)
- # defnpodcast (3)
- # docs (3)
- # emacs (13)
- # events (1)
- # fulcro (2)
- # hoplon (19)
- # liberator (2)
- # off-topic (5)
- # onyx (7)
- # parinfer (1)
- # pedestal (1)
- # re-frame (13)
- # ring-swagger (13)
- # spacemacs (19)
- # yada (2)
@eggsyntax Seems like you encountered my issue as well: I recently upgraded Emacs and clojure-mode, and the indentation is a lot slower. I used to indent all the time, and now it is way too slow for that.
@magnars do you use aggressive-indent-mode
? I know that @bmaddy has specifically had problems with indentation since updating.
I’ve also got a really odd one — I’ve changed clojure-syntax-table
to treat hyphenated words as single words, which has always worked fine. But since the update, navigating by w
does odd things: it jumps to the space following a hyphenated word (instead of to the next word), and on certain s-exps, pressing w
on a closing paren does nothing. Planning to look into that one today.
@eggsyntax not aggressive-indent-mode
, no - just regular full-buffer indentation. It was almost a tick, I would do it all the time while coding. Then after updating, I had to stop doing that since it would take seconds.