Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | Better prompt behaviour in switch to REPL and module. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Go to geiser and switch to module: echoing. | Jose Antonio Ortega Ruiz | |
2010-03-07 | New command to switch to REPL and put it in current module. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Bug fix: remember debugger settings in geiser-repl-nuke. | Jose Antonio Ortega Ruiz | |
2010-03-01 | REPL: customizable auto-indenting of new lines. | Jose Antonio Ortega Ruiz | |
2010-02-27 | Better handling of multi-line input in the REPL | Jose Antonio Ortega Ruiz | |
- We don't send incomplete sexps to the underlying REPL - Automatic indentation of multi-line sexps - Syntax highlighting of scheme keywords | |||
2010-01-28 | Generic support for debugging prompts in the REPL | Jose Antonio Ortega Ruiz | |
2009-12-19 | Syntax error. | Jose Antonio Ortega Ruiz | |
2009-12-19 | Even shorter REPL mode-line. | Jose Antonio Ortega Ruiz | |
2009-12-19 | Shorter mode-line lighter for REPL mode. | Jose Antonio Ortega Ruiz | |
2009-12-18 | Guile: bug in backtrace display fixed. | Jose Antonio Ortega Ruiz | |
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-09-07 | Bug fix: run-geiser and friends now always create a new REPL. | Jose Antonio Ortega Ruiz | |
2009-08-25 | Now this is cool: support for company mode. | Jose Antonio Ortega Ruiz | |
2009-08-19 | C-c k == nuke repl | Jose Antonio Ortega Ruiz | |
2009-08-18 | REPLs: using compile-shell-minor-mode. | Jose Antonio Ortega Ruiz | |
2009-06-28 | Bug fix: initialisation loop removed. | Jose Antonio Ortega Ruiz | |
2009-06-20 | REPL improvements: bailing out earlier on startup abort; C-c z DTRT | Jose Antonio Ortega Ruiz | |
for a running REPL. | |||
2009-06-14 | Fixes in geiser-reload (unload forcibly and pick repl implementations). | Jose Antonio Ortega Ruiz | |
2009-05-17 | Read-only-ness of REPL prompt customizable. | Jose Antonio Ortega Ruiz | |
2009-05-16 | <home> as an alias of bol in the REPL. | Jose Antonio Ortega Ruiz | |
2009-05-13 | Bug fix: current buffer's impl is used now in switch-to-geiser. | Jose Antonio Ortega Ruiz | |
2009-05-02 | REPL: C-d does not send EOF. Kill scheme with C-cC-d if you need to. | Jose Antonio Ortega Ruiz | |
2009-04-26 | run-geiser is now aware of the current buffer's implementation. | Jose Antonio Ortega Ruiz | |
2009-04-03 | Print bye-bye message when leaving repl with C-d. | Jose Antonio Ortega Ruiz | |
2009-04-01 | Bug fix: really remove killed buffers from the list of closed repls. | Jose Antonio Ortega Ruiz | |
2009-03-20 | Reuse closed REPL buffers. | Jose Antonio Ortega Ruiz | |
2009-03-17 | Bug fix. | Jose Antonio Ortega Ruiz | |
2009-03-17 | Misc nits and work in progress. | Jose Antonio Ortega Ruiz | |
2009-03-16 | Segregate REPL history files by implementation. | 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-13 | Module documentation command works again when invoked from the REPL. | Jose Antonio Ortega Ruiz | |
2009-03-13 | Don't bother asking if there's only one implementation. | 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 | Guilisms removed from geiser-repl. | 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-04 | Leave quasiquote alone in autodoc. | Jose Antonio Ortega Ruiz | |
2009-03-04 | New geiser-reload command. New geiser command. | Jose Antonio Ortega Ruiz | |
2009-03-02 | Autodoc enhancements: | Jose Antonio Ortega Ruiz | |
* Use argument names from guile-procedures.txt when available. * Highlihgt #:opt with a face of its own. | |||
2009-03-02 | Correctly specify current module in REPL (and make it generic). | Jose Antonio Ortega Ruiz | |
2009-03-02 | Fix recursive require. Nicer arg names in autodoc. | Jose Antonio Ortega Ruiz | |
2009-02-28 | Simpler handling of rest args in Emacs' side. | Jose Antonio Ortega Ruiz | |
2009-02-28 | Autodoc working in the REPL (again). | Jose Antonio Ortega Ruiz | |
2009-02-28 | Persistent REPL history. | Jose Antonio Ortega Ruiz | |
2009-02-25 | Variable controlling geiser-autodoc-mode in REPL (on by default). | Jose Antonio Ortega Ruiz | |
2009-02-24 | Smart tab is not enabled by default; module completion bound to C-. | Jose Antonio Ortega Ruiz | |