Hello,

I managed to get nrepl-ritz going, but I'm experiencing the following
annoying things:

1. When I switched on M-x nrepl-ritz-break-on-exception, I'm unable to
disable it. When I called the command with a prefix(by default M--), it is
still in action.  Is there a way to disable it? Otherwise, I'll need to
spend another 20-30s to re-initialize the repl and reload the work I'm doing

2. This is not a serious problem but somehow a little annoying: I cannot
enable ac-nrepl with ritz on. Otherwise, it will hang forever (unless I
kill emacs). Is there a possible way to integrate it with ac-nrepl? Or is
there any better alternatives? PS. I do miss slime fuzzy complete when I
program common lisp though. Also, can nrepl by default make completions on
Java methods? I can only find it possible in ac-nrepl.

Any help would be appreciated.

Bruce Li



2013/1/20 fb <friedrich.boe...@gmail.com>

> On Windows, I had to put the profiles.clj in the Windows home
> directory C:\Users\%user name%\AppData\Roaming, where also .emacs.d
> reesides (see also
> https://github.com/pallet/ritz/issues/28#issuecomment-12460118).
>
> -fb
>
> Am Mittwoch, 5. Dezember 2012 18:24:20 UTC+1 schrieb Hugo Duncan:
>
>> Timothy Washington <twas...@gmail.com> writes:
>>
>> >
>> > 1) I start from an empty "*~/.emacs.d/*"
>> > 2) I then populate init.el from the example in
>> > ritz/nrepl<https://github.com/**pallet/ritz/tree/develop/nrepl<https://github.com/pallet/ritz/tree/develop/nrepl>
>> **>
>> >
>> > 3) I open a lein project and run `*M-x nrepl-ritz-jack-in*`
>> >
>> > **) The error I get back is:
>> >
>> > "*error in process sentinel: Could not start nREPL server: 'ritz-nrepl'
>> is
>> > not a task. See 'lein help'.*"
>>
>> This is actually a lein message, and it is saying that the lein-ritz
>> plugin is not in the :plugins vector of a lein profile. There is an
>> example of setting this up in ~/.lein/profiles.clj on the page you
>> linked.
>>
>> HTH,
>>
>> Hugo
>>
>>  --
> 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 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/groups/opt_out.


Reply via email to