summaryrefslogtreecommitdiff
path: root/elisp/geiser-impl.el
AgeCommit message (Expand)Author
2022-11-30make autoloads more lazy (Stefan Monnier)jao
2022-11-26Make geiser-activate-implementation a defun to fix autoloading.Matt Armstrong
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-01-28Back to using a real lambda value rather than a listjao
2022-01-28geiser-impl--normalize-method: quick fix for previous changejao
2022-01-27geiser-impl: linting and lexical binding (Stefan Monnier)jao
2021-04-21Use defvar-localJonas Bernoulli
2021-04-16New public api for registering file extensionsjao
2021-04-16fix for doom emacsChris McClellen
2021-04-04empty geiser-active-implementationsjao
2020-12-02Improve doc-strings of some optionsJonas 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-03-16define-geiser-implementation - un-unquote load-file-namespellcard199
2019-08-20WIP gambit support first draftmathieu2em
2019-06-24Fix: use default method implementationsJose Antonio Ortega Ruiz
2016-11-26fix malformed argument lists.Peter Wang
2016-10-10chez, chibi and mit belong into geiser-active-implementationsJose Antonio Ortega Ruiz
2015-09-10Moving implementation loading to geiser-repl (#82)Jose Antonio Ortega Ruiz
2015-09-10Redundant provide in define-geiser-implementationJose Antonio Ortega Ruiz
2015-02-09Documentation updates and nits for FreijaJose Antonio Ortega Ruiz
2015-02-09Initial Chicken supportDan Leslie
2013-03-01Configurable keyword case sensitivityJose Antonio Ortega Ruiz
2012-10-11WhitespaceJose Antonio Ortega Ruiz
2010-11-26Revert "Bug fix: don't intern symbols read by scheme reader"Jose Antonio Ortega Ruiz
2010-11-26Bug fix: don't intern symbols read by scheme readerJose Antonio Ortega Ruiz
2010-11-15CLism removedJose Antonio Ortega Ruiz
2010-11-15REPL: sexpy history file (fix for #30269)Jose Antonio Ortega Ruiz
2010-11-14Better geiser-implementation-help (for Geiser hackers)Jose Antonio Ortega Ruiz
2010-11-14Documentation for define-geiser-implementationJose Antonio Ortega Ruiz
2010-11-14geiser-implementation-help, for Geiser hackersJose Antonio Ortega Ruiz
2010-08-31Make geiser-mode ask which scheme on activation if guessing failsJose Antonio Ortega Ruiz
2010-07-31Making geiser-scheme-implementation work as advertised.Jose Antonio Ortega Ruiz
2010-07-25Tweaks to scheme implementation selection, and docs for it.Jose Antonio Ortega Ruiz
2010-06-14Refactoring.Jose Antonio Ortega Ruiz
2010-06-14Generic support for menus.Jose Antonio Ortega Ruiz
2010-05-24Racket: PLT implementation renamed to Racket.Jose Antonio Ortega Ruiz
2010-03-07Bug fix: remember debugger settings in geiser-repl-nuke.Jose Antonio Ortega Ruiz
2010-01-28Generic support for debugging prompts in the REPLJose Antonio Ortega Ruiz
2009-11-12Bug fix: links in documentation buffers work again.Jose Antonio Ortega Ruiz
2009-09-26Letting implementations define their own file pattern matching rules.Jose Antonio Ortega Ruiz
2009-09-26Bug fix: proper handling of implementation methods specified as variables.Jose Antonio Ortega Ruiz
2009-09-24Assignment of ss files to plt as a customization.Jose Antonio Ortega Ruiz
2009-09-23Bug fix: correct generation of per implementation switch-to functions.Jose Antonio Ortega Ruiz
2009-09-22New implementation registration mechanism, for the elisp side of things.Jose Antonio Ortega Ruiz
2009-09-11Reload: we now remember user customizations and restore them during geiser-re...Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: elisp code.Jose Antonio Ortega Ruiz
2009-08-23fixes for geiser-unload.Jose Antonio Ortega Ruiz