Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | First stab at asynchronous autodoc retrieval | Jose Antonio Ortega Ruiz | |
2010-11-23 | Document browser improvements, and Racket using them | Jose Antonio Ortega Ruiz | |
We have a new "manual lookup" command, and Racket now displays a doc browser buffer for help with a button activating it. In the process, we've cleaned-up a little mess in geiser-eval.el and geiser-doc.el, and refactored the affected Racket modules. Next in line is providing manual lookup for Guile. | |||
2010-11-12 | Avoiding clobbering scm-strings with properties | Jose Antonio Ortega Ruiz | |
Apparently, (format "%s" sym) for a symbol read from a buffer where it's fontified, produces a string with the same fontification. Go figure. | |||
2010-11-11 | Partial work (connections working) | Jose Antonio Ortega Ruiz | |
2010-11-08 | Connection plumbing: ability to specify EOT token added | Jose Antonio Ortega Ruiz | |
2010-11-06 | Racket: little evaluation nits | 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-12 | Menus: callers/callees active only if available | Jose Antonio Ortega Ruiz | |
2010-01-24 | Guile: Geiser now behaves correctly in buffers for unloaded modules. | Jose Antonio Ortega Ruiz | |
2009-09-26 | New implementation method/variable: unsupported Geiser procedures. | 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-12 | Dog food: using the scheme reader for parsing evaluation results. | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-08-23 | Fixes for all byte-compilation warnings. | Jose Antonio Ortega Ruiz | |
2009-07-06 | Stray paren killed. | Jose Antonio Ortega Ruiz | |
2009-07-02 | Simpler, nicer, more efficient handling of evaluation results. It | Jose Antonio Ortega Ruiz | |
comes with a pony too. | |||
2009-06-16 | Elimination of dead code in stack trace display. | Jose Antonio Ortega Ruiz | |
2009-05-24 | Elisp leftovers trimmed. | Jose Antonio Ortega Ruiz | |
2009-04-26 | PLT support: basic startup and evaluation working. | Jose Antonio Ortega Ruiz | |
2009-03-18 | Callers/callees (C-c <, C-c >). | Jose Antonio Ortega Ruiz | |
2009-03-16 | Many a bug fix in multiple implementation support. | Jose Antonio Ortega Ruiz | |
2009-03-15 | Multiple values as evaluation result supported. | Jose Antonio Ortega Ruiz | |
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-02 | Correctly specify current module in REPL (and make it generic). | Jose Antonio Ortega Ruiz | |
2009-03-01 | Refactoring the refactoring. | Jose Antonio Ortega Ruiz | |
2009-03-01 | Some refactoring and new ge:macroexpand. | Jose Antonio Ortega Ruiz | |
2009-02-24 | Partial support for stack trace display. | Jose Antonio Ortega Ruiz | |
2009-02-21 | Correct stack in load/compile file retorts. | Jose Antonio Ortega Ruiz | |
2009-02-18 | (geiser eval) functionality moved to (geiser emacs). | 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-10 | Guile scheme files moved to scheme/guile. | Jose Antonio Ortega Ruiz | |
2009-02-10 | Sort completion list in scheme's side. | Jose Antonio Ortega Ruiz | |
2009-02-09 | Basic region/definition/sexp evaluation and autodoc mode working. | Jose Antonio Ortega Ruiz | |
2009-02-08 | Capturing output of scheme evaluations | Jose Antonio Ortega Ruiz | |
2009-02-08 | Fixes for Elisp/Scheme translations. | Jose Antonio Ortega Ruiz | |
2009-02-08 | Better error presentation. | Jose Antonio Ortega Ruiz | |
2009-02-08 | Basic Guile/Emacs connection and evaluation working. | Jose Antonio Ortega Ruiz | |