summaryrefslogtreecommitdiff
path: root/scheme
AgeCommit message (Expand)Author
2009-05-11Improvements to module name support (using prefixes) and Guile support.Jose Antonio Ortega Ruiz
2009-05-08Module completion generalized and implemented for PLT.Jose Antonio Ortega Ruiz
2009-05-07PLT autodoc: define-for-syntax.Jose Antonio Ortega Ruiz
2009-05-06Small refactoring.Jose Antonio Ortega Ruiz
2009-05-06PLT: M-. is also able to locate modules. Refactorings.Jose Antonio Ortega Ruiz
2009-05-04PLT: define-syntax-rule in autodoc.Jose Antonio Ortega Ruiz
2009-05-04Dead code elimination.Jose Antonio Ortega Ruiz
2009-05-04PLT: argument position and syntax and variable recognition in autodoc.Jose Antonio Ortega Ruiz
2009-05-04PLT: autodoc (without argument positions).Jose Antonio Ortega Ruiz
2009-05-03Better edit location heuristics.Jose Antonio Ortega Ruiz
2009-05-03Hopefully harmless refactoring.Jose Antonio Ortega Ruiz
2009-05-03PLT: handling correctly multiple values in evaluations.Jose Antonio Ortega Ruiz
2009-05-03PLT: simple macroexpand.Jose Antonio Ortega Ruiz
2009-05-02PLT: better module name in REPL prompt.Jose Antonio Ortega Ruiz
2009-05-01PLT: Current module in REPL prompt and don't change it after C-cC-l.Jose Antonio Ortega Ruiz
2009-05-01PLT: Enter loaded module after C-cC-l.Jose Antonio Ortega Ruiz
2009-04-30PLT: Help fix.Jose Antonio Ortega Ruiz
2009-04-26PLT: source locations.Jose Antonio Ortega Ruiz
2009-04-26PLT: completion support.Jose Antonio Ortega Ruiz
2009-04-26PLT: load-file and improvements to evaluation.Jose Antonio Ortega Ruiz
2009-04-26PLT: evaluation functions moved to their own module.Jose Antonio Ortega Ruiz
2009-04-26PLT: more robust (and somewhat simpler) evaluation.Jose Antonio Ortega Ruiz
2009-04-26PLT support: basic startup and evaluation working.Jose Antonio Ortega Ruiz
2009-04-05Using the new (system xref) interface.Jose Antonio Ortega Ruiz
2009-04-01Better xref display.Jose Antonio Ortega Ruiz
2009-04-01Bug fix: really remove killed buffers from the list of closed repls.Jose Antonio Ortega Ruiz
2009-03-18Callers/callees (C-c <, C-c >).Jose Antonio Ortega Ruiz
2009-03-15Multiple values as evaluation result supported.Jose Antonio Ortega Ruiz
2009-03-09Support for multiple Scheme implementations, Chapter 1.Jose Antonio Ortega Ruiz
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-06A bit more robust generic methods.Jose Antonio Ortega Ruiz
2009-03-06New command to display generic methods (C-cC-dg) implemented.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-05They say call/cc is slow in Guile.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
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
2009-03-02Autodoc support for GOOPS methods.Jose Antonio Ortega Ruiz
2009-03-01Macro-expand commands.Jose Antonio Ortega Ruiz
2009-03-01Some refactoring and new ge:macroexpand.Jose Antonio Ortega Ruiz
2009-03-01Bug fix.Jose Antonio Ortega Ruiz
2009-03-01Fix for autodoc when point in a rest formal arg in define.Jose Antonio Ortega Ruiz
2009-03-01Miscellaneous little fixes.Jose Antonio Ortega Ruiz