Re: error in nrepl

2017-07-06 Thread lawrence . krubner
Thank you, Didier, but I'll wait till ProtoRepl is more stable. Also I'm not sure that I'm ready to step away from Emacs. I did try Spacemacs but I felt it was too much influenced by Vim. So now I'm using Prelude. On Thursday, June 29, 2017 at 1:46:11 PM UTC-4, Didier wrote: > > If

Re: error in nrepl

2017-06-29 Thread Didier
If you're no fan on emacs or vim, ProtoRepl is great. I also recommend cursive, but if you're no fan of intelliJ autosave, counterclockwise eclipse os surprisingly great. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: error in nrepl

2017-06-29 Thread lawrence . krubner
Thank you for everyone's reply. Both Spacemacs and ProtoRepl sound very interesting. I am torn and am unsure which path to take. I suppose I'll give Spacemacs a try and see if that works out. I am very pleased to see progress being made regarding at least the DE of IDE for Clojure. That's

Re: error in nrepl

2017-06-26 Thread Bozhidar Batsov
Newer versions of CIDER are much easier to setup than the older ones (e.g. they auto-inject their dependencies, so you don't have to fiddle with profiles.clj). You should try the latest stable or dev release. That said you can also check Monroe (https://github.com/sanel/monroe) which is a fork of

Re: error in nrepl

2017-06-26 Thread Juraj Martinka
+1 for Spacemacs. I think it's the best alternative if you want to start with Clojure development in Emacs. It works out of the box most of the time and contains a curated set of packages, so no need to spend a huge amount of effort by chasing down the best Emacs configuration. Check

Re: error in nrepl

2017-06-24 Thread Colin Yates
Spacemacs is worth a look for a very different emacs experience. Used with emacs from homebrew and macports (at different times :-)). If you are heavily invested in your own init.el then maybe not as a full time replacement but it is worth a look for its evil, which-key and hydra config alone. On

Re: error in nrepl

2017-06-24 Thread Peter Hull
On Friday, 23 June 2017 23:14:55 UTC+1, lawrence...@gmail.com wrote: > > > I'm curious if folks think it is easier to work with Emacs on a Linux > machine, or on a Mac? > > I use Emacs on Mac, Linux and Windows. I disagree that it's more difficult to use on the Mac vs Linux. On Windows I get my

Re: error in nrepl

2017-06-23 Thread Sean Corfield
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

Re: error in nrepl

2017-06-23 Thread Kevin Baldor
It's much easier on Linux, I wish that I had taken notes when I set up my Mac. But after a few false starts, it's working well for me. My mac is at home, so I'll have to wait until I get there to see if I can figure out what version I'm running and from where I downloaded it. There's a pretty good

Re: error in nrepl

2017-06-23 Thread lawrence . krubner
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

Re: error in nrepl

2017-06-23 Thread Kevin Baldor
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,

Re: error in nrepl

2017-06-23 Thread lawrence . krubner
On Friday, June 23, 2017 at 4:29:24 PM UTC-4, 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

Re: error in nrepl

2017-06-23 Thread lawrence . krubner
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

Re: error in nrepl

2017-06-23 Thread James Reeves
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, 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

error in nrepl

2017-06-23 Thread lawrence . krubner
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")

Re: Emacs - error with `nrepl-jack-in'

2014-04-18 Thread Erlis Vidal
installing packages clojure-mode and nrepl in Emacs, I get this error when trying `nrepl-jack-in': ,- | error in process sentinel: Could not start nREPL server: /bin/bash: Line | 1: lein: Command not found

Re: Emacs - error with `nrepl-jack-in'

2014-04-18 Thread Thorsten Jolitz
`nrepl-jack-in': ,- | error in process sentinel: Could not start nREPL server: /bin/bash: Line | 1: lein: Command not found. `- I'm on Archlinx

Re: Emacs - error with `nrepl-jack-in'

2014-04-18 Thread Thorsten Jolitz
Erlis Vidal er...@erlisvidal.com writes: Do not add an alias for lein, rename lein2 to just lein. Ok, done, thx. -- cheers, Thorsten -- 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

Re: Emacs - error with `nrepl-jack-in'

2014-04-18 Thread greg r
installing packages clojure-mode and nrepl in Emacs, I get this error when trying `nrepl-jack-in': ,- | error in process sentinel: Could not start nREPL server: /bin/bash: Line | 1: lein: Command not found

Re: Emacs - error with `nrepl-jack-in'

2014-04-18 Thread Erlis Vidal
get this error when trying `nrepl-jack-in': ,- | error in process sentinel: Could not start nREPL server: /bin/bash: Line | 1: lein: Command not found

Re: Emacs - error with `nrepl-jack-in'

2014-04-18 Thread Thorsten Jolitz
, I get this error when trying `nrepl-jack-in': ,-- --- | error in process sentinel: Could not start nREPL server: /bin/bash: Line | 1: lein: Command

Emacs - error with `nrepl-jack-in'

2014-04-17 Thread Thorsten Jolitz
Hi List, just installed lein2 and can start 'lein2 repl' successfully on the command-line. 'lein repl' works too, since I defined an alias in my .bashrc. After installing packages clojure-mode and nrepl in Emacs, I get this error when trying `nrepl-jack