Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!dog.ee.lbl.gov!pasteur!fir.Berkeley.EDU!maverick From: maverick@fir.Berkeley.EDU (Vance Maverick) Newsgroups: comp.lang.lisp Subject: Re: Case sensitivity (Ugh, Again!) Message-ID: <10105@pasteur.Berkeley.EDU> Date: 9 Jan 91 19:18:30 GMT References: <10080@pasteur.Berkeley.EDU> <2872434369@ARTEMIS.cam.nist.gov> Sender: news@pasteur.Berkeley.EDU Reply-To: maverick@fir.Berkeley.EDU (Vance Maverick) Lines: 6 Oops, dyslexia strikes again. :case-sensitive-lower means that the Lisp is case sensitive and all the standard symbols are lower case (as in Franz Lisp and, more remotely, UNIX and C.). :case-sensitive-upper means that CAR is the function we all know and car is something else. Sorry. The justification given in the Allegro CL documentation for the existence of this mode is that it is the mode used by InterLisp.