The topic was also raised at 
http://groups.google.com/group/swank-clojure/browse_thread/thread/6afd2f13ecf9e194#
Probably the reason it's not implemented is that slime-machine-
instance in slime.el depends on a call to (cl:machine-instance) which
is not part of Clojure.
I wonder if working with a remote image using emacs/tramp in an
uncommon scenario in Clojure community?

On Jul 8, 11:35 am, Trastabuga <lisper...@gmail.com> wrote:
> Hi
>
> When I run "java -jar project-standalone.jar" running swank server in
> it on a remote PC.
> Then when I open my remote *.clj file using tramp, connect to the
> image with Emacs's M-x slime-connect - everything works well until I
> try to go to the function definition (M . or M-x slime-edit-
> definition).
> In this case Emacs reports "Search failed" since it tries to load the
> project-standalone.jar locally.
> On the other hand, when I bring the whole source over to my local
> system and try to connect with slime to the locally running image, M-
> x  slime-edit-definition works as it should.
> Did you experience that issue? I wonder what component could be
> causing this issue (tramp/slime/swank)?
>
> Thank you,
> Andrei

-- 
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

Reply via email to