Lisp HUG Maillist Archive

Case insenitivity

You can (setf (readtable-case *readtable*) :preserve) to get the correct
case. You might want to copy-readtable and use it for only the parts of
the program that you want to be case in-sensitive as it can break some
libraries. 



Updated at: 2020-12-10 08:39 UTC