| Allegro CL version 7.0 This page is new in 7.0. Minimal update since 7.0 release. | |||||||||
Arguments: cg-configuration
Returns the color that is used by colorize-source-code for global variables and
constants, or nil to avoid colorizing global
variables and constants at all. Specifically, this applies to symbols
for which boundp is true when
the colorization is done.
The value may be set by calling (setf
color-for-global-variables). The value should be an RGB color,
as created with make-rgb, or
nil. This option also appears on the Editor
Color tab on the Options dialog.
(setf (color-for-global-variables (configuration *system*))
(make-rgb :red 0 :green 120 :blue 160))
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.
| Allegro CL version 7.0 This page is new in 7.0. Minimal update since 7.0 release. | |||||||||