Fork me on GitHub
#cider
<
2018-12-24
>
vigilancetech02:12:40

is there any way to have a 2nd cider-inspect session running (like to compare two similar data structures)?

borkdude19:12:03

this typing problem is happening again. I discovered it only happens in a ClojureScript buffer (not cljc)

dpsutton19:12:12

typing problem?

borkdude21:12:39

@dpsutton when I type something, emacs tries to autocomplete my keywords, but then the words I type get mangled

bozhidar21:12:54

I think the ClojureScript completion code hasn’t seen any changes in something like 5 years, so that’s puzzling.

bozhidar21:12:29

And I guess if it was a global problem with company-mode you wouldn’t be experiencing this just in cljs buffers.

bozhidar21:12:48

You might play with Edebug and see what’s exactly happening there.

borkdude21:12:56

hmm, it doesn’t seem to be company-mode. when I disable that, it still tries to do autocompletion

borkdude21:12:57

hmm, it seems to be a minor mode that goes by the abbreviation AC. when I turn it off, the problem disappears… gotta go, but thanks for the replies

borkdude21:12:56

I had this somewhere in my init.el: (global-auto-complete-mode t), turned that off now