Next: , Previous: , Up: Internal definitions   [Contents][Index]


6.2.1 Special variables

Special Variable: *categories*

The list of definition categories.
Each category is of type (:KEYWORD DESCRIPTION-STRING).

Package

net.didierverna.declt

Source

symbol.lisp (file)

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 A.1 of the user manual for more information.

Package

net.didierverna.declt.setup

Source

setup.lisp (file)

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 (file)

Special Variable: *licenses*
Package

net.didierverna.declt

Source

declt.lisp (file)

Special Variable: *readtable*

The Declt readtable.

Package

net.didierverna.declt

Source

meta.lisp (file)

Special Variable: *section-names*

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

Package

net.didierverna.declt

Source

texi.lisp (file)

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 (file)