summaryrefslogtreecommitdiff
path: root/geiser-guile.el
AgeCommit message (Collapse)Author
2022-01-13Version bump0.21.1jao
2022-01-13Check whether Tramp is loaded.Vijay Marupudi
It appears that the master branch of emacs does not load tramp by default in some instances. That makes the `run-geiser` function fail, as `tramp-tramp-file-p` is not defined. This patch makes it check whether the tramp function was loaded before using it.
2022-01-13version bump0.21jao
2022-01-05Tramp support: whitespace and note in readmejao
2022-01-03add support for TrampFelipe Lema
- correct process call (to check version of guile) to make sure that it's executed in the remote host - implement `geiser-guile-ensure-scheme-dir` that will (somehow) make sure the scheme files that need sourcing will be available to remote process - use `geiser-guile-ensure-scheme-dir` instead of `geiser-guile-scheme-dir` in the rest of the code - cache the guile files being sourced in `geiser-guile-scheme-local-dir` ensure process is called in remote host
2021-12-22Support for full backtracesjao
2021-12-22Version bump0.20.1jao
2021-12-21Don't use a parallel connection for now, it buys us nothingjao
And precludes cancellation of asynchronous evaluations.
2021-12-20Manual search: let info-lookup look for us in the info page0.20jao
2021-12-20Manual search: include Concept Index and non-symbol searchesjao
Fixes issue #5, and then more.
2021-12-19Deps and versioningbuggie-buggiejao
2021-12-19Debugger: cleaning the "Entering a new prompt" salutationjao
2021-12-19Debugger level in Dbg bufferjao
2021-12-19New debugger support for ,q and ,btjao
2021-12-18Using Dbg buffer for output when entering the debuggerjao
2021-12-18Support for connection-addressjao
2021-12-04Version bump (0.19)0.19jao
2021-12-04We don't need to declare scm extensionjao
2021-11-30Better prompt and error links detectionjao
2021-11-25User-controlled declarative modulesjao
Via a custom variable, as usual, and defaulting to not use them, as it provides a fuller interactive experience. Very tempted to name this flag heed-mathias-counsel-p...
2021-11-25Cosmetics: no need to reiterate customization groupjao
2021-11-20Tell geiser we've entered the debugger: newest version will listenjao
2021-10-29Version bump0.18jao
2021-05-08Version bump0.17jao
2021-04-21Use new implementation extension declarator.0.16jao
2021-04-05fix: auto-activate guile implementation0.14jao
2021-04-03missing require0.13jao
2021-03-28preparing MELPA submissionjao
2020-12-02Library declaration recognition (Arun Isaac)jao
2020-07-20typojao
2020-07-20adjustments to scheme load pathjao
2020-07-20geiser-guile.el at the top leveljao