Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-28 | geiser-impl--normalize-method: quick fix for previous change | jao | |
I haven't fully understood why, the two versions seem at first sight equivalent, but they're not behaving equivalently. | |||
2022-01-27 | geiser-impl: linting and lexical binding (Stefan Monnier) | jao | |
2022-01-27 | geiser-custom: indent as declaration, lexical binding (Stefan Monnier) | jao | |
2022-01-23 | Version bump0.22.1 | jao | |
2022-01-22 | Fix for project functions other than project.el's | jao | |
Thanks to Denis Golovachev for pointing this out! | |||
2022-01-18 | Make C-u C-x C-e work again (fixes #33) | jao | |
2021-12-29 | Version bump0.22 | jao | |
2021-12-29 | New function geiser-eval-region/wait | jao | |
2021-12-29 | Fix: really use seconds to wait in geiser-wait-eval | jao | |
2021-12-29 | geiser-eval-wait -> geiser-wait-eval (and make it work) | jao | |
2021-12-27 | New helper, geiser-eval-wait, to facilitate synchronous evaluations | jao | |
This should address, for instance, issue #30 | |||
2021-12-27 | Tweak also max-specdl-size for longer reads | jao | |
2021-12-27 | more lenient logging limits | jao | |
2021-12-22 | Version bump0.21async | jao | |
2021-12-22 | Asynchronous file load/compile | jao | |
2021-12-22 | geiser-completion: pre-25 compat code removed | jao | |
2021-12-20 | Asynchronous, interruptable evaluations | jao | |
2021-12-20 | Version bump0.20.1 | jao | |
2021-12-20 | Better handling of (:debug) evaluations | jao | |
2021-12-20 | Tweaks for boundary conditions | jao | |
Like quitting a REPL right after opening it, or calling evaluation functions in the wrong, non-scheme buffer. | |||
2021-12-20 | geiser-doc: new keybindings s/h mocking help buffer's0.20 | jao | |
2021-12-19 | Requiring Emacs 25.1, for transient's sake | jao | |
2021-12-19 | Docs, news and version | jao | |
2021-12-19 | Tweaks to geiser-debug-mode keymap | jao | |
2021-12-19 | New debugger commands: locals, registers, error | jao | |
2021-12-19 | Debugger: fixes and better determination of debugging status | jao | |
2021-12-18 | 'debug commands so that each impl can take care of them | jao | |
2021-12-18 | Allowing debuggers to use Dbg buffer for output | jao | |
2021-12-18 | initial support for connection-address | jao | |
2021-12-18 | new geiser-repl-per-project-p to control per-project REPLs | jao | |
And we still need some fixes here when that's active, specifically for the case when you travel to a file outside the current project: it becomes repeless, which is a sad state. | |||
2021-12-05 | Wee refactoring | jao | |
2021-12-05 | Refinement: geiser-repl-add-project-paths instead of a boolean flag | jao | |
2021-12-05 | New option geiser-repl-add-project-path-p | jao | |
Together with project-current as a default for the project root function when available, now that Emacs 28 is on the horizon. | |||
2021-12-05 | Redundant custom groups removed (geiser-repl) | jao | |
2021-12-05 | Initialise geiser-repl-current-project-function according to availability | jao | |
2021-12-04 | Version bump (0.19)0.19 | jao | |
2021-12-04 | Fix: better handling of recurring debugging entrances | jao | |
2021-12-03 | Fix: more careful display of signatures | jao | |
In some cases, Guile cannot figure out a signature and it comes back as #f (:t in emacs-land), rather than a list. | |||
2021-12-03 | Fix for filename completion inside scheme strings | jao | |
It seems we were abusing comint-dynamic-complete-filename when there's the perfectly fine comint-filename-completion. | |||
2021-11-30 | Better handling of REPL's output regions | jao | |
FSVO better, but at least the code is cleaner and prompts regexps more accurate. | |||
2021-11-27 | Fix for file location identification (column number might be missing) | jao | |
2021-11-27 | Customizable next-error on evaluation errors | jao | |
Set to nil by default, which might surprise some users, if we had enough :) | |||
2021-11-24 | Indentation for srfi-64's test-group | jao | |
2021-11-21 | New geiser-mode command: geiser-exit-repl | jao | |
Useful specially for REPLs including a debugger, where you might want to exit it from a scheme buffer. Bound by default to C-c C-q. | |||
2021-11-20 | Fix: allow implementations to tell us if they entered their debugger | jao | |
We were always displaying the debug buffer, regardless, which is not what we want: upon entering a debugger, we switch to the repl, and all the needed info is already there. | |||
2021-10-03 | Version bump (0.18)0.18 | jao | |
2021-08-08 | Version bump (0.17)0.17 | jao | |
2021-04-28 | There is no session (fixes #22) | jao | |
2021-04-21 | Use defvar-local | Jonas Bernoulli | |
It is available since Emacs 24.3 and we already depend on Emacs 24.4. | |||
2021-04-21 | Version bump0.16 | jao | |