The vivid-colors Reference Manual

This is the vivid-colors Reference Manual, version 7.1.6, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:14:23 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 vivid-colors

Colored object printer.

Author

SATO Shinichi

Source Control

(GIT git@github.com:hyotang666/vivid-colors)

Bug Tracker

https://github.com/hyotang666/vivid-colors/issues

License

MIT

Version

7.1.6

Dependencies
  • lambda-fiddle (system).
  • millet (system).
  • closer-mop (system).
  • cl-colors2 (system).
  • vivid-colors.stream (system).
  • vivid-colors.dispatch (system).
  • vivid-colors.content (system).
Source

vivid-colors.asd.

Child Component

vivid-colors.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 vivid-colors/vivid-colors.asd

Source

vivid-colors.asd.

Parent Component

vivid-colors (system).

ASDF Systems

vivid-colors.


3.1.2 vivid-colors/vivid-colors.lisp

Source

vivid-colors.asd.

Parent Component

vivid-colors (system).

Packages

vivid-colors.

Internals

4 Packages

Packages are listed by definition order.


4.1 vivid-colors

Source

vivid-colors.lisp.

Use List

common-lisp.

Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Internals


5.1.1 Ordinary functions

Function: count-pre-body-forms (lambda-list)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: default-printer (output exp)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: non-printable-char-p (char)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-array (output array)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-backquote (output backquote)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-block (output exp)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-char (output char)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-comma (output comma)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-funcall (output form)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-function (output function)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-if (output exp)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-keyword (output keyword)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-let (output exp)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-list (output list &optional newline-kind)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-loop (output exp)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-macrocall (output form)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-pathname (output pathname)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-progn (output exp)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-quote (output quote)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-real (output real)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-reference (output ref)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-string (output string)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-structure (output structure)
Package

vivid-colors.

Source

vivid-colors.lisp.

Function: vprint-vector (output vector)
Package

vivid-colors.

Source

vivid-colors.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   C   D   F   N   V  
Index Entry  Section

C
count-pre-body-forms: Private ordinary functions

D
default-printer: Private ordinary functions

F
Function, count-pre-body-forms: Private ordinary functions
Function, default-printer: Private ordinary functions
Function, non-printable-char-p: Private ordinary functions
Function, vprint-array: Private ordinary functions
Function, vprint-backquote: Private ordinary functions
Function, vprint-block: Private ordinary functions
Function, vprint-char: Private ordinary functions
Function, vprint-comma: Private ordinary functions
Function, vprint-funcall: Private ordinary functions
Function, vprint-function: Private ordinary functions
Function, vprint-if: Private ordinary functions
Function, vprint-keyword: Private ordinary functions
Function, vprint-let: Private ordinary functions
Function, vprint-list: Private ordinary functions
Function, vprint-loop: Private ordinary functions
Function, vprint-macrocall: Private ordinary functions
Function, vprint-pathname: Private ordinary functions
Function, vprint-progn: Private ordinary functions
Function, vprint-quote: Private ordinary functions
Function, vprint-real: Private ordinary functions
Function, vprint-reference: Private ordinary functions
Function, vprint-string: Private ordinary functions
Function, vprint-structure: Private ordinary functions
Function, vprint-vector: Private ordinary functions

N
non-printable-char-p: Private ordinary functions

V
vprint-array: Private ordinary functions
vprint-backquote: Private ordinary functions
vprint-block: Private ordinary functions
vprint-char: Private ordinary functions
vprint-comma: Private ordinary functions
vprint-funcall: Private ordinary functions
vprint-function: Private ordinary functions
vprint-if: Private ordinary functions
vprint-keyword: Private ordinary functions
vprint-let: Private ordinary functions
vprint-list: Private ordinary functions
vprint-loop: Private ordinary functions
vprint-macrocall: Private ordinary functions
vprint-pathname: Private ordinary functions
vprint-progn: Private ordinary functions
vprint-quote: Private ordinary functions
vprint-real: Private ordinary functions
vprint-reference: Private ordinary functions
vprint-string: Private ordinary functions
vprint-structure: Private ordinary functions
vprint-vector: Private ordinary functions


A.3 Variables