Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread Novi Border
Hi, I have tried this already but it does not seem to work for me.. I have a working setup with normal nrepl without ritz and it is working nice for me so far. I would really like to use ritz though, for setting breakpoints and than evaluating expressions inside a let statement. Currently if I

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread Neale Swinnerton
On Mon, Jun 3, 2013 at 4:20 PM, Novi Border wrote: > > java.io.FileNotFoundException: Could not locate complete/core__init.class > or complete/core.clj on classpath: > There's some history around this missing dependency that I don't recall the details of but,you can try adding: [clojure-com

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread László Török
AFAIK emacs-live does not support ritz, as per this thread https://groups.google.com/forum/?fromgroups#!topic/emacs-live/TKkRXHD6XGY 2013/6/3 Josh Kamau > Did you try emacs live ? https://github.com/overtone/emacs-live > > It will give you a head start. > > Josh > > > On Mon, Jun 3, 2013 at 7:

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread Josh Kamau
Did you try emacs live ? https://github.com/overtone/emacs-live It will give you a head start. Josh On Mon, Jun 3, 2013 at 7:22 PM, Novi Border wrote: > Hi > > It does not seem to help.. > > After removing ac-nrepl, nrepl-ritz-jack-in just hangs until I switch > buffer to *inferior-lisp*, aft

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread Novi Border
Hi It does not seem to help.. After removing ac-nrepl, nrepl-ritz-jack-in just hangs until I switch buffer to *inferior-lisp*, after which *inferior-lisp* buffer gets the repl output but things are messed up. I can type in the repl just fine but many repl functions dont' work. For example nre

Re: Problem seting up ritz nrepl in emacs

2013-06-03 Thread László Török
Hi, I think ac-nrepl doesn't play nice with ritz, try disabling it. Las Sent from my phone On Jun 3, 2013 5:28 PM, "Novi Border" wrote: > Hi > > I am currently developing clojure in sublime text, and have tried eclipse > before, but I would like to switch to emacs for all the goodies it brings