Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-05 | Fix for TAB in REPL, and BACKTAB going to previous error | Jose Antonio Ortega Ruiz | |
2010-10-31 | REPL: TAB when away from last prompt goes to next error | Jose Antonio Ortega Ruiz | |
2010-10-31 | REPL: RET on an error jumps to it | Jose Antonio Ortega Ruiz | |
2010-10-30 | Elisp: more flexible parsing of :eval and :ge forms | Jose Antonio Ortega Ruiz | |
This allows the implementation decide the concrete structure of the code sent to the REPL. For instance, it doesn't need to be a single s-expression, and argument order can be re-arranged. | |||
2010-10-23 | Using smart tab mode in REPL | Jose Antonio Ortega Ruiz | |
2010-10-11 | Remote REPLs: elisp support (geiser-connect) | Jose Antonio Ortega Ruiz | |
New user command geiser-connect, which will try to connect to a remote server and use it in the REPL. | |||
2010-09-11 | A better way of doing the above | Jose Antonio Ortega Ruiz | |
2010-09-11 | Silent autodoc message when starting REPL | Jose Antonio Ortega Ruiz | |
2010-09-08 | Better REPL exit command | Jose Antonio Ortega Ruiz | |
2010-09-05 | Guile: fixes for compilation error regexps | Jose Antonio Ortega Ruiz | |
2010-09-04 | REPL: (optionally) forget old errors on new expressions | Jose Antonio Ortega Ruiz | |
2010-09-01 | Fix for C-c C-m (enter module) in REPL | Jose Antonio Ortega Ruiz | |
2010-08-31 | Fix for importing modules at the REPL | Jose Antonio Ortega Ruiz | |
2010-08-19 | Redisplaying the prompt after empty lines on the REPL. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Nit. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Keybinding changes documented. | Jose Antonio Ortega Ruiz | |
2010-08-06 | Removing key bindings of the form C-c <alphabetic>. | Jose Antonio Ortega Ruiz | |
These are reserved for users. See http://www.gnu.org/software/emacs/elisp/html_node/Key-Binding-Conventions.htm | |||
2010-07-25 | C-c z as a to and fro jump, plus documentation. | Jose Antonio Ortega Ruiz | |
2010-07-20 | Guile: geiser commands working at the debugging prompt. | Jose Antonio Ortega Ruiz | |
2010-07-19 | REPL: new doc bindings in tune with those in scheme buffers. | Jose Antonio Ortega Ruiz | |
2010-06-28 | REPL: fix for M-. binding | Jose Antonio Ortega Ruiz | |
2010-06-27 | Some REPL tweaks. | Jose Antonio Ortega Ruiz | |
2010-06-27 | Better switch/import REPL commands. | Jose Antonio Ortega Ruiz | |
2010-06-23 | REPL: quit command. | Jose Antonio Ortega Ruiz | |
2010-06-23 | REPL: change current module command and better bindings. | Jose Antonio Ortega Ruiz | |
2010-06-17 | Catching abnormal exits of the inferior scheme process. | Jose Antonio Ortega Ruiz | |
2010-06-14 | Nits. | Jose Antonio Ortega Ruiz | |
2010-06-14 | Better menus. | Jose Antonio Ortega Ruiz | |
2010-06-14 | REPL menu. | Jose Antonio Ortega Ruiz | |
2010-05-24 | Elisp: misc little bugs (revealed by the byte compiler) fixed. | Jose Antonio Ortega Ruiz | |
2010-03-28 | More robust REPL input handling. | Jose Antonio Ortega Ruiz | |
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 | |