Andrei Stebakov schrieb:
I took the code from your previous posting at http://article.gmane.org/gmane.lisp.slime.devel/2427, the one that Helmut suggested. It seems to work for me. Do you think that's enough for the future or I still need a fancier stuff that you posted in your post?
mount-point conversion is needed if the mapping windows<=>cygwin paths are not simple. otherwise my simplier (replace-in-string filename "\\" "/") hack is very fast and easy, because it assumes the paths are the same.
but: latest clisp (self-compiled from CVS) doesn't understand "w:/slime/stuff" anymore. It converts it to "//c/w:/slime/stuff". this is still fixable, if I had the time to fix it. writing and fixing cygwin32-mount.el was faster, then argueing with sam. :)
BTW, I don't have access to http://xarch.tu-graz.ac.at/autocad/lsp_tools/ntemacs/cygwin32-mount.el
fixed.