[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs Scheme Mode, REPL, and scheme-send-definition
From: |
Jakub T. Jankiewicz |
Subject: |
Emacs Scheme Mode, REPL, and scheme-send-definition |
Date: |
Fri, 2 Feb 2024 18:39:55 +0100 |
Hi,
Is there a way to implement something in Scheme REPL that will disable
continuations prompts when running C-C C-e?
I have Scheme REPL for my own implementation, but the same thing happen with
guile:
scheme@(guile-user)> (
... define x 10)
scheme@(guile-user)> ... ... ... ... scheme@(guile-user)>
scheme@(guile-user)>
I've typed open parenthesis and press enter, and the next thing was calling
scheme-send-definition to the REPL.
Is there a way to detect Emacs copy-paste and don't show the continue prompt?
Maybe show simple message "loaded"? If not in REPL then maybe in Inferior
Scheme.
I use this to run the REPL:
(defun scheme ()
"call run-scheme with guile scheme interpreter."
(interactive)
(run-scheme "/usr/bin/guile"))
Thanks,
Jakub
--
Jakub T. Jankiewicz, Senior Front-End Developer
https://jcubic.pl/me
https://lips.js.org
https://koduj.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Emacs Scheme Mode, REPL, and scheme-send-definition,
Jakub T. Jankiewicz <=