summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
AgeCommit message (Expand)Author
2013-08-26Ensuring that comint-process-echoes is nil in REPLJose Antonio Ortega Ruiz
2013-08-12Newish emacsen don't have comint-last-prompt-overlayJose Antonio Ortega Ruiz
2013-07-02Real solution for the non-ascii-history problemJose Antonio Ortega Ruiz
2013-07-01A couple of byte-compilation warnings goneJose Antonio Ortega Ruiz
2013-07-01Another not entirely satisfactory experiment with raw-textJose Antonio Ortega Ruiz
2013-07-01Experiment setting history file coding systemJose Antonio Ortega Ruiz
2013-05-21yank input if point is over history inputDarren Hoo
2013-04-11New flag to automatically start REPLs when geiser-mode is activatedJose Antonio Ortega Ruiz
2013-04-09New customizable geiser-repl-query-on-kill-pJose Antonio Ortega Ruiz
2013-03-01Using implementation-specific keywords also in REPLJose Antonio Ortega Ruiz
2012-11-11New command geiser-repl-clear-bufferJose Antonio Ortega Ruiz
2012-11-09New function 'geiser-repl--clear-buffer'Jonas Rodrigues
2012-10-27Filename completion also in scheme buffersJose Antonio Ortega Ruiz
2012-10-24Completing file names at the REPL, but only in string contextsJose Antonio Ortega Ruiz
2012-10-24Completing file names at the REPLJose Antonio Ortega Ruiz
2012-10-23New custom var `geiser-repl-save-debugging-history-p'Jose Antonio Ortega Ruiz
2012-10-13Manual lookup shortcut (C-c C-d i) also in REPL buffersJose Antonio Ortega Ruiz
2012-09-02racket: displaying images also during evaluationsJose Antonio Ortega Ruiz
2012-09-02Image support: buttons and auto-display in the REPLJose Antonio Ortega Ruiz
2012-09-02Image display functionality refactored to its own moduleJose Antonio Ortega Ruiz
2012-08-15Simplified image display.Michael W
2012-08-15Documentation improvementsMichael W
2012-08-12[WIP] Add capability for images to be viewed in an external image viewer.Michael W
2012-08-12[WIP] Emacs cleans up temp. images, and a parameter controls whether or not t...Michael W
2012-08-12[WIP] Draw images inline in the Racket REPL.Michael W
2012-06-09Support for user-defined Guile info nodesJose Antonio Ortega Ruiz
2012-02-05Keeping autodoc active in the REPLJose Antonio Ortega Ruiz
2011-09-08bug fix: make C-c C-z behave with run-geiserJose Antonio Ortega Ruiz
2011-08-20REPL: restore TAB indenting behaviour around whitespaceJose Antonio Ortega Ruiz
2011-08-20REPL: new customizable faces for input and promptJose Antonio Ortega Ruiz
2011-08-20elisp: customizable patience amount on racket startupJose Antonio Ortega Ruiz
2011-06-23Avoid (read) breakage (fixes #33090)jao
2011-03-06Bug fix: don't confuse REPL buffersJose Antonio Ortega Ruiz
2011-03-06Missing require formJose Antonio Ortega Ruiz
2011-03-06Elisp nitJose Antonio Ortega Ruiz
2011-03-05Bug fix: honour geiser-repl-use-other-windowJose Antonio Ortega Ruiz
2011-02-14Guile REPL: bug fix: correctly track debugging statusJose Antonio Ortega Ruiz
2011-02-11Bug fix: M-x geiser-edit-module works again in the REPLJose Antonio Ortega Ruiz
2011-02-03Off-by-one in geiser-repl-tab-dwimJose Antonio Ortega Ruiz
2011-02-03New geiser-add-to-load-path, just for Guile right nowJose Antonio Ortega Ruiz
2011-01-24company-mode fixes (an attempt to fix #32231)Jose Antonio Ortega Ruiz
2011-01-23geiser-repl--tab -> geiser-repl-tab-dwimJose Antonio Ortega Ruiz
2011-01-07REPL: M-TAB bound to completion-at-pointJose Antonio Ortega Ruiz
2011-01-07REPL: fix for history navigationJose 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-25Guile: fix for connect-to-guile problemsJose Antonio Ortega Ruiz
2010-11-22Fix for compiled GeiserJose Antonio Ortega Ruiz
2010-11-15REPL: sexpy history file (fix for #30269)Jose Antonio Ortega Ruiz
2010-11-14Smoother REPL exit (deactivating the connection)Jose Antonio Ortega Ruiz