summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
AgeCommit message (Expand)Author
2022-08-25New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module]jao
2022-08-24docstring for geiser-repl-maybe-sendjao
2022-08-24Make geiser-repl--maybe-send into a public functionBrian Leung
2022-08-23Interactive REPL start in C-c C-k and C-c C-ljao
2022-08-21Fix: don't use add-to-list on lexical variablejao
2022-08-21geiser-repl: Silence warningsBrian Leung
2022-08-12geiser-repl: new variables startup-hook and startup-formsjao
2022-08-02geiser-repl: honour .dir-local.el files in REPL buffersjao
2022-04-23geiser-capf: new module to break cyclic dependenciesjao
2022-04-23Suggestive patch for simplified completionDaniel Mendler
2022-03-06Harmonizing buffer namesjao
2022-03-06Depend on project 0.8.1, for users of emacs < 28jao
2022-03-03Fix #36: make sure default-directory is set before starting the processjao
2022-02-23Set REPL's default directory to project's rootjao
2022-02-01Fix: "\r" instead of [return] for corfu happinessjao
2022-01-28Slightly better default project default functionjao
2022-01-22Fix for project functions other than project.el'sjao
2021-12-20Tweaks for boundary conditionsjao
2021-12-18'debug commands so that each impl can take care of themjao
2021-12-18Allowing debuggers to use Dbg buffer for outputjao
2021-12-18initial support for connection-addressjao
2021-12-18new geiser-repl-per-project-p to control per-project REPLsjao
2021-12-05Wee refactoringjao
2021-12-05Refinement: geiser-repl-add-project-paths instead of a boolean flagjao
2021-12-05New option geiser-repl-add-project-path-pjao
2021-12-05Redundant custom groups removed (geiser-repl)jao
2021-12-05Initialise geiser-repl-current-project-function according to availabilityjao
2021-12-04Fix: better handling of recurring debugging entrancesjao
2021-11-30Better handling of REPL's output regionsjao
2021-11-21New geiser-mode command: geiser-exit-repljao
2021-04-21Use defvar-localJonas Bernoulli
2021-02-15Determine the display string of command key dynamically.Zhu Zihao
2020-12-02Improve doc-strings of some optionsJonas Bernoulli
2020-12-02Declare keymaps using defvar explicitlyJonas Bernoulli
2020-12-02Placate byte compiler (Brian Leung)jao
2020-12-02Support buffer-local binary and arglist configurationjao
2020-07-06Tag project functions instead of overriding docsAndrew Whatson
2020-07-06Fix byte-compiler warningAndrew Whatson
2020-07-06Improve project function selection, make ignore defaultAndrew Whatson
2020-07-06Refactor to make repl/impl proj argument optionalAndrew Whatson
2020-07-06Use a separate REPL instance per projectAndrew Whatson
2020-07-06Returning C-c k back to users, that key's theirs!Jose Antonio Ortega Ruiz
2020-03-27Fix indentationJonas Bernoulli
2020-03-27Mark the beginning of code part of elisp libraries with Code: headingJonas Bernoulli
2020-02-13Guile: use load paths defined in dir-local variables (fixes #268)Jose Antonio Ortega Ruiz
2020-01-28Leftover (fixes #291)Jose Antonio Ortega Ruiz
2020-01-28C-c \ and C-c [ in geiser-repl tooJose Antonio Ortega Ruiz
2019-11-26Rename multiline expression optionAaron Marks
2019-09-03Fix latest chicken. Add debug level logging. Fixed typo.Lockywolf
2019-09-02Set header-line-format only in case when `cond` branch is trueAndrey Orst