summaryrefslogtreecommitdiff
path: root/geiser/doc.scm
AgeCommit message (Collapse)Author
2010-11-25Guile: fixes for documentation displayJose Antonio Ortega Ruiz
We put the value of the identifier where it belongs, and add a missing period. Works, but geiser/doc.scm is in sore need of a refactoring.
2010-11-21Better module helpJose Antonio Ortega Ruiz
We now display procedure signatures in module help, and keep a cache in Guile, using procedure properties.
2010-10-31Always fallback to edit-module in M-.Jose Antonio Ortega Ruiz
2010-10-31Autodoc: fix for improper macro arglists scanningJose Antonio Ortega Ruiz
2010-08-11More docs.Jose Antonio Ortega Ruiz
2010-08-06Guile: better formatting of autodoc's variable values.Jose Antonio Ortega Ruiz
2010-07-28Displaying variable values in autodoc.Jose Antonio Ortega Ruiz
2010-07-22Guile: bug fix in macro's autodoc.Jose Antonio Ortega Ruiz
2010-07-19Guile: taking advantage of the patterns property in macro transformers.Jose Antonio Ortega Ruiz
2010-06-19Guile: no need to de-mangling autodoc args anymore.Jose Antonio Ortega Ruiz
2010-06-18Guile: filtering gensym names in autodoc display.Jose Antonio Ortega Ruiz
2010-04-18Missing entries in scheme/Makefile.am added.Jose Antonio Ortega Ruiz
2010-01-24Guile: fix for autodoc in 1.9.7Jose Antonio Ortega Ruiz
2009-11-13Guile: Support for multiple arities in autodoc.Jose Antonio Ortega Ruiz
2009-11-13Guile: bug fix: a macro-transformer is not a good arity info source.Jose Antonio Ortega Ruiz
* scheme/guile/geiser/doc.scm (obj-args): producing always ... for macros.
2009-09-26Multiple arity display, used by PLT backend (case-lambda).Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: Guile code.Jose Antonio Ortega Ruiz
2009-08-17Leftover removed.Jose Antonio Ortega Ruiz
2009-08-17Well, i said that it was better, not that it was perfect.Jose Antonio Ortega Ruiz
Autodoc buglets and support for displaying module variables too.
2009-08-17Simpler, more correct and efficient autodoc implementation.Jose Antonio Ortega Ruiz
Not that it was difficult: it's replacing an ugly kludge.
2009-08-10Guile: fix for rest marker in autodoc.Jose Antonio Ortega Ruiz
2009-08-07kludgy fix for opt/key/rest markers in autodocJose Antonio Ortega Ruiz
2009-03-09Support for multiple Scheme implementations, Chapter 1.Jose Antonio Ortega Ruiz
* Evaluation system is now pluggable * The rest of the system understands said pluggability * Guile provides its own implementation (geiser-guile) * The reload system is aware of the new kids on the block
2009-03-06Some tidy up.Jose Antonio Ortega Ruiz
2009-03-06Small bug fix.Jose Antonio Ortega Ruiz
2009-03-06Refactoring.Jose Antonio Ortega Ruiz
2009-03-06Don't display autodoc for function being defined.Jose Antonio Ortega Ruiz
2009-03-05turn-on/off-geiser-mode commands added and used in scheme-mode-hook.Jose Antonio Ortega Ruiz
2009-03-05generic-methods implemented in scheme (no emacs side yet).Jose Antonio Ortega Ruiz
2009-03-04Leave quasiquote alone in autodoc.Jose Antonio Ortega Ruiz
2009-03-03Cache arguments parsed from documentation; don't treat quasiquote as a function.Jose Antonio Ortega Ruiz
2009-03-03Fix autodoc support for multiline arities in documentation.Jose Antonio Ortega Ruiz
2009-03-02Autodoc enhancements:Jose Antonio Ortega Ruiz
* Use argument names from guile-procedures.txt when available. * Highlihgt #:opt with a face of its own.
2009-03-02Fix recursive require. Nicer arg names in autodoc.Jose Antonio Ortega Ruiz
2009-03-02Breakdown of schemeland into neat submodules.Jose Antonio Ortega Ruiz