This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-11
Channels
- # announcements (14)
- # beginners (119)
- # boot (9)
- # calva (7)
- # cider (12)
- # cljdoc (2)
- # cljsrn (28)
- # clojure (127)
- # clojure-dev (2)
- # clojure-europe (3)
- # clojure-italy (2)
- # clojure-losangeles (9)
- # clojure-nl (6)
- # clojure-spec (15)
- # clojure-uk (39)
- # clojurescript (35)
- # community-development (4)
- # cursive (9)
- # datascript (8)
- # datomic (5)
- # duct (3)
- # emacs (10)
- # fulcro (45)
- # graphql (3)
- # jobs (1)
- # kaocha (8)
- # luminus (2)
- # off-topic (121)
- # onyx (3)
- # pathom (15)
- # pedestal (31)
- # planck (5)
- # reagent (25)
- # reitit (3)
- # remote-jobs (1)
- # shadow-cljs (48)
- # slack-help (1)
- # sql (142)
- # tools-deps (78)
@mikerod Are you setting a buffer-local fill-column
to something different from the default? And is it using that value? I have it at 100, but it's using the original value of 70.
hmm, I read that post and tried playing around with the variables, however the cider debugger doesn't seem to take any of it into account
(setq cider-repl-init-code "(set! *print-length* 10)")
(setq cider-print-quota 10) ;; bytes
(setq cider-print-options '(("length" 10)))
and changing the print-fn to fipp
didn't change anything eitherdoesn't this fall under the same issue I previously filed? https://github.com/clojure-emacs/cider/issues/2621