Hi,

Am 10.09.2009 um 06:41 schrieb MarkSwanson:

8. A new window should open, containing #'user/greet. Type \p to close
the window.

It's all good up to this point.

9. Go to the Repl window, eg. with <C-w><C-w>.
11. At the prompt type (gr and hit <C-x><C-o> to complete the function
name.
10. Submit (greet) by hitting return. (the Repl should now print
"Hello, World!")

This doesn't work.
The new window opened up containing the right text. However, the REPL
can not use the function.

This is rather strange. If the result window really contains '#'user/ greet, I don't understand, why it is not available at the repl....

What's strange is that I can type (gr and CTRL-n and user/greet shows
up! This tells me the REPL has the function, but it gives this error:
#<CompilerException java.lang.IllegalStateException: Var user/greet is
unbound. (REPL:0)>

No. <C-n> is completely independent of the Clojure side of VC. It also works with the dynamic part turned off. It learns all keywords from all open files. Hence the clojure side is not required as for <C-x><C- o>.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to