Next: , Previous: , Up: Internals   [Contents][Index]


6.2.1 Special variables

Special Variable: *blanks*

A list of blank characters and their associated revealed representation. Each element in this list is of the form (#BLANK . #REPLACEMENT).

Package

net.didierverna.declt.

Source

doc.lisp.

Special Variable: *categories*

The list of definition categories.
Each category is of the form (TITLE FILTER).
- TITLE (a string) serves as the section title.
- FILTER can be either a definition type (symbol), in which case definitions of that type a retained, or a predicate function of one (definition) argument, which should return T if the definition is to be retained.

Package

net.didierverna.declt.

Source

symbol.lisp.

Special Variable: *configuration*

The Declt configuration settings.
This variable contains a property list of configuration options. Current options are:
- :swank-eval-in-emacs (Boolean)

See Section 4.1 of the user manual for more information.

Package

net.didierverna.declt.setup.

Source

configuration.lisp.

Special Variable: *fragile-characters*

An association list of Texinfo fragile (anchor) characters. Elements are the form (CHAR . ALT) where CHAR is the fragile (anchor) character and ALT is an alternative Unicode character.

Package

net.didierverna.declt.

Source

texi.lisp.

Special Variable: *licenses*
Package

net.didierverna.declt.assess.

Source

license.lisp.

Special Variable: *section-names*

The numbered, unumbered and appendix section names sorted by level.

Package

net.didierverna.declt.

Source

texi.lisp.

Special Variable: *special-characters*

An association list of Texinfo special characters.
Elements are the form (CHAR . COMMAND) where CHAR is the special character and COMMAND is the name of the corresponding Texinfo alphabetic command.

Package

net.didierverna.declt.

Source

texi.lisp.

Special Variable: *stabilized*

Whether the stabilization process is over.
This variable is set to NIL whenever new definitions are created during the process. Stabilization is run over and over again until nothing moves anymore.

Package

net.didierverna.declt.assess.

Source

finalize.lisp.


Next: Macros, Previous: Internals, Up: Internals   [Contents][Index]