1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/module/system/repl
Taylan Kammer 242e8698c2 Better REPL behavior on syntax errors in meta commands.
Fixes <https://bugs.gnu.org/30600>.

* module/system/repl/command.scm (define-meta-command): Flush all
remaining input after handling a read error.
* module/system/repl/common.scm (flush-all-input): New public procedure.
* module/system/repl/repl.scm: Remove local flush-all-input definition.
2024-10-25 13:35:31 +02:00
..
command.scm Better REPL behavior on syntax errors in meta commands. 2024-10-25 13:35:31 +02:00
common.scm Better REPL behavior on syntax errors in meta commands. 2024-10-25 13:35:31 +02:00
coop-server.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
debug.scm default-frame-width is a parameter 2024-01-29 10:59:54 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00
repl.scm Better REPL behavior on syntax errors in meta commands. 2024-10-25 13:35:31 +02:00
server.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00