Age | Commit message (Collapse) | Author |
|
|
|
|
|
the gsi's output wasn't redirected to the right place
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add an additional guard construction to geiser:eval in order to
catch unexpected I/O errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add (chibi filesystem) import to geiser.sld
|
|
|
|
|
|
|
|
Add a helper function make-location to chibi interface.
|
|
See discussion in issue !256.
|
|
- Fixes #276
|
|
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.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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.
|
|
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
|