* Move cd, ls, pwd to it's own little lispusers (needs documentation) * add .TXT documentation, also patch lsee script to translate ^ and _ to up and left arrow * Add document for CONDITIONGRAPH
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
CONDITIONGRAPH
|
|
|
|
|
|
Currently in internal rather than lispusers, this package shows a graph of "conditions" (Common Lisp error system).
|
|
|
|
(FILESLOAD CONDITIONGRAPH) to load it.
|
|
|
|
(GRAPH-CONDITIONS) will display a graph of conditions and their inheritance.
|
|
|
|
Other possible operations might be determinable by reading the source.
|