index
:
geiser
async
buggie-buggie
master
emacs and scheme talk to each other
jao
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elisp
/
geiser-repl.el
Age
Commit message (
Expand
)
Author
2021-12-20
Tweaks for boundary conditions
jao
2021-12-18
'debug commands so that each impl can take care of them
jao
2021-12-18
Allowing debuggers to use Dbg buffer for output
jao
2021-12-18
initial support for connection-address
jao
2021-12-18
new geiser-repl-per-project-p to control per-project REPLs
jao
2021-12-05
Wee refactoring
jao
2021-12-05
Refinement: geiser-repl-add-project-paths instead of a boolean flag
jao
2021-12-05
New option geiser-repl-add-project-path-p
jao
2021-12-05
Redundant custom groups removed (geiser-repl)
jao
2021-12-05
Initialise geiser-repl-current-project-function according to availability
jao
2021-12-04
Fix: better handling of recurring debugging entrances
jao
2021-11-30
Better handling of REPL's output regions
jao
2021-11-21
New geiser-mode command: geiser-exit-repl
jao
2021-04-21
Use defvar-local
Jonas Bernoulli
2021-02-15
Determine the display string of command key dynamically.
Zhu Zihao
2020-12-02
Improve doc-strings of some options
Jonas Bernoulli
2020-12-02
Declare keymaps using defvar explicitly
Jonas Bernoulli
2020-12-02
Placate byte compiler (Brian Leung)
jao
2020-12-02
Support buffer-local binary and arglist configuration
jao
2020-07-06
Tag project functions instead of overriding docs
Andrew Whatson
2020-07-06
Fix byte-compiler warning
Andrew Whatson
2020-07-06
Improve project function selection, make ignore default
Andrew Whatson
2020-07-06
Refactor to make repl/impl proj argument optional
Andrew Whatson
2020-07-06
Use a separate REPL instance per project
Andrew Whatson
2020-07-06
Returning C-c k back to users, that key's theirs!
Jose Antonio Ortega Ruiz
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
[next]