-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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:
user => ((fn f [x]
((fn f [x]
(* x x))
(* x x))
5)
5)
25
Metadata
Metadata
Assignees
Labels
No labels