-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt ghosts: it duplicates and moves! #47
Comments
That's not really a bug, but is an annoyance for sure. You pasted the code, so the subprompts for the 2 extra lines of code appear with the result. At some point I thought we added some scrubbing code for those, but I might have only thought of adding it. Probably it'd be easiest to simply kill the subprompts completely. I think there was some config for this, but I don't remember it. |
See also ff8dcd9 |
I saw that comint has an accumulate feature, can it be useful for solving this? It is not really a priority for now anyways. |
No idea what you mean by this. |
I was talking about this. I will try it. |
Looks promising. I'm far from a |
Expected behavior
I expect the prompt not to appear at all when it displays a result
Actual behavior
Steps to reproduce the problem
I don't have a consistent way yet, working on it
Environment & Version information
-
inf-clojure version information
latest master
Lein/Boot version
Lumo repl
Emacs version
24.5.1
Operating system
Ubuntu
Can and will debug sooner or later, not blocking for now, which is good 😉
The text was updated successfully, but these errors were encountered: