summaryrefslogtreecommitdiff
path: root/elisp
AgeCommit message (Collapse)Author
2019-02-07Add geiser-chez-init-fileLuis 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.
2018-03-29fix compile and load for chezMaris Orbidans
2017-09-13simple geiser-chez--display-error0.10Chaos Eternal
2016-09-30Use (car (process-lines ...)) instead of (shell-command ...)0.9Jordan 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-05-28fix call the chez scheme executable.izuo
2016-04-30Clean-up elisp codePeter
2016-04-30Add preliminary support for Chez SchemePeter