Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-22 | New implementation registration mechanism, for the elisp side of things. | Jose Antonio Ortega Ruiz | |
Implementations must invoke define-geiser-implementation with an appropriate set of methods. Simple inheritance is supported. Each geiser module defines and registers the method names it uses. | |||
2009-09-11 | Reload: we now remember user customizations and restore them during ↵ | Jose Antonio Ortega Ruiz | |
geiser-reload. | |||
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-08-25 | Now this is cool: support for company mode. | Jose Antonio Ortega Ruiz | |
2009-08-23 | fixes for geiser-unload. | Jose Antonio Ortega Ruiz | |
2009-05-15 | Bug fix: compile-and-go-to-repl should work now. | Jose Antonio Ortega Ruiz | |
2009-05-15 | Bug fix: eval-and-go family of commands work again. | Jose Antonio Ortega Ruiz | |
2009-05-03 | Wrapping arbitrary regions with a begin block before evaluation/expansion. | Jose Antonio Ortega Ruiz | |
2009-03-20 | Missing require. | Jose Antonio Ortega Ruiz | |
2009-03-18 | Callers/callees (C-c <, C-c >). | Jose Antonio Ortega Ruiz | |
2009-03-16 | Key for geiser-set-scheme in geiser-mode. | Jose Antonio Ortega Ruiz | |
2009-03-16 | Many a bug fix in multiple implementation support. | Jose Antonio Ortega Ruiz | |
2009-03-14 | Show implementation in geiser-mode's modeline. | Jose Antonio Ortega Ruiz | |
2009-03-11 | Better (at least in US keyboards) default key (M-`) for module name completion. | Jose Antonio Ortega Ruiz | |
2009-03-11 | Support 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-09 | Support 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-07 | A bit of key bindings reorg: macro-related commands start with C-cC-m. | Jose Antonio Ortega Ruiz | |
2009-03-06 | A bit more robust generic methods. | Jose Antonio Ortega Ruiz | |
2009-03-06 | New command to display generic methods (C-cC-dg) implemented. | Jose Antonio Ortega Ruiz | |
2009-03-05 | turn-on/off-geiser-mode commands added and used in scheme-mode-hook. | Jose Antonio Ortega Ruiz | |
2009-03-04 | New geiser-reload command. New geiser command. | Jose Antonio Ortega Ruiz | |
2009-03-01 | Macro-expand commands. | Jose Antonio Ortega Ruiz | |
2009-03-01 | Some refactoring and new ge:macroexpand. | Jose Antonio Ortega Ruiz | |
2009-02-25 | Missing require. | Jose Antonio Ortega Ruiz | |
2009-02-24 | Smart tab is not enabled by default; module completion bound to C-. | Jose Antonio Ortega Ruiz | |
2009-02-24 | Partial support for stack trace display. | Jose Antonio Ortega Ruiz | |
2009-02-17 | Separate commands for evaluation and compilation. | Jose Antonio Ortega Ruiz | |
2009-02-16 | New command to open module file. | Jose Antonio Ortega Ruiz | |
2009-02-16 | New command: module documentation. | Jose Antonio Ortega Ruiz | |
2009-02-15 | Smart tab completion mode. | Jose Antonio Ortega Ruiz | |
2009-02-14 | Autodoc: try symbol at point first. Some cleanups. | Jose Antonio Ortega Ruiz | |
2009-02-14 | New command to get docstrings (C-cC-d). | Jose Antonio Ortega Ruiz | |
2009-02-12 | Edit symbol at point for programs. | Jose Antonio Ortega Ruiz | |
2009-02-11 | Load file commands. | Jose Antonio Ortega Ruiz | |
2009-02-11 | Compile file. | Jose Antonio Ortega Ruiz | |
2009-02-09 | TAB-completion for symbols in Scheme and REPL buffers. | Jose Antonio Ortega Ruiz | |
2009-02-09 | Basic region/definition/sexp evaluation and autodoc mode working. | Jose Antonio Ortega Ruiz | |