Fork me on GitHub
#nrepl
<
2020-09-25
>
austin.chamberlin17:09:43

Hello, I'm running REPLy on the command line and the backspace key prints $<3> to the screen. Can anybody help with this?

[root@71de45d88a7e /]# clojure -Sdeps '{:deps {reply {:mvn/version "0.4.4"}}}' -m reply.main 
REPL-y 0.4.4, nREPL 0.4.5
Clojure 1.10.1
Eclipse OpenJ9 VM 11.0.8+10
        Exit: Control+D or (exit) or (quit)
    Commands: (user/help)
        Docs: (doc function-name-here)
              (find-doc "part-of-name-here")
Find by Name: (find-name "part-of-name-here")
      Source: (source function-name-here)
     Javadoc: (javadoc java-object-or-class-here)
    Examples from : [clojuredocs or cdoc]
              (user/clojuredocs name-here)
              (user/clojuredocs "ns-here" "name-here")
user=> WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat


user=> 

user=> $<3>as$<3> no backspac$<3>

eraserhd20:09:06

hey all, I just rewrote rep, my single-shot nREPL client, in C for maintainability reasons. It should have complete feature parity with the previous version, but if anyone who is using rep wants to try it out, I would appreciate it. https://github.com/eraserhd/rep/tree/ansi-c