Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-05 | Racket: better autodoc for syntax forms | Jose Antonio Ortega Ruiz | |
2010-05-24 | Elisp: misc little bugs (revealed by the byte compiler) fixed. | Jose Antonio Ortega Ruiz | |
2010-05-24 | Elisp: compilation fixed. | Jose Antonio Ortega Ruiz | |
2010-05-24 | Racket: PLT implementation renamed to Racket. | Jose Antonio Ortega Ruiz | |
2010-05-23 | Racket support (PLT 5 needed). | Jose Antonio Ortega Ruiz | |
2010-04-01 | Using the scheme reader to read modules names. | Jose Antonio Ortega Ruiz | |
2010-04-01 | More lenient scheme reader. | Jose Antonio Ortega Ruiz | |
2010-03-31 | PLT: geiser is now a regular module. | Jose Antonio Ortega Ruiz | |
2010-03-28 | More robust REPL input handling. | Jose Antonio Ortega Ruiz | |
2010-03-28 | PLT: Correct version check. | Jose Antonio Ortega Ruiz | |
2010-03-27 | PLT: Preserving pretty-printing in evaluation outputs. | Jose Antonio Ortega Ruiz | |
2010-03-27 | Automatically pop-up dbg buffer if there's any output during evaluation. | Jose Antonio Ortega Ruiz | |
2010-03-15 | Bug fix: M-. now works in documentation buffers. | Jose Antonio Ortega Ruiz | |
2010-03-15 | Whitespace. | Jose Antonio Ortega Ruiz | |
2010-03-13 | Guile: heuristically resolving relative paths in REPL errors. | Jose Antonio Ortega Ruiz | |
2010-03-08 | Guile: slightly better compilation error regexps. | Jose Antonio Ortega Ruiz | |
2010-03-08 | Guile: 'bt' when entering the debugger. | Jose Antonio Ortega Ruiz | |
2010-03-08 | Hook to setup the debugger when it's launched. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Better prompt behaviour in switch to REPL and module. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Guile: switch to REPL and module activated. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Go to geiser and switch to module: echoing. | Jose Antonio Ortega Ruiz | |
2010-03-07 | PLT: additional binding forms (sequence API). | Jose Antonio Ortega Ruiz | |
2010-03-07 | Implementations can now specify additional binding forms. | Jose Antonio Ortega Ruiz | |
2010-03-07 | Whitespace. | 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-02-27 | More room for recursion in the scheme reader. | Jose Antonio Ortega Ruiz | |
2010-02-27 | Whitespace. | Jose Antonio Ortega Ruiz | |
2010-02-03 | PLT: Better help lookups. | Jose Antonio Ortega Ruiz | |
2010-02-02 | Elisp scheme reader: more room for recursive list scanning. | Jose Antonio Ortega Ruiz | |
2010-01-28 | Guile: support for the REPL debugger | Jose Antonio Ortega Ruiz | |
On errors, we switch to the REPL, where the debugger is active. | |||
2010-01-28 | Generic support for debugging prompts in the REPL | Jose Antonio Ortega Ruiz | |
2010-01-26 | Guile: Minimal support for the new REPL debug mode. | Jose Antonio Ortega Ruiz | |
We just don't hang when the REPL enters its debug mode, and salute any attempt at using a Geiser command with a warning (and no result). | |||
2010-01-24 | Guile: Geiser now behaves correctly in buffers for unloaded modules. | Jose Antonio Ortega Ruiz | |
2010-01-17 | Minor bug fix. | 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-11-13 | Bug fix: displaying signatures correctly in xref buffers. | Jose Antonio Ortega Ruiz | |
2009-11-12 | Bug fix: links in documentation buffers work again. | Jose Antonio Ortega Ruiz | |
* elisp/geiser-impl.el (with--geiser-implementation): macro was not setting the implementation environment correctly. | |||
2009-10-15 | PLT: autodoc: support for languages specified as libs and/or module forms. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Autodoc for identifier at point only when it's not an argument. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Silly micro-optimisitation. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Autodoc fix: dots in arglists were causing a parsing error. | Jose Antonio Ortega Ruiz | |
2009-10-15 | Cosmetics. | Jose Antonio Ortega Ruiz | |
2009-10-15 | PLT: Evaluation takes into account #lang forms. | Jose Antonio Ortega Ruiz | |
This is useful when visiting a file that has not been loaded: the evaluation namespace is provided by its #lang, if any. While i was at it, i also refactored the mess in geiser:load-file. | |||
2009-10-10 | Base R6RS elisp implementation. | Jose Antonio Ortega Ruiz | |