summaryrefslogtreecommitdiff
path: root/elisp/geiser-mode.el
AgeCommit message (Expand)Author
2024-02-08geiser-mode: redundant custom groupsjao
2023-09-22Add geiser-repl-superparen-mode minor mode.Antero Mejr
2023-04-22Add geiser-repl-autoeval-mode minor mode.Antero Mejr
2022-10-15local definition discovery sans imenujao
2022-10-12imenu as a last resort for jumping to definitionjao
2022-08-25run-geiser obsoleted (just use M-x geiser)jao
2022-08-25New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module]jao
2022-08-23Interactive REPL start in C-c C-k and C-c C-ljao
2022-08-13fix: start scheme just once if repl buffer doesn't existjao
2022-04-23geiser-capf: new module to break cyclic dependenciesjao
2022-04-23Suggestive patch for simplified completionDaniel Mendler
2022-01-18Make C-u C-x C-e work again (fixes #33)jao
2021-12-29New function geiser-eval-region/waitjao
2021-12-29Fix: really use seconds to wait in geiser-wait-evaljao
2021-12-29geiser-eval-wait -> geiser-wait-eval (and make it work)jao
2021-12-27New helper, geiser-eval-wait, to facilitate synchronous evaluationsjao
2021-12-20Asynchronous, interruptable evaluationsjao
2021-11-21New geiser-mode command: geiser-exit-repljao
2021-04-21Use defvar-localJonas Bernoulli
2020-12-02Declare keymaps using defvar explicitlyJonas Bernoulli
2020-03-27Fix indentationJonas Bernoulli
2020-03-27Mark the beginning of code part of elisp libraries with Code: headingJonas Bernoulli
2020-03-27Begin the summary lines of all elisp libraries with three semicolonsJonas Bernoulli
2020-01-28C-c \ and C-c [ in geiser-repl tooJose Antonio Ortega Ruiz
2017-11-22Theoretically unnecessary save-excursionJose Antonio Ortega Ruiz
2017-08-28WhitespaceJose Antonio Ortega Ruiz
2017-08-28Add geiser-mode-eval-to-buffer-transformerChaos Eternal
2017-04-11Preserve the position of (point) after evalingDiogo F. S. Ramos
2017-04-11Eval last expression even after a comment charDiogo F. S. Ramos
2017-01-27bug fix: error message get displayedChaos Eternal
2017-01-17Not inserting a trailing \n when eval prefix is emptyJose Antonio Ortega Ruiz
2017-01-17Not inserting an additional \n when eval prefix is emptyJose Antonio Ortega Ruiz
2017-01-13Make eval-last-sexp-to-buffer customizableChaos Eternal
2016-06-12New key bindings: C-c C-c, C-c C-lJose Antonio Ortega Ruiz
2016-06-12Real fix fontification on scheme switchJose Antonio Ortega Ruiz
2016-06-12REPLs not started by the font-lock bufferJose Antonio Ortega Ruiz
2016-06-12Removing stale keywords when switching to another schemeJose Antonio Ortega Ruiz
2015-08-14Don't try to turn on geiser-mode in non-scheme buffersJose Antonio Ortega Ruiz
2014-01-10Racket: better behaviour of geiser-eval-bufferJose Antonio Ortega Ruiz
2013-05-13Add geiser-eval-buffer & geiser-eval-buffer-and-goNick Parker
2013-04-12A bit of documentation for the previous patchesJose Antonio Ortega Ruiz
2013-04-12Simplifications to previous patchJose Antonio Ortega Ruiz
2013-04-12Evaluate last expression to buffer with a prefixDiogo F. S. Ramos
2013-04-12Hide auto-started REPLJose Antonio Ortega Ruiz
2013-04-11New flag to automatically start REPLs when geiser-mode is activatedJose Antonio Ortega Ruiz
2013-02-03Little cleanups, and C-u variant for the lambda thingJose Antonio Ortega Ruiz
2013-02-03More robust lambda and keybinding to C-c \Jose Antonio Ortega Ruiz
2013-02-03Insert Greek letter lambda.Ray Racine
2012-10-11WhitespaceJose Antonio Ortega Ruiz
2011-10-01Bug fix: avoiding sending unbalanced sexps in C-c C-r and friendsJose Antonio Ortega Ruiz