X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1818107e8198734df843841a51bca3713bd37596..f458e64e36509fa8c204f1dbcafff1d3dc059619:/doc/misc.tex diff --git a/doc/misc.tex b/doc/misc.tex index de62c8e..f23d6a0 100644 --- a/doc/misc.tex +++ b/doc/misc.tex @@ -7,7 +7,7 @@ %%%----- Licensing notice --------------------------------------------------- %%% -%%% This file is part of the Sensble Object Design, an object system for C. +%%% This file is part of the Sensible Object Design, an object system for C. %%% %%% SOD is free software; you can redistribute it and/or modify %%% it under the terms of the GNU General Public License as published by @@ -31,18 +31,21 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{mac} - {with-gensyms (@{ @ @! (@ @[@@]) @}^*) \\ \ind - @^*} + {with-gensyms (@{ @ @! (@ @[@@]) @}^*) \\ \ind + @^* \\ + @
^*} \end{describe} \begin{describe}{mac} {once-only (@[[ :environment @ @]] - @{ @ @! (@ @[@@]) @}^*) \\ \ind - @^*} + @{ @ @! (@ @[@@]) @}^*) \\ \ind + @^* \\ + @^*} \end{describe} \begin{describe}{mac} - {parse-body @ @> @ @ @} + {parse-body @ \&key :docp :declp + @> @ @ @} \end{describe} \begin{describe}{cls}{loc} @@ -51,7 +54,7 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{fun}{locp @ @> @} \end{describe} -\begin{describe}{macro}{locf @ @> @} +\begin{describe}{mac}{locf @ @> @} \end{describe} \begin{describe*} @@ -62,8 +65,9 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{mac} {with-locatives @{ @ @! (@{ @ @! - (@ @[@@]) @}^*) @} \\ \ind - @^*} + (@ @[@@]) @}^*) @} \\ \ind + @^* \\ + @^*} \end{describe} \begin{describe}{sym}{it} @@ -72,7 +76,10 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{mac}{aif @ @ @[@@]} \end{describe} -\begin{describe}{mac}{awhen @ @^*} +\begin{describe}{mac}{aand @^*} +\end{describe} + +\begin{describe}{mac}{awhen @ @^*} \end{describe} \begin{describe}{mac}{acond @{ (@ @^*) @}^*} @@ -122,6 +129,11 @@ These symbols are defined in the @|sod-utilities| package. {mappend @ @ \&rest @ @> @} \end{describe} +\begin{describe}{fun} + {distinguished-point-shortest-paths @ @ + @> @} +\end{describe} + \begin{describe}{cls}{inconsistent-merge-error (error) \&key :candidates} \end{describe} @@ -129,16 +141,25 @@ These symbols are defined in the @|sod-utilities| package. \end{describe} \begin{describe}{fun} - {merge-lists @ \&key :pick (:test \#'eql) @> @} + {merge-lists @ \&key :pick (:test \#'eql) :present @> @} \end{describe} \begin{describe}{mac} {categorize (\=@ @ - @[[ :bind (@{ @ @! (@ @[@@]) @}^*) @]]) - \\ \ind\ind - (@{ @ @ @}^*) \- \\ - @^* \- - \nlret @^*} + @[[ :bind (@{ @ @! + (@ @[@@]) @}^*) @]]) + \\ \ind\ind + (@{ (@ @) @}^*) \-\\ + @^* \\ + @^* + \-\nlret @^*} +\end{describe} + +\begin{describe}{fun}{partial-order-minima @ @ @> @} +\end{describe} + +\begin{describe}{fun} + {find-duplicates @ @ \&key :identity :test} \end{describe} \begin{describe}{fun} @@ -146,7 +167,8 @@ These symbols are defined in the @|sod-utilities| package. @> @} \end{describe} -\begin{describe}{fun}{whitespace-char-p @ @> @} +\begin{describe}{fun} + {whitespace-char-p @ @> @} \end{describe} \begin{describe}{fun} @@ -163,21 +185,30 @@ These symbols are defined in the @|sod-utilities| package. {compose @ \&rest @ @> @} \end{describe} +\begin{describe}{mac}{defvar @ @ @> @} +\end{describe} + \begin{describe}{fun}{symbolicate \&rest @ @> @} \end{describe} \begin{describe}{mac} - {maybe-print-unreadable-object (@ @ - @[[ :type @ @! - :identity @ @]]) \\ \ind - @^*} + {maybe-print-unreadable-object + (@ @ + @[[ :type @ @! + :identity @ @]]) \\ \ind + @^* \\ + @^*} +\end{describe} + +\begin{describe}{fun}{print-ugly-stuff @ @ @> @^*} \end{describe} \begin{describe}{mac} {dosequence (@ @ @[[ :start @ @! :end @ @! - :indexvar @ @]]) \\ \ind - @{ @ @! @ @}^*} + :indexvar @ @]]) \\ \ind + @^* \\ + @{ @ @! @ @}^*} \end{describe} \begin{describe}{mac} @@ -185,14 +216,31 @@ These symbols are defined in the @|sod-utilities| package. @[[ :read-only @ @]]} \end{describe} +\begin{describe}{cls} + {simple-control-error (control-error simple-error) + \&key :format-control :format-arguments} +\end{describe} + +\begin{describe}{fun} + {designated-condition + \=@ @ @ \\ + \>\&key :allow-pointless-arguments + \nlret @} +\end{describe} + +\begin{describe}{fun} + {invoke-associated-restart @ @ \&rest @} +\end{describe} + \begin{describe}{mac} - {default-slot (@ @ @[@@]) \\ \ind - @^*} + {default-slot (@ @ @[@@]) \\ \ind + @^*} \end{describe} \begin{describe}{mac} - {define-on-demand-slot @ @ (@) \\ \ind - @^*} + {define-on-demand-slot @ @ (@) \\ \ind + @[[ @^* @! @ @]] \\ + @^*} \end{describe} %%%-------------------------------------------------------------------------- @@ -207,13 +255,29 @@ These symbols are defined in the @|sod-parser| package. {enclosed-condition @ @> @} \end{describe} +\begin{describe}{cls}{information (condition) \&key} +\end{describe} + +\begin{describe}{cls} + {simple-information (simple-condition information) \\ \ind + \&key :format-control :format-arguments} +\end{describe} + +\begin{describe}{fun}{info @ \&rest @ @> @} +\end{describe} + +\begin{describe*} + {\dhead{rst}{noted} + \dhead{fun}{noted \&optional @}} +\end{describe*} + \begin{describe}{fun}{cerror* @ \&rest @} \end{describe} %%%-------------------------------------------------------------------------- \section{Option parser} \label{sec:misc.optparse} -These symbols are defined in the @!optparse| package. +These symbols are defined in the @|optparse| package. \begin{describe}{fun}{exit \&optional (@ 0) \&key :abrupt} \end{describe} @@ -243,9 +307,10 @@ These symbols are defined in the @!optparse| package. \end{describe} \begin{describe}{fun} - {make-option \=@ @ \+ \\ - \&optional @ \\ - \&key :tag :negated-tag :arg-optional-p :documentation \- + {make-option \=@ @ \+\\ + \&optional @ \\ + \&key :tag :negated-tag + :arg-optional-p :documentation \- \nlret @