This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-18
Channels
- # beginners (17)
- # calva (1)
- # clara (1)
- # cljs-dev (12)
- # clojure (151)
- # clojure-france (11)
- # clojure-uk (6)
- # conjure (4)
- # datomic (32)
- # duct (42)
- # emacs (2)
- # fulcro (20)
- # lambdaisland (4)
- # malli (5)
- # meander (32)
- # pathom (8)
- # reagent (1)
- # reitit (7)
- # shadow-cljs (2)
- # sql (6)
- # tools-deps (2)
- # vim (17)
- # xtdb (1)
may be i would use this: https://www.gnu.org/software/emacs/manual/html_node/emacs/Keyboard-Macros.html
Is there some quick trick to preventing accidently printing huge strings int he repl which slow down emacs a lot? Just setting *print-length/level*
isn't 100% effective due to large singular values. I'm using inf-clojure now, but willing to check out cider or anything else if it includes ways to deal with this. Like is there a way to say "never print anything bigger than this many characters"