-
Notifications
You must be signed in to change notification settings - Fork 145
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
Readtable-case other than :upcase? #576
Comments
Probably.
Send patches? |
I'm curious, what do you use |
It's a wild hack and as for now I'm not sure if it's useful either. I'm using
Sure, let me try... |
Entering
(setf (readtable-case *readtable*) :preserve)
makes the SLY session almost unusable. Completion constantly generates CL conditions, even if I type symbols in all uppercases. I've glimpse some SLY source and seems that it's written mostly only withreadtable-case=:upcase
in mind (e.g. insly-mrepl--insert-prompt
a(downcase package)
is hardcoded, which will erase information if the reader is not case-converting). Is that true? Is there hope to improve the situation?The text was updated successfully, but these errors were encountered: