This is the quickutil Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:25:43 2024 GMT+0.
quickutil/quickutil.asd
quickutil-client/quickutil-client.asd
quickutil-client-management/quickutil-client-management.asd
quickutil/clean-up-quickutil.lisp
quickutil-client/package.lisp
quickutil-client/bookkeeping.lisp
quickutil-client/conditions.lisp
quickutil-client/quickutil-client.lisp
quickutil-client/autoload.lisp
quickutil-client-management/management.lisp
The main system appears first, followed by any subsystem dependency.
quickutil
The Quickutil client.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause. See LICENSE file.
quickutil-client
(system).
clean-up-quickutil.lisp
(file).
quickutil-client
The Quickutil client for loading utility code.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause. See LICENSE file.
quickutil-client-management
(system).
cl-fad
(system).
quickutil-utilities
(system).
package.lisp
(file).
bookkeeping.lisp
(file).
conditions.lisp
(file).
quickutil-client.lisp
(file).
autoload.lisp
(file).
quickutil-client-management
The Quickutil client manager.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause. See LICENSE file.
trivial-garbage
(system).
management.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
quickutil/quickutil.asd
quickutil-client/quickutil-client.asd
quickutil-client-management/quickutil-client-management.asd
quickutil/clean-up-quickutil.lisp
quickutil-client/package.lisp
quickutil-client/bookkeeping.lisp
quickutil-client/conditions.lisp
quickutil-client/quickutil-client.lisp
quickutil-client/autoload.lisp
quickutil-client-management/management.lisp
quickutil-client/quickutil-client.asd
quickutil-client
(system).
quickutil-client-management/quickutil-client-management.asd
quickutil-client-management
(system).
quickutil-client/bookkeeping.lisp
package.lisp
(file).
quickutil-client
(system).
*utilities*
(special variable).
quickutil-client/conditions.lisp
bookkeeping.lisp
(file).
quickutil-client
(system).
utility-not-found-error
(function).
utility-not-found-error
(condition).
utility-not-found-error-names
(reader method).
quickutil-client/quickutil-client.lisp
conditions.lisp
(file).
quickutil-client
(system).
save-utils-as
(function).
utilize
(function).
utilize-categories
(function).
utilize-symbols
(function).
utilize-utilities
(function).
who-provides
(function).
ensure-keyword-list
(function).
funcall-qtl-utl
(macro).
print-lines
(function).
qtl-utl
(function).
utility-source-code
(function).
with-temp-file
(macro).
quickutil-client/autoload.lisp
quickutil-client.lisp
(file).
quickutil-client
(system).
enable-autoload-syntax
(function).
#?-reader
(function).
quickutil-client-management/management.lisp
quickutil-client-management
(system).
*verbose*
(special variable).
load-quickutil-utilities
(function).
unload-quickutil-utilities
(function).
with-quickutil-utilities
(macro).
clean-and-delete-package
(function).
symbol-accessible-from-package
(function).
unbind-symbol
(function).
Packages are listed by definition order.
quickutil-client-management
asdf/interface
.
common-lisp
.
*verbose*
(special variable).
load-quickutil-utilities
(function).
unload-quickutil-utilities
(function).
with-quickutil-utilities
(macro).
clean-and-delete-package
(function).
symbol-accessible-from-package
(function).
unbind-symbol
(function).
quickutil-client
Contains client-side code for acquiring, compiling, loading, and saving utilties.
qtlc
common-lisp
.
enable-autoload-syntax
(function).
save-utils-as
(function).
utility-not-found-error
(function).
utility-not-found-error
(condition).
utilize
(function).
utilize-categories
(function).
utilize-symbols
(function).
utilize-utilities
(function).
who-provides
(function).
#?-reader
(function).
ensure-keyword-list
(function).
funcall-qtl-utl
(macro).
print-lines
(function).
qtl-utl
(function).
utility-not-found-error-names
(generic reader).
utility-source-code
(function).
with-temp-file
(macro).
quickutil
Package that contains the actual utility functions.
qtl
common-lisp
.
*utilities*
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
A list of the loaded utilities.
Dictates whether loading should be verbose.
Load Quickutil utilities, execute BODY, and unload them, returning the last result of BODY.
Enable the use of #?SYMBOL, which automatically loads the symbol SYMBOL from Quickutil.
Save all of the utilities specified by the lists UTILITIES,
CATEGORIES, and SYMBOLS to the file named FILENAME.
The utilities will be put in the package named PACKAGE. If ENSURE-PACKAGE is true, then the package will be created if it has not already. If it has not been created, the package will be given the nickname PACKAGE-NICKNAME. If the nickname is NIL, then no nickname will be created.
Error when a utilities named UTIL-NAMES are not found.
Load the utilities in the categories CATEGORIES.
Load the utilities which provide the symbols SYMBOLS.
Load the utilities UTILITIES and their dependencies.
Which utility provides the symbol SYMBOL?
Clean up the package designated by PACKAGE-DESIGNATOR (unbind all of the bound symbols), and delete the package, if it exists.
Ensure that LIST is a list of keywords.
Print the lines denoted by the strings STRINGS to the stream STREAM.
Is the symbol SYMBOL accessible from the package PACKAGE?
Ensure the symbol denoting a variable, function, or macro is unbound.
A continuable error will be signaled if it is a symbol in the CL package.
utility-not-found-error
)) ¶name
.
Jump to: | #
C E F G L M P Q S U W |
---|
Jump to: | #
C E F G L M P Q S U W |
---|
Jump to: | *
N S |
---|
Jump to: | *
N S |
---|
Jump to: | A B C F M P Q S U |
---|
Jump to: | A B C F M P Q S U |
---|