colorize

Class summary
coloring-type
Method summary
coloring-type-autodetect-function coloring-type
coloring-type-default-mode coloring-type
coloring-type-fancy-name coloring-type
coloring-type-formatter-after-hook coloring-type
coloring-type-formatter-initial-values coloring-type
coloring-type-modes coloring-type
coloring-type-parent-type coloring-type
coloring-type-term-formatter coloring-type
coloring-type-transition-functions coloring-type
coloring-type-visible coloring-type
Function summary
autodetect-coloring-type name
coloring-types
colorize-file coloring-type input-file-name &optional output-file-name
colorize-file-to-stream coloring-type input-file-name s2 &key (wrap t) (css-background "default")
find-coloring-type type
format-scan coloring-type scan
full-transition-table coloring-type-object
html-colorization coloring-type string
scan-string coloring-type string
(setf find-coloring-type) new-value type
Macro summary
define-coloring-type name fancy-name &key modes default-mode transitions formatters autodetect parent formatter-variables (formatter-after-hook '(constantly "")) invisible
with-gensyms (&rest names) &body body
with-scanning-functions string-param position-place mode-place mode-wait-place &body body
coloring-type    [Class]
:modes    [Initarg]
:default-mode    [Initarg]
:transition-functions    [Initarg]
:fancy-name    [Initarg]
:term-formatter    [Initarg]
:formatter-initial-values    [Initarg]
:formatter-after-hook    [Initarg]
:autodetect-function    [Initarg]
:parent-type    [Initarg]
:visible    [Initarg]
coloring-type-visible   coloring-type  [Generic function]

Returns and (with setf) changes the visible of the specified coloring-type

coloring-type-parent-type   coloring-type  [Generic function]

Returns and (with setf) changes the parent-type of the specified coloring-type

coloring-type-autodetect-function   coloring-type  [Generic function]

Returns and (with setf) changes the autodetect-function of the specified coloring-type

coloring-type-formatter-after-hook   coloring-type  [Generic function]

Returns and (with setf) changes the formatter-after-hook of the specified coloring-type

coloring-type-formatter-initial-values   coloring-type  [Generic function]

Returns and (with setf) changes the formatter-initial-values of the specified coloring-type

coloring-type-term-formatter   coloring-type  [Generic function]

Returns and (with setf) changes the term-formatter of the specified coloring-type

coloring-type-fancy-name   coloring-type  [Generic function]

Returns and (with setf) changes the fancy-name of the specified coloring-type

coloring-type-transition-functions   coloring-type  [Generic function]

Returns and (with setf) changes the transition-functions of the specified coloring-type

coloring-type-default-mode   coloring-type  [Generic function]

Returns and (with setf) changes the default-mode of the specified coloring-type

coloring-type-modes   coloring-type  [Generic function]

Returns and (with setf) changes the modes of the specified coloring-type

*coloring-types*    [Variable]
*version-token*    [Variable]
*scan-calls*    [Variable]
*reset-position*    [Variable]
*formatter-local-variables*    [Variable]
find-coloring-type   type  [Function]
autodetect-coloring-type   name  [Function]
coloring-types    [Function]
(setf find-coloring-type)   new-value type  [Function]
full-transition-table   coloring-type-object  [Function]
scan-string   coloring-type string  [Function]
format-scan   coloring-type scan  [Function]
html-colorization   coloring-type string  [Function]
colorize-file-to-stream   coloring-type input-file-name s2 &key (wrap t) (css-background "default")  [Function]
colorize-file   coloring-type input-file-name &optional output-file-name  [Function]
with-gensyms   (&rest names) &body body  [Macro]
with-scanning-functions   string-param position-place mode-place mode-wait-place &body body  [Macro]
define-coloring-type   name fancy-name &key modes default-mode transitions formatters autodetect parent formatter-variables (formatter-after-hook '(constantly "")) invisible  [Macro]