There is no way in standard Common Lisp to get full case-sensitivity as the reader default. Individual implementations may have a case-sensitive input mode as an extension, but the CMU code upon which many Common Lisp implementations are based does not have this feature. -- Scott