-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On load file, can interpret Windows path as escape sequence #30
Comments
Sorry for the late response, but I was on vacation. |
It happens with slimv's Compile-Load-File (,L). (load filename) works. More information about my system:
|
I was not able to reproduce the problem on my system, but I think I know what the problem is.
|
Fixed in commit 52d8bc2 |
Sorry, I missed your previous comment. It works now. |
If the path contains something that looks like an escape sequence, it will interpret it as an escape sequence.
For example, if the file is located in C:\Documents\Lisp\test, an error message will appear:
PARSE-NAMESTRING: syntax error in filename "C:\Documents\Lisp est\morse.fas"
This doesn't happen when all the directory names are not valid escape sequences.
The text was updated successfully, but these errors were encountered: