Emacs cider mode has problems with macros

2016-03-19 Thread JvJ
Something unusual happens when I'm writing macros while in modes cider and ClojureC with autocomplete enabled. I have a macro derive-component (definition is too long to put in here). When I attempt to use this macro, as follows: ;; s refers to schema.core in this context (derive-component

Re: Emacs cider mode has problems with macros

2016-03-19 Thread James Elliott
You might have better luck asking in the cider-emacs group, https://groups.google.com/forum/#!forum/cider-emacs or even more active, the Gitter chat: https://gitter.im/clojure-emacs/cider -James On Wednesday, March 16, 2016 at 3:01:23 PM UTC-5, JvJ wrote: > > > > Something unusual happens whe