When trying to compile a file from slime (with slime-compile-and-load-file) I get the following error:
PARSE-NAMESTRING: syntax error in filename "g:\Programme\cygwin\home\Joreji\opengl-test.lisp" at position 2
This is due to the convert-standard-filename function which slime-to-lisp-filename-function is set to (with the recent cvs revision). Once I change slime-to-lisp-filename-function to #'identity it all works again (well, the way it "works" on windows anyway, heh). Is it possible PARSE-NAMESTRING has difficulties with the backslash ("") ?
I'm using: GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-09-09 on LENNART-69DE564 (patched) Cygwin on Windows XP Recent (updated 10 minutes ago) version of cvs slime (though the change to convert-standard-filename has been made a few days ago as I see it).
Regards, Thomas K.