summaryrefslogtreecommitdiff
path: root/elisp/geiser-chibi.el
AgeCommit message (Collapse)Author
2019-08-20Rewrite 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-14geiser-chibi: allow passing custom argument list to chibi scheme processLukas Lao Beyer
2016-09-30Use (car (process-lines ...)) instead of (shell-command ...)Jordan Brown
`shell-command` assumes Bourne-shell-compatible quoting, which doesn't work when the user isn't using a Bourne-compatible shell. Instead of futzing about with quoting, we can just use `process-lines` to execute a process and pass it arguments directly.
2016-04-30Clean-up elisp codePeter
2016-04-30Add preliminary support for Chibi SchemePeter