tcl-quill 0.3.0: Quill Project Automation System for Tcl/Tk

macroset(i): macro(n) Macro Set

SYNOPSIS
DESCRIPTION
SUBCOMMANDS
AUTHOR
SEE ALSO

SYNOPSIS

macroset install macro

DESCRIPTION

A macro set is an object that can be registered with an instance of macro(n) and that defines new macros in the instance on demand. The macros in the set can then be used in a variety of contexts. For example, the manpage(5) and quilldoc(5) formats have many macros in common; these are grouped in macro sets and shared between the two modules.

This man page defines the interface a macro set must export so that macro(n) can make use of it.

A macro set can be registered with an instance of macro(n) using its macroset subcommand.

SUBCOMMANDS

Formally, a command or command prefix adheres to the macroset(i) interface if it accepts the following subcommands.

macroset install macro
Given macro, an instance of macro(n), this command installs the macros into the instance using its smartalias, proc, or clone subcommands.

AUTHOR

Will Duquette

SEE ALSO

quill(n), smartinterp(n), manpage(n).
Generated from macroset.manpage on Sat Nov 08 09:29:58 PST 2014