This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-09
Channels
- # aleph (1)
- # announcements (7)
- # asami (1)
- # beginners (44)
- # calva (54)
- # cherry (24)
- # cider (6)
- # clj-kondo (19)
- # cljsrn (27)
- # clojure (119)
- # clojure-europe (61)
- # clojure-gamedev (38)
- # clojure-germany (7)
- # clojure-nl (1)
- # clojure-norway (104)
- # clojure-portugal (4)
- # clojure-spec (4)
- # clojure-uk (1)
- # clojurescript (38)
- # cursive (18)
- # datomic (11)
- # emacs (9)
- # events (1)
- # fulcro (4)
- # holy-lambda (7)
- # introduce-yourself (7)
- # jobs (1)
- # malli (6)
- # off-topic (4)
- # pathom (4)
- # pedestal (16)
- # podcasts-discuss (1)
- # polylith (27)
- # portal (17)
- # releases (2)
- # shadow-cljs (46)
- # squint (1)
- # xtdb (9)
All of this is documented here - https://docs.cider.mx/cider/usage/managing_connections.html
i've always wondered: can i read the doc today say at ver 0.1.0, and come back 3 months later and see that the version has been bumped to 0.3.0 and the system can just show me the diff between them.
What would that look like? I assume you need something more sophisticated than git diff?
Since documentation is mostly text, so output to the like of "diff -y --left-column" is fine to me, with the different lines either inline or on the side.
Magit is amazing but if you just want a git diff in emacs, the built-in vc-version-diff
may also get the job done (vc is quite decent, check it out if you haven't!).
(The question doesn't seem to be related to cider, so perhaps #emacs would have been a better place for it?)