summaryrefslogtreecommitdiff
path: root/elisp/geiser-mode.el
AgeCommit message (Expand)Author
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
2011-02-03New geiser-add-to-load-path, just for Guile right nowJose Antonio Ortega Ruiz
2011-01-11C-c C-Z -> C-c C-aJose Antonio Ortega Ruiz
2011-01-09Docstring typosJose Antonio Ortega Ruiz
2010-12-30New command: "manual" autodoc (C-c C-d s)Jose Antonio Ortega Ruiz
2010-11-26Remove unnecessary calls to symbol-at-pointJose Antonio Ortega Ruiz
2010-11-25Completion: respecting tab-always-indentJose Antonio Ortega Ruiz
2010-11-23Lookup is a name, look up, a verbJose Antonio Ortega Ruiz
2010-11-23Document browser improvements, and Racket using themJose Antonio Ortega Ruiz
2010-11-14Support for implementation-specific font lock keywordsJose Antonio Ortega Ruiz
2010-11-13geiser-mode-auto-p: automatic geiser-mode is now optionalJose Antonio Ortega Ruiz
2010-11-09Elisp buggettes and warningsJose Antonio Ortega Ruiz
2010-11-08squarify again, now with numeric prefixJose Antonio Ortega Ruiz
2010-11-08geiser-squarify to toggle between () and []Jose Antonio Ortega Ruiz
2010-10-12Menus: callers/callees active only if availableJose Antonio Ortega Ruiz
2010-08-31Correctly deactivating autodoc when leaving geiser-modeJose Antonio Ortega Ruiz
2010-08-31Make geiser-mode ask which scheme on activation if guessing failsJose Antonio Ortega Ruiz
2010-08-30More docs and a function renamed.Jose Antonio Ortega Ruiz
2010-08-24Compilation commands removed from menu.Jose Antonio Ortega Ruiz
2010-08-21Bug fix: end-of-buffer in elisp code.Jose Antonio Ortega Ruiz
2010-08-14New restart repl command and a bit more docs.Jose Antonio Ortega Ruiz
2010-08-06Nit.Jose Antonio Ortega Ruiz
2010-08-06Keybinding changes documented.Jose Antonio Ortega Ruiz
2010-07-25C-c z as a to and fro jump, plus documentation.Jose Antonio Ortega Ruiz
2010-06-23REPL: change current module command and better bindings.Jose Antonio Ortega Ruiz
2010-06-15Hiding the obsolete scheme menu in geiser-mode buffers.Jose Antonio Ortega Ruiz
2010-06-14Menus for geiser-mode.Jose Antonio Ortega Ruiz
2010-03-07Whitespace.Jose Antonio Ortega Ruiz
2010-03-07New command to switch to REPL and put it in current module.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-25Now this is cool: support for company mode.Jose Antonio Ortega Ruiz
2009-08-23fixes for geiser-unload.Jose Antonio Ortega Ruiz
2009-05-15Bug fix: compile-and-go-to-repl should work now.Jose Antonio Ortega Ruiz
2009-05-15Bug fix: eval-and-go family of commands work again.Jose Antonio Ortega Ruiz
2009-05-03Wrapping arbitrary regions with a begin block before evaluation/expansion.Jose Antonio Ortega Ruiz
2009-03-20Missing require.Jose Antonio Ortega Ruiz