Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-26 | fix the output redirection of gambit scheme interpreter | mathieu2em | |
the gsi's output wasn't redirected to the right place | |||
2019-08-22 | better autocompletion with cleaner procedure | mathieu2em | |
2019-08-22 | Update README.org | mathieu | |
2019-08-20 | correcting the typos detected in revision by Mr Jao | mathieu2em | |
2019-08-20 | install.texi addendum and adjustment of config notes | mathieu2em | |
2019-08-20 | more installation instructions | mathieu2em | |
2019-08-20 | fixes autocompletion problem caused by bad choice of modules inclusion | mathieu2em | |
2019-08-20 | better indent , gsi opening param using module if > version 4.9.3 | mathieu2em | |
2019-08-20 | add the instructions for correct Gambit configuration | mathieu2em | |
2019-08-20 | code cleanup | mathieu2em | |
2019-08-20 | fix a problem with non-procedures symbols from ##symbol-table completion | mathieu2em | |
2019-08-20 | completion now working and taking account of user's defined functions | mathieu2em | |
2019-08-20 | fix #1 ##decompile now tried before using the procedure's list | mathieu2em | |
2019-08-20 | gambit syntax coloration + adjustment of methods list | mathieu2em | |
2019-08-20 | better autodoc , completion working , better procedure search , WIP | mathieu2em | |
completions | |||
2019-08-20 | parenthesis showing in autodoc fixed. | mathieu2em | |
2019-08-20 | Autodoc first part . a ##decompile solution as of gerbil is WIP | mathieu2em | |
2019-08-20 | marshall eval and load-file | mathieu2em | |
2019-08-20 | WIP repl behaviour fix | mathieu2em | |
2019-08-20 | prompt regexp | mathieu2em | |
2019-08-20 | add top level functions | mathieu2em | |
2019-08-20 | support gambit's style block comments from chris blom | mathieu2em | |
2019-08-20 | WIP gambit support first draft | mathieu2em | |
2019-08-20 | Rewrite geiser:eval in order to make it compatible with org-babel. | Lockywolf | |
* Add an additional guard construction to geiser:eval in order to catch unexpected I/O errors. | |||
2019-08-20 | Add a TODO entry for adding output to erroneous evaluations. | Lockywolf | |
2019-08-14 | Pushing the correct marker (fixes #279) | Jose Antonio Ortega Ruiz | |
2019-08-14 | geiser-chibi: allow passing custom argument list to chibi scheme process | Lukas Lao Beyer | |
2019-08-14 | Fix a comment typo. | Lockywolf | |
2019-08-14 | Fix indenting and parenthesis positioning. | Lockywolf | |
2019-08-09 | Add better support for geiser:symbol-location. Add guards. | Lockywolf | |
2019-08-09 | Add a first version of geiser:symbol-location for local files. | Lockywolf | |
2019-08-07 | Temporarily fix the symbol-module by appending (current-directory). | Lockywolf | |
2019-08-07 | Add error reporting about missing symbols to geiser-edit.el | Lockywolf | |
Add (chibi filesystem) import to geiser.sld | |||
2019-08-07 | Improve geiser:eval to return output Add docstring to geiser:output. | Lockywolf | |
2019-08-06 | Add a TODO tag about symbol-location to geiser.sld | Lockywolf | |
2019-08-06 | Remove debug printing. Align par-style with geiser. | Lockywolf | |
2019-08-06 | Add scheme subroutine to find files implementing modules to chibi. | Lockywolf | |
Add a helper function make-location to chibi interface. | |||
2019-06-24 | Fix: use default method implementations | Jose Antonio Ortega Ruiz | |
See discussion in issue !256. | |||
2019-06-20 | More accurate Chicken completions, inspired by breadline | dieggsy | |
- Fixes #276 | |||
2019-06-13 | Introduce context-aware REPL send option | Aaron Marks | |
This option allows for easier editing of expressions on the REPL without accidentally sending the input to the inferior Scheme. When turned on, the REPL behaves similarly to the Chez REPL. | |||
2019-05-15 | Chicken 5 installation instructions | Jose Antonio Ortega Ruiz | |
2019-05-15 | Alias for font-lock-ensure (should fix #274) | Jose Antonio Ortega Ruiz | |
2019-02-24 | Checking Chicken's version with the proper invocation | Jose Antonio Ortega Ruiz | |
I am eliding any flags provided in geiser-chicken-binary, since version checks should be affected by them to my knowledge. Should fix issue #265 | |||
2019-02-10 | xref-push-marker-stack <- find-tag-marker-ring | Ryan Desfosses | |
2019-02-09 | fix for geiser-chez-parameters | Jose Antonio Ortega Ruiz | |
2019-02-08 | Fix: off-by-one while fontifying REPL's output | Jose Antonio Ortega Ruiz | |
2019-02-07 | Add geiser-chez-init-file | Luis Osa | |
Add a new customization variable for an init file to be read on startup of a Chez REPL, where user code can be defined. The usage is copied from the equivalent Racket init file, to avoid an error if the file has not been created. | |||
2019-02-07 | geiser-chicken.el: Use a more stable API to get CHICKEN's version | Mario Domenech Goulart | |
Avoid parsing csi's help message to get CHICKEN's version. Use a more stable API to get it (`chicken-version'). As a beneficial side-effect, get rid of `seq-filter', which is not available in Emacs 24. Should fix https://gitlab.com/jaor/geiser/issues/262 | |||
2019-02-07 | geiser-chicken.el: Fix jao's name | Mario Domenech Goulart | |
2018-11-28 | Aaoron added to AUTHORS | Jose Antonio Ortega Ruiz | |
He really merits this mention for his great efforts to learn and finally find out the right thing! |