Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`read-from-string'.
|
|
|
|
|
|
|
|
|
|
|
|
active argument in autodoc.
|
|
Currently put to (let's hope, good) use for context parsing in autodoc
and locals discovery (internal defines are recognised now).
|
|
- The implementation is still buggy, though, because it uses the
elisp reader, which bails at some scheme syntaxes (e.g. chars)
|
|
|
|
|
|
... and say goodbye to the ugly parse partial sexp, reducing not only
sloppy code, but also duplication and data transfers.
|
|
Autodoc buglets and support for displaying module variables too.
|
|
Not that it was difficult: it's replacing an ugly kludge.
|
|
comes with a pony too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use argument names from guile-procedures.txt when available.
* Highlihgt #:opt with a face of its own.
|
|
|
|
|
|
|
|
|
|
|