VariablePackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

*current-case-mode*

The value of this variable is the keyword denoting the current case mode. The value of this variable is changed by set-case-mode and should not be set in any other way (modifying the value of this variable directly does not change the case mode and has undefined consequences, most of them bad). Its initial value depends on how Lisp was installed. Some pre-built images (mlisp and mlisp8) use :case-sensitive-lower and others (alisp and alisp8) use :case-insensitive-upper. The value may also be specified when an image is built using build-lisp-image or generate-application.

See case.htm for general information on case in Allegro CL.

See also the descriptions of the related functions and variables *ignore-package-name-case*, set-case-mode, and convert-mixed-case-symbols.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version