summaryrefslogtreecommitdiff
path: root/elisp/geiser.el
AgeCommit message (Collapse)Author
2009-06-17Implementation-specific backtrace display.Jose Antonio Ortega Ruiz
2009-06-17Circular dependencies between elisp modules eliminated.Jose Antonio Ortega Ruiz
2009-05-16Automatic setup when loading geiser.el (explicit call to geiser-setupJose Antonio Ortega Ruiz
no longer needed). README updates.
2009-05-14Fixing the mess during initialization.Jose Antonio Ortega Ruiz
2009-05-07Better handling of initial setup (registering implementations).Jose Antonio Ortega Ruiz
2009-05-02PLT in default implementations at startup.Jose Antonio Ortega Ruiz
2009-04-27Support for external help functions (and application to PLT).Jose Antonio Ortega Ruiz
2009-04-26PLT support: basic startup and evaluation working.Jose Antonio Ortega Ruiz
2009-03-17Misc nits and work in progress.Jose Antonio Ortega Ruiz
2009-03-13Don't bother asking if there's only one implementation.Jose Antonio Ortega Ruiz
2009-03-11Support for multiple Scheme implementations, Chapter 2.Jose Antonio Ortega Ruiz
* The REPL is aware of multiple implementations... * and it knows how to create more than one connection for guile; * but it's not been tested with more than one implementation. * geiser-mode seems to be able to keep track of active REPLs.
2009-03-10Reload Geiser libraries in the right order.Jose 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-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-04New geiser-reload command. New geiser command.Jose Antonio Ortega Ruiz
2009-02-25Autoloads for customization groups.Jose Antonio Ortega Ruiz
2009-02-09GEISER-SETUP function activating geiser-mode in scheme files.Jose Antonio Ortega Ruiz
2009-02-09Basic region/definition/sexp evaluation and autodoc mode working.Jose Antonio Ortega Ruiz
2009-02-05Emacs startup fileJose Antonio Ortega Ruiz