This is the pkg-doc Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:15:53 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
pkg-docView package documentation in a clim-treeview
BSD Simplified
0.0.1
stdutils (system).
clim-widgets (system).
nsort (system).
manifest (system).
alexandria (system).
repl-utilities (system).
package.lisp (file).
pkg-doc.lisp (file).
gui-clim.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
pkg-doc/pkg-doc.lisppackage.lisp (file).
pkg-doc (system).
current-packages (function).
local-systems (function).
pkg-tree (function).
quicklisp-systems (function).
random-load-system (function).
random-pkg-info (function).
random-pkg-with-nr-of-ext-symbols (function).
random-sys-info (function).
alfabet (function).
asdf-description (function).
hierarchical-category (function).
hierarchy-by-name (function).
insert-what (function).
insert-what% (function).
insert-what%% (function).
key (function).
key% (function).
my-project-dir (special variable).
pack (function).
packages-in-system (function).
parts (function).
pkg-description (function).
pkg-symbols (function).
pkg2sys (function).
ql-system-name (function).
r-add-header (function).
readme-file (macro).
readme-text (function).
remove-empty-bags (function).
sorted-symbols-in-a-category (function).
strip-html (function).
symbol-groups (function).
sys-info (symbol macro).
sys2pkg (function).
pkg-doc/gui-clim.lisppkg-doc.lisp (file).
pkg-doc (system).
children (method).
item-name (method).
item-name (method).
pd (function).
update-instance-for-redefined-class (method).
*help* (special variable).
abc (reader method).
(setf abc) (writer method).
cl-apropos (function).
cl-apropos%parser (function).
clear (function).
clear%parser (function).
color-lambda (function).
create-menu% (function).
create-menu-clim (function).
create-tview (function).
define-pkg-doc-command (macro).
features (function).
features%parser (function).
get-children (method).
help (function).
help%parser (function).
info (reader method).
(setf info) (writer method).
leaf-pkg (class).
load-package (function).
local-projects (function).
local-projects%parser (function).
modules (function).
modules%parser (function).
node-pkg (class).
packages (function).
packages%parser (function).
pkg-doc (function).
pkg-doc (class).
print-numbered-pkg (function).
ql-apropos (function).
ql-apropos%parser (function).
quicklisp (function).
quicklisp%parser (function).
reinitialize-panes-and-layouts (method).
select-pkg (function).
show-childreno (function).
show-info (function).
show-info%parser (function).
sys-info-clim (macro).
toggle-alfabeta (function).
toggle-alfabeta%parser (function).
tview (function).
Packages are listed by definition order.
pkg-docpackage and system info
clim.
clim-lisp.
current-packages (function).
local-systems (function).
pd (function).
pkg-tree (function).
quicklisp-systems (function).
random-load-system (function).
random-pkg-info (function).
random-pkg-with-nr-of-ext-symbols (function).
random-sys-info (function).
*help* (special variable).
abc (generic reader).
(setf abc) (generic writer).
alfabet (function).
asdf-description (function).
cl-apropos (function).
cl-apropos%parser (function).
clear (function).
clear%parser (function).
color-lambda (function).
create-menu% (function).
create-menu-clim (function).
create-tview (function).
define-pkg-doc-command (macro).
features (function).
features%parser (function).
help (function).
help%parser (function).
hierarchical-category (function).
hierarchy-by-name (function).
info (generic reader).
(setf info) (generic writer).
insert-what (function).
insert-what% (function).
insert-what%% (function).
key (function).
key% (function).
leaf-pkg (class).
load-package (function).
local-projects (function).
local-projects%parser (function).
modules (function).
modules%parser (function).
my-project-dir (special variable).
node-pkg (class).
pack (function).
packages (function).
packages%parser (function).
packages-in-system (function).
parts (function).
pkg-description (function).
pkg-doc (function).
pkg-doc (class).
pkg-symbols (function).
pkg2sys (function).
print-numbered-pkg (function).
ql-apropos (function).
ql-apropos%parser (function).
ql-system-name (function).
quicklisp (function).
quicklisp%parser (function).
r-add-header (function).
readme-file (macro).
readme-text (function).
remove-empty-bags (function).
select-pkg (function).
show-childreno (function).
show-info (function).
show-info%parser (function).
sorted-symbols-in-a-category (function).
strip-html (function).
symbol-groups (function).
sys-info (symbol macro).
sys-info-clim (macro).
sys2pkg (function).
toggle-alfabeta (function).
toggle-alfabeta%parser (function).
tview (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
loaded packages with external symbols
exported symbols of a package in a hierachical tree-form
test sys-info of current packages
test sys-info of quicklisp systems
pkg-doc) as ds pl &rest initargs) ¶Look for a system’s documentation file
system description
color lambda list
key ~ header
new packages after loading a system, with dependency packages/systems
system description
Get text from the system’s docfile. If doc is html strip the tags
return a sorted list of all symbols in a category
group symbols into manifest::*categories*
leaf.
node.
tree.
| Initarg | Value |
|---|---|
:name | (quote pkg-doc) |
:pretty-name | pkg-doc |
:command-table | (find-command-table (quote pkg-doc)) |
:disabled-commands | (quote nil) |
:menu-bar | (quote t) |
:pointer-documentation | (quote nil) |
:current-layout | (quote double) |
:layouts | (quote ((double (horizontally nil tree-pane (make-pane (quote box-adjuster-gadget)) info-pane)))) |
:resize-frame | (quote nil) |
:top-level-lambda | (lambda (frame-arg0) (default-frame-top-level frame-arg0)) |
:panes-constructor | (lambda (fm frame) (or (frame-panes-for-layout frame) (setf (frame-panes-for-layout frame) (with-look-and-feel-realization (fm frame) (list (cons (quote tree-pane) (make-clim-application-pane name (quote tree-pane) display-function (quote display-tree) incremental-redisplay t end-of-line-action allow end-of-page-action allow)) (cons (quote info-pane) (make-clim-application-pane name (quote info-pane) display-function (quote show-childreno) incremental-redisplay t end-of-page-action allow))))))) |
:layout-constructor | (lambda (fm frame) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (declare (ignorable named-panes)) (let ((tree-pane (assoc-value named-panes (quote tree-pane) test (function eq))) (info-pane (assoc-value named-panes (quote info-pane) test (function eq)))) (declare (ignorable tree-pane info-pane)) (setf (frame-panes frame) (ecase (frame-current-layout frame) (double (horizontally nil tree-pane (make-pane (quote box-adjuster-gadget)) info-pane)))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame)) |
| Jump to: | (
A C D F G H I K L M P Q R S T U |
|---|
| Jump to: | (
A C D F G H I K L M P Q R S T U |
|---|
| Jump to: | *
A I M S |
|---|
| Jump to: | *
A I M S |
|---|
| Jump to: | C F G L N P S |
|---|
| Jump to: | C F G L N P S |
|---|