[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
using lower case
- To: Richard Weyhrauch <RWW@SU-AI.ARPA>
- Subject: using lower case
- From: "Scott E. Fahlman" <Fahlman@CMU-CS-C.ARPA>
- Date: Tue, 11 Jun 1985 19:46:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 11 Jun 1985 13:43-EDT from Richard Weyhrauch <RWW at SU-AI.ARPA>
- Sender: FAHLMAN@CMU-CS-C.ARPA
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