-
Notifications
You must be signed in to change notification settings - Fork 3
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
echoing all repl input? #5
Comments
Eww. If you use the repl without inf-clojure, does it do this? Is there an option to suppress this output? |
The regular pixie-vm repl works fine -- no echoing. (Like, of course if you enter a form that evaluates to itself, then it "echoes" that, but only because it evaluated it). Within the inf-clojure repl with pixie,
The first 1 is what i typed, the second is the echo, the third is the evaluation. But within pixie-vm,
Hmm.... you mean an inf-clojure option? I'll take a look-see. |
I thought the echo might be coming from pixie-vm, this is useful |
This is pretty weird. I can't take a crack at it right now, but I'll see if I can resolve this Saturday. In the meantime, try installing an old version of inf-clojure. |
Okay, I'll give it a shot. Thanks for the quick replies! |
You're welcome! :) |
Working on it, this happens on mine too. Not sure why it's happening yet. |
Would you tell me if there is a process buffer and a separate repl buffer in inf-clojure with clojure files? It seems that inf-clojure assumes that if it's a derived mode, then the process and the repl buffer are the same. |
How do I determine that? |
Run inf-clojure in a lein project and do M-x list-buffers, and there should be an extra buffer that isn't the repl. |
Oh ok -- there's not. There's just the repl buffer named |
A little embarrassing, but I suspect the bug may go back to waaay back here haha. |
OK, so this is whats happening. If you want a quick fix, make the pixie program something like this. The tradeoff is that now you won't see => or whatever.
|
Hey! I'm trying out pixie mode with emacs 24.4.1. I have an issue when I go into the repl: each line of input is immediately echoed. The repl otherwise seems to work fine, but the echoing is distracting and makes multi-line input difficult to re-read, since every line is duplicated. I don't have this problem if I go into M-x inf-clojure from a clj file.
For instance:
The text was updated successfully, but these errors were encountered: