Arguments: configuration
The value of the current-case-mode property of the argument
configuration. The current configuration is
(configuration*system*
). This property is
associated with the global variable
*current-case-mode*
. Setting
the value in the current configuration changes the value of the
variable. The case mode determines how typed symbols are read. The
possible values are :case-insensitive-upper (standard Common Lisp),
:case-insensitive-lower, :case-sensitive-upper, and
:case-sensitive-lower. When read in a symbol name, unescaped
alphabetic characters are converted to the preferred mode in the
case-insensitive modes and left unconverted in the case-sensitive
modes.
current-case-mode is a property of the configuration
class.
Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.