For several years I used Emacs on both Mac and Windows and I went through several configurations. I tried to build a config from scratch early on and gave up with that, so I switched to Emacs-Live from the Overtone folks, which worked well enough back in the day but had a strange view of packages and, ultimately, wasn’t being kept very up-to-date as CIDER was evolving so quickly… so I switched to Prelude, which is maintained by the same folks who are behind CIDER. That was the key to a slick, full-featured, up-to-date Emacs/CIDER setup for Clojure work, as far as I was concerned:
https://github.com/bbatsov/prelude I was very happy with that setup. That said, after seeing ProtoREPL demo’d at Conj 2017, I switched from Emacs to Atom/ProtoREPL and I’ve found that much nicer to work with overall (again, on Mac and Windows – I can’t speak to Atom on Linux). Initially, I had it configured with Emacs key-bindings to ease my transition, but I’ve recently (this week) uninstalled those packages. Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood On 6/23/17, 3:15 PM, "clojure@googlegroups.com on behalf of lawrence.krub...@gmail.com" <clojure@googlegroups.com on behalf of lawrence.krub...@gmail.com> wrote: Thank you. Maybe I can find some time to upgrade my whole Emacs setup next weekend. It is a bit out of date. I'm curious if folks think it is easier to work with Emacs on a Linux machine, or on a Mac? On Friday, June 23, 2017 at 5:39:42 PM UTC-4, Kevin Baldor wrote: 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...@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 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. -- 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.