This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-07
Channels
- # bangalore-clj (3)
- # beginners (103)
- # boot (13)
- # cider (16)
- # cljs-dev (192)
- # cljsrn (44)
- # clojure (147)
- # clojure-dev (1)
- # clojure-italy (79)
- # clojure-norway (1)
- # clojure-russia (9)
- # clojure-spec (4)
- # clojure-uk (34)
- # clojurescript (65)
- # core-async (1)
- # core-logic (2)
- # core-typed (5)
- # cursive (1)
- # datascript (9)
- # datomic (26)
- # emacs (8)
- # garden (1)
- # hoplon (11)
- # humor (1)
- # jobs (1)
- # jobs-discuss (8)
- # jobs-rus (3)
- # leiningen (1)
- # luminus (1)
- # lumo (1)
- # mount (6)
- # off-topic (16)
- # om (10)
- # om-next (1)
- # onyx (10)
- # parinfer (10)
- # pedestal (25)
- # re-frame (27)
- # reagent (3)
- # rum (47)
- # uncomplicate (1)
- # unrepl (34)
- # untangled (120)
- # vim (58)
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
@ajs maybe I do not understand the question, but the command it executes is either lein repl
or boot repl
...
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
oh ok you need to set a defcustom
: inf-clojure-lein-cmd