Fork me on GitHub
#emacs
<
2017-07-07
>
aaelony03:07:05

have to say that Cider is really great

richiardiandrea08:07:52

Maybe folks here have some suggestion: in inf-clojure I am using comint-redirect-send-command-to-process https://github.com/emacs-mirror/emacs/blob/master/lisp/comint.el#L3717 but I found it very slow. Originally inf-clojure was using the accept-... function directly https://github.com/clojure-emacs/inf-clojure/blob/2e1dd6c1e1540223f8cc4e3493c1e555144d5431/inf-clojure.el#L716

ajs14:07:41

inf-clojure follows what is set for inferior-lisp-program, or uses its own setting?

richiardiandrea15:07:14

@ajs maybe I do not understand the question, but the command it executes is either lein repl or boot repl ...

ajs15:07:22

for example, was previously using inferior lisp mode and i explicitly tell emacs to run list as lein trampoline repl, which is lighter than lein repl. was curious if inf-clojure respects this emacs setting or handles things differently

ajs15:07:30

s/list/lisp

richiardiandrea15:07:52

oh ok you need to set a defcustom: inf-clojure-lein-cmd