Ok, I got it. It was very interesting. The debugger never got to "
nrepl-server-sentinel". But the *nrepl-server* buffer said:
REPL started; server listening on localhost port 54922
Exception Unsupported option(s) supplied: :headless clojure.core/load-libs
(core.clj:5266)
clojure.core=>
The *n
Timothy Washington writes:
>> I suspect you have some old version laying around somewhere. Please
>> do `M-x list-load-path-shadows RET' and check if there's some entry
>> like
>>
>> /foo/bar/nrepl hides ~/.emacs.d/elpa/nrepl-0.1.4/nrepl
>>
>> *The result of this is: *
>
> *No Emacs Lisp load-
Heyya, thanks for your help so far on this. See comments inlined...
On Thu, Sep 20, 2012 at 2:40 AM, Tassilo Horn wrote:
> Timothy Washington writes:
>
> > (defun nrepl-jack-in (prompt-project)
> > (interactive "P")
> > *=>*(let* ((cmd (if prompt-project
> >
> >
> >
> >
> >
> >
Timothy Washington writes:
> (defun nrepl-jack-in (prompt-project)
> (interactive "P")
> *=>*(let* ((cmd (if prompt-project
>
>
>
>
>
> (format "cd %s && %s" (ido-read-directory-name "Project:
> ")
> *nrepl-server-command*)
>
> That form has several c
Oooh, this is interesting... Well the code block is below, and you can see
where the arrow is stopping on execution.
;;;###autoload
(defun nrepl-jack-in (prompt-project)
(interactive "P")
*=>*(let* ((cmd (if prompt-project
(format "cd %s && %s" (ido-read-directory-nam
Timothy Washington writes:
> Well after *M-x nrepl-jack-in*, I notice that the "*Starting nREPL
> server... *" message never goes away. But I don't *think* that's the
> main problem.
I think, it is. Normally, after that message it takes ~10secs and then
a *nrepl* buffer should pop up. If that
Hey Tassilo, thanks for responding.
Well after *M-x nrepl-jack-in*, I notice that the "*Starting nREPL server...
*" message never goes away. But I don't *think* that's the main problem.
*1)* That help window looks like the following. So it doesn't look like the
*nrepl-interaction-mode* is enabled
Timothy Washington writes:
Hi Timothy,
> Still a fairly newbie emacs user. But when trying to evaluate a form
> with *C-x C-e ( *after* M-x nrepl-jack-in )*, I still get this error
> (was happening with nrepl 0.1.3):
>
> *Symbol's function definition is void: lisp-eval-last-sexp*
>
> This call l
Hey,
Still a fairly newbie emacs user. But when trying to evaluate a form with *C-x
C-e ( *after* M-x nrepl-jack-in )*, I still get this error (was happening
with nrepl 0.1.3):
*Symbol's function definition is void: lisp-eval-last-sexp*
This call looks like it's used in *
~/elpa/clojure-mode-1.
I get the the following error when trying to auto-complete e.g. "(pri":
--8<---cut here---start->8---
java.lang.NullPointerException: null
at clojure.lang.Reflector.invokeNoArgInstanceMember (Reflector.java:314)
clojure.stacktrace$print_stack_trace.invoke (
I am happy to announce the release of nrepl.el v0.1.4, an Emacs client for
nREPL.
https://github.com/kingtim/nrepl.el
v0.1.4 is available now on Marmalade, and should also be available on Melpa.
See the github Readme for installation and usage instructions.
Notable additions since our last relea
11 matches
Mail list logo