Age | Commit message (Expand) | Author |
2022-08-21 | Fix: don't use add-to-list on lexical variable | jao |
2022-08-21 | geiser-repl: Silence warnings | Brian Leung |
2022-08-12 | geiser-repl: new variables startup-hook and startup-forms | jao |
2022-08-02 | geiser-repl: honour .dir-local.el files in REPL buffers | jao |
2022-04-23 | geiser-capf: new module to break cyclic dependencies | jao |
2022-04-23 | Suggestive patch for simplified completion | Daniel Mendler |
2022-03-06 | Harmonizing buffer names | jao |
2022-03-06 | Depend on project 0.8.1, for users of emacs < 28 | jao |
2022-03-03 | Fix #36: make sure default-directory is set before starting the process | jao |
2022-02-23 | Set REPL's default directory to project's root | jao |
2022-02-01 | Fix: "\r" instead of [return] for corfu happiness | jao |
2022-01-28 | Slightly better default project default function | jao |
2022-01-22 | Fix for project functions other than project.el's | jao |
2021-12-20 | Tweaks for boundary conditions | 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 |
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 |
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 | Fix: better handling of recurring debugging entrances | jao |
2021-11-30 | Better handling of REPL's output regions | jao |
2021-11-21 | New geiser-mode command: geiser-exit-repl | jao |
2021-04-21 | Use defvar-local | Jonas Bernoulli |
2021-02-15 | Determine the display string of command key dynamically. | Zhu Zihao |
2020-12-02 | Improve doc-strings of some options | Jonas Bernoulli |
2020-12-02 | Declare keymaps using defvar explicitly | Jonas Bernoulli |
2020-12-02 | Placate byte compiler (Brian Leung) | jao |
2020-12-02 | Support buffer-local binary and arglist configuration | jao |
2020-07-06 | Tag project functions instead of overriding docs | Andrew Whatson |
2020-07-06 | Fix byte-compiler warning | Andrew Whatson |
2020-07-06 | Improve project function selection, make ignore default | Andrew Whatson |
2020-07-06 | Refactor to make repl/impl proj argument optional | Andrew Whatson |
2020-07-06 | Use a separate REPL instance per project | Andrew Whatson |
2020-07-06 | Returning C-c k back to users, that key's theirs! | Jose Antonio Ortega Ruiz |
2020-03-27 | Fix indentation | Jonas Bernoulli |
2020-03-27 | Mark the beginning of code part of elisp libraries with Code: heading | Jonas Bernoulli |
2020-02-13 | Guile: use load paths defined in dir-local variables (fixes #268) | Jose Antonio Ortega Ruiz |
2020-01-28 | Leftover (fixes #291) | Jose Antonio Ortega Ruiz |
2020-01-28 | C-c \ and C-c [ in geiser-repl too | Jose Antonio Ortega Ruiz |
2019-11-26 | Rename multiline expression option | Aaron Marks |
2019-09-03 | Fix latest chicken. Add debug level logging. Fixed typo. | Lockywolf |
2019-09-02 | Set header-line-format only in case when `cond` branch is true | Andrey Orst |
2019-06-13 | Introduce context-aware REPL send option | Aaron Marks |
2019-05-15 | Alias for font-lock-ensure (should fix #274) | Jose Antonio Ortega Ruiz |
2019-02-08 | Fix: off-by-one while fontifying REPL's output | Jose Antonio Ortega Ruiz |
2018-11-28 | Change behaviour of REPL output and highlighting | Aaron Marks |