How do I find out what the "invalid argument" is?
I don't have access to a Windows machine at the moment, but
sidestepping clojure-jack-in for a minute, does using 'lein swank' and
M-x slime-connect work? (in an eshell buffer that is in the project
directory, run 'lein swank', that should start a swank server on port
4005, then M-x slime-connect should connect you and give you a repl).
- Mark
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@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+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
I don't think so. If lein.bat is on your path and is working, and if
emacs and clojure-mode are working, that's really all you need. There
are utilities and tools out there that you may want to use at some
point, though, that do assume a unixy environment.
> And are these two functionally equivalent?
> clojure-jack-in
> lein swank and slime-connect
Basically, yes. They both start a swank server, connect emacs to it,
and give you a repl. clojure-jack-in is meant to simplify that
process and hide any complexity.
If you have installed the right versions of slime and slime-repl
manually then they should be equivalent.
-Phil
I also have a problem when I type in 'M-x slime' in Emacs. It causes the same error (spawning child process: invalid argument).I assume I installed slime correctly and I rewrote ~/.emacs.What could ben the problem?