Age | Commit message (Expand) | Author |
2020-03-27 | Fix indentation | Jonas Bernoulli |
2020-03-27 | Mark the beginning of code part of elisp libraries with Code: heading | Jonas Bernoulli |
2020-02-13 | Guile: use load paths defined in dir-local variables (fixes #268) | Jose Antonio Ortega Ruiz |
2020-01-28 | Leftover (fixes #291) | Jose Antonio Ortega Ruiz |
2020-01-28 | C-c \ and C-c [ in geiser-repl too | Jose Antonio Ortega Ruiz |
2019-11-26 | Rename multiline expression option | Aaron Marks |
2019-09-03 | Fix latest chicken. Add debug level logging. Fixed typo. | Lockywolf |
2019-09-02 | Set header-line-format only in case when `cond` branch is true | Andrey Orst |
2019-06-13 | Introduce context-aware REPL send option | Aaron Marks |
2019-05-15 | Alias for font-lock-ensure (should fix #274) | Jose Antonio Ortega Ruiz |
2019-02-08 | Fix: off-by-one while fontifying REPL's output | Jose Antonio Ortega Ruiz |
2018-11-28 | Change behaviour of REPL output and highlighting | Aaron Marks |
2018-06-26 | Not killing partial outputs when leaving the REPL | Jose Antonio Ortega Ruiz |
2017-09-25 | Do not set geiser last-prompt-end beyond of point-max | Mario Rodas |
2017-03-21 | Don't assign the (field t) property to old REPL inputs | James C. De Ricco |
2016-11-09 | It's file, not filename (should fix #190) | Jose Antonio Ortega Ruiz |
2016-09-21 | Expand socket file name for 'geiser-connect-local' | Alex Kost |
2016-06-13 | (end-of-line 0) > (forward-line -1) (end-of-line) | Jose Antonio Ortega Ruiz |
2016-06-13 | A few byte-compilation warnings silenced | Jose Antonio Ortega Ruiz |
2016-06-12 | New key bindings: C-c C-c, C-c C-l | Jose Antonio Ortega Ruiz |
2016-06-12 | New commands geiser-repl-{previous,next}-prompt | Jose Antonio Ortega Ruiz |
2016-06-12 | Registering *global* font-lock keywords in REPLs at the right time | Jose Antonio Ortega Ruiz |
2016-06-11 | Registering font-lock keywords in REPLs at the right time | Jose Antonio Ortega Ruiz |
2016-04-30 | Fix REPL restart if REPL is alive | Alex Kost |
2016-04-07 | Fix REPL reconnecting | Alex Kost |
2015-12-14 | Fix geiser-connect-local for non-interactive use | Alex Kost |
2015-10-12 | Keeping the elisp compiler happy | Jose Antonio Ortega Ruiz |
2015-09-16 | Add 'geiser-repl-buffer-name-function' variable | Alex Kost |
2015-09-10 | Fix for geiser-connect-local | Jose Antonio Ortega Ruiz |
2015-09-10 | Moving implementation loading to geiser-repl (#82) | Jose Antonio Ortega Ruiz |
2015-09-08 | Ensuring switch-to-geiser asks for an implementation | Jose Antonio Ortega Ruiz |
2015-09-06 | repl: Add 'save-history' argument to 'geiser-repl--send' | Alex Kost |
2015-03-12 | Fix for RET with point at the beginning of line after M-p | Jose Antonio Ortega Ruiz |
2015-01-19 | Not cleaning the image cache before displaying images | Jose Antonio Ortega Ruiz |
2014-06-01 | Almost redundant REPL command to interrupt evaluation | Jose Antonio Ortega Ruiz |
2014-02-27 | Add 'geiser-connect-local' to connect over Unix-domain socket. | Ludovic Courtès |
2013-09-26 | Checking for versions before creating the REPL buffer | Jose Antonio Ortega Ruiz |
2013-09-25 | Scheme version checks | Jose Antonio Ortega Ruiz |
2013-08-26 | Ensuring that comint-process-echoes is nil in REPL | Jose Antonio Ortega Ruiz |
2013-08-12 | Newish emacsen don't have comint-last-prompt-overlay | Jose Antonio Ortega Ruiz |
2013-07-02 | Real solution for the non-ascii-history problem | Jose Antonio Ortega Ruiz |
2013-07-01 | A couple of byte-compilation warnings gone | Jose Antonio Ortega Ruiz |
2013-07-01 | Another not entirely satisfactory experiment with raw-text | Jose Antonio Ortega Ruiz |
2013-07-01 | Experiment setting history file coding system | Jose Antonio Ortega Ruiz |
2013-05-21 | yank input if point is over history input | Darren Hoo |
2013-04-11 | New flag to automatically start REPLs when geiser-mode is activated | Jose Antonio Ortega Ruiz |
2013-04-09 | New customizable geiser-repl-query-on-kill-p | Jose Antonio Ortega Ruiz |
2013-03-01 | Using implementation-specific keywords also in REPL | Jose Antonio Ortega Ruiz |
2012-11-11 | New command geiser-repl-clear-buffer | Jose Antonio Ortega Ruiz |
2012-11-09 | New function 'geiser-repl--clear-buffer' | Jonas Rodrigues |