![[LISPWORKS]](/image.pl?url=http%3a%2f%2fwww.lispworks.com%2fdocumentation%2fHyperSpec%2fBody%2f..%2fGraphics%2fLWSmall.gif&f=jpg&w=240)
![[Common Lisp HyperSpec (TM)]](/image.pl?url=http%3a%2f%2fwww.lispworks.com%2fdocumentation%2fHyperSpec%2fBody%2f..%2fGraphics%2fCLHS_Sm.gif&f=jpg&w=240)
Syntax:
readtable-casereadtable =>mode
(setf (readtable-casereadtable)mode)
Arguments and Values:
readtable---areadtable.
mode---acase sensitivity mode.
Description:
Accesses thereadtable case ofreadtable, which affects the way in which theLisp Reader readssymbols and the way in which theLisp Printer writessymbols.
Examples:
SeeSection 23.1.2.1 (Examples of Effect of Readtable Case on the Lisp Reader) andSection 22.1.3.3.2.1 (Examples of Effect of Readtable Case on the Lisp Printer).
Affected By: None.
Exceptional Situations:
Should signal an error oftypetype-error ifreadtable is not areadtable. Should signal an error oftypetype-error ifmode is not acase sensitivity mode.
See Also:
*readtable*,*print-escape*,Section 2.2 (Reader Algorithm),Section 23.1.2 (Effect of Readtable Case on the Lisp Reader),Section 22.1.3.3.2 (Effect of Readtable Case on the Lisp Printer)
Notes:
copy-readtable copies thereadtable case of thereadtable.