summaryrefslogtreecommitdiff
path: root/elisp/geiser-connection.el
AgeCommit message (Expand)Author
2022-12-05Take the byte-compilers advice into accountJonas Bernoulli
2022-11-01requiring subr-x at compile time for older emacsenjao
2022-10-21nit: skip eval requests of empty stringsjao
2022-10-13lexical scope for completion and connectionjao
2022-03-28Shorten docstring that is over 80 characters wideJonas Bernoulli
2021-12-29Fix: really use seconds to wait in geiser-wait-evaljao
2021-12-29geiser-eval-wait -> geiser-wait-eval (and make it work)jao
2021-12-27New helper, geiser-eval-wait, to facilitate synchronous evaluationsjao
2021-12-20Asynchronous, interruptable evaluationsjao
2021-12-19Debugger: fixes and better determination of debugging statusjao
2021-12-18Allowing debuggers to use Dbg buffer for outputjao
2021-12-04Fix: better handling of recurring debugging entrancesjao
2021-11-30Better handling of REPL's output regionsjao
2021-04-21Use defvar-localJonas Bernoulli
2020-04-26Fix typosJonas Bernoulli
2020-03-27Fix indentationJonas Bernoulli
2020-03-27Mark the beginning of code part of elisp libraries with Code: headingJonas Bernoulli
2019-08-06Remove debug printing. Align par-style with geiser.Lockywolf
2019-08-06Add scheme subroutine to find files implementing modules to chibi.Lockywolf
2016-04-10Use assq instead of assoc in request and connection wrappersAlex Kost
2016-04-10Remove double call in 'geiser-con--connection-add-request'Alex Kost
2015-12-05Removed changes to geiser-connectionDan Leslie
2015-12-05Fixes for Literals, Errors and ModulesDan Leslie
2015-09-10Speeding up debugger check (addresses #64)Jose Antonio Ortega Ruiz
2013-04-10Fix for evaluations returning no resultJose Antonio Ortega Ruiz
2011-06-23Avoid (read) breakage (fixes #33090)jao
2011-02-14Fix for the fix of the fixJose Antonio Ortega Ruiz
2011-02-14Fix for the fixJose Antonio Ortega Ruiz
2011-02-14Guile REPL: bug fix: correctly track debugging statusJose Antonio Ortega Ruiz
2011-02-09More robust retort detectionJose Antonio Ortega Ruiz
2011-01-03Really avoiding *spurious* buffersJose Antonio Ortega Ruiz
2010-12-28Bug fix: properly enqueue requestsJose Antonio Ortega Ruiz
2010-12-14No more vicious error circle on tq errorsJose Antonio Ortega Ruiz
2010-11-14Smoother reloadJose Antonio Ortega Ruiz
2010-11-13CleanupsJose Antonio Ortega Ruiz
2010-11-12Make do with a single connectionJose Antonio Ortega Ruiz
2010-11-12Debugger support, and Guile using itJose Antonio Ortega Ruiz
2010-11-12Better EOT token for more robust communicationJose Antonio Ortega Ruiz
2010-11-12NitsJose Antonio Ortega Ruiz
2010-11-11Partial work (connections working)Jose Antonio Ortega Ruiz
2010-11-09Racket: remote REPLsJose Antonio Ortega Ruiz
2010-11-09Elisp buggettes and warningsJose Antonio Ortega Ruiz
2010-11-08Connection plumbing: ability to specify EOT token addedJose Antonio Ortega Ruiz
2010-11-07Interruptible connection waitingJose Antonio Ortega Ruiz
2010-11-07Better connection logsJose Antonio Ortega Ruiz
2010-11-07Pumbling cleanupsJose Antonio Ortega Ruiz
2010-11-07NitsJose Antonio Ortega Ruiz
2010-07-20Guile: geiser commands working at the debugging prompt.Jose Antonio Ortega Ruiz
2010-03-08Hook to setup the debugger when it's launched.Jose Antonio Ortega Ruiz
2010-01-28Generic support for debugging prompts in the REPLJose Antonio Ortega Ruiz