summaryrefslogtreecommitdiff
path: root/drepl.el
AgeCommit message (Expand)Author
2025-10-12Fix compatibility with Emacs 31externals/dreplMario Rodas
2025-10-12Version 0.4Augusto Stoffel
2024-11-17Support HTML output in usqlAugusto Stoffel
2024-09-29Ignore errors is OSC handlerAugusto Stoffel
2024-09-29Reformat and simplifyAugusto Stoffel
2024-09-21Remove soft restart featureAugusto Stoffel
2024-05-11Version 0.3Augusto Stoffel
2024-04-21Add completion predicate to drepl-send-input-maybeAugusto Stoffel
2024-04-21Make it the interpreter's responsibility to switch to rawio stateAugusto Stoffel
2024-04-21Add newline before output of drepl-evalAugusto Stoffel
2024-04-21Fix repl selection logic in drepl-eval-bufferAugusto Stoffel
2024-04-15Improve history variable declaration and initializationAugusto Stoffel
2024-04-14Fix race condition involving checkinput followed by evalAugusto Stoffel
2024-04-14Adjust completion prefixesAugusto Stoffel
2024-04-14Persistent historyAugusto Stoffel
2024-04-07Write REPL log messages to Messages bufferAugusto Stoffel
2024-04-07Rename position arguments from offset posAugusto Stoffel
2024-04-04Version 0.2Augusto Stoffel
2024-04-04Refine header and commentary sectionAugusto Stoffel
2024-04-04Improve REPL initialization processAugusto Stoffel
2024-04-04Separate message transport from protocol logicAugusto Stoffel
2024-03-31Guard against some nil valuesAugusto Stoffel
2024-03-29Add a new REPL state 'rawio' to avoid race conditionsAugusto Stoffel
2024-03-29Enable completion with an empty prefixAugusto Stoffel
2024-03-29Guard against return value t from while-no-inputAugusto Stoffel
2024-03-29Don't pop to REPL buffer when restarting itAugusto Stoffel
2023-11-23Split long messages when sent through PTYAugusto Stoffel
2023-11-12Version 0.1Augusto Stoffel
2023-11-12Add drepl--define macroAugusto Stoffel
2023-11-05Use cl-defstruct instead of classesAugusto Stoffel
2023-11-05Add drepl--adapt-comint-to-modeAugusto Stoffel
2023-11-05RefactoringAugusto Stoffel
2023-10-29Add readme and commentaryAugusto Stoffel
2023-10-29Use Eldoc to display documentationAugusto Stoffel
2023-10-29Buffer association logicAugusto Stoffel
2023-10-29Add commands to evaluate a region and a bufferAugusto Stoffel
2023-10-29Refactoring and documentationAugusto Stoffel
2023-10-29Add setoptions method and getoptions notificationAugusto Stoffel
2023-10-08Use defclass instead of defstructAugusto Stoffel
2023-10-08Add OSC to comint-output-filter-functionsAugusto Stoffel
2023-10-07Make prompt faces inherit from defaultAugusto Stoffel
2023-10-03Initial commitAugusto Stoffel