Have you tried following the instructions at http://www.braveclojure.com/basic-emacs/ ?
It's a bit heavy-handed (replacing your entire .emacs directory), but it might give you a starting point to figure out how to integrate it into your emacs setup. On Fri, Jun 23, 2017 at 4:36 PM, <lawrence.krub...@gmail.com> wrote: > > Yes, sadly, I've never gotten Cider to work with Emacs. I keep thinking > someday I'll take a weekend and work through all the errors and get it > working, but I never seem to find the time. So I keep working with an old > version of nrepl. But I take it, from your answer, you think this error > would vanish if I upgraded to Cider? > > > > > On Friday, June 23, 2017 at 5:15:09 PM UTC-4, James Reeves wrote: >> >> nrepl-jack-in? Do you mean cider-jack-in? AFAIK nrepl-jack-in is from a >> very old version of Cider. >> >> On 23 June 2017 at 21:29, <lawrence...@gmail.com> wrote: >> >>> I'm using Emacs on my Mac. I ran "nrepl-jack-in" to load up the repl. >>> I'm iterating over a dataset from mysql. My code is very simple, I'm just >>> trying to count the words: >>> >>> (reduce >>> >>> (fn [map-of-word-count next-name] >>> (let [ >>> words (clojure.string/split next-name #"\s") >>> map-of-names-words-with-count (frequencies words) >>> ] >>> (println map-of-names-words-with-count) >>> (merge-with + map-of-word-count map-of-names-words-with-count) >>> ) >>> ) >>> {} >>> names) >>> >>> I keep getting this message: >>> >>> >>> error in process filter: nrepl-bdecode-buffer: Cannot decode object: 1 >>> error in process filter: Cannot decode object: 1 >>> Error running timer `jit-lock-stealth-fontify': (error "Variable binding >>> depth exceeds max-specpdl-size") >>> timer-relative-time: Variable binding depth exceeds max-specpdl-size >>> >>> >>> Does anyone know what this means? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to clo...@googlegroups.com >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> clojure+u...@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to clojure+u...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> James Reeves >> booleanknot.com >> > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.