This is the magic-ed Reference Manual, version 0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:55:45 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
magic-ed
Edit your code from REPL.
Sanel Zukan. https://github.com/sanel/magic-ed/
MIT
0.2
sb-introspect
(system).
src/magic-ed.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
magic-ed/src/magic-ed.lisp
magic-ed
(system).
namestring-for-editor
(function).
slurp-file
(function).
Packages are listed by definition order.
magic-ed
common-lisp
.
sb-alien
.
namestring-for-editor
(function).
slurp-file
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Call editor from REPL and depending on options, return to REPL or evaluate the file content in REPL.
This function will try to use implmentation specific (ed) function, which will in turn invoke editor set in
EDITOR environment variable. Some Common Lisp implementations uses different strategy for setting external
editor, so if unsure what they are, make sure to consult your implementation documentation first.
If called without file, this function will invoke editor without file argument.
Supported options are:
:eval (t or nil) - if :eval was set to nil, saved content will not be evaluated
:output (:file or :string) - by default, content will be saved to file; if you want the content to
be returned as escaped string, set ’:output :string’.
Jump to: | E F M N S |
---|
Jump to: | E F M N S |
---|
Jump to: | F M P S |
---|
Jump to: | F M P S |
---|