joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.26k stars 142 forks source link

Invoking `sly` in remote buffers #556

Closed aadcg closed 1 year ago

aadcg commented 1 year ago

When sly is invoked in a remote buffer then sly-temp-directory, sly-temp-directory and sly-slynk-path should be computed with respect to the remote machine.

I thought surrounding those by with-connection-local-variables would do the job but it seems that it doesn't.