This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-10
Channels
- # announcements (3)
- # babashka (3)
- # beginners (83)
- # calva (1)
- # cider (19)
- # clojure (131)
- # clojure-austin (4)
- # clojure-dev (3)
- # clojure-europe (49)
- # clojure-greece (2)
- # clojure-italy (8)
- # clojure-losangeles (18)
- # clojure-nl (14)
- # clojure-poland (1)
- # clojure-uk (65)
- # clojurescript (28)
- # core-async (7)
- # core-logic (3)
- # cursive (2)
- # data-science (1)
- # datomic (98)
- # defnpodcast (1)
- # figwheel-main (6)
- # fulcro (95)
- # graphql (5)
- # hoplon (7)
- # kaocha (1)
- # lein-figwheel (6)
- # luminus (1)
- # nyc (1)
- # off-topic (21)
- # pedestal (1)
- # quil (8)
- # re-frame (15)
- # reagent (106)
- # reitit (15)
- # shadow-cljs (158)
- # sim-testing (1)
- # spacemacs (17)
- # sql (25)
well, to be honest it’s not that often when you need something like that. I was writing tests for a few complex functions that involved things from multiple namespaces and I was getting confused where the things are coming from.
Also sorta related question. Didn’t we have something like “peek” where function definition could be previewed in a popup (without having to jump), similar how git-messenger:popup-message
works? I’ve been looking for that, but can’t find it. I somehow thought something like that was already implemented
That was deleted a long time ago, as after surveying users almost everyone said they preferred to just jump to the definition.

ah I see. Not that I need it, just thought that I was sure we had it, but couldn’t find it
When there are multiple repl buffers open & in a visible “window” of emacs in a project, eg. for a cider-jack-in-clj&cljs
setup, I’ve noticed that cider-find-var
often doesn’t work.
It’s unfortunately based on the last visited repl so it doesn’t know about clj vs cljs repls. You don’t need to kill a buffer but just focus the one you want for a second
thanks though. That’s actually not something I immediately realized and it makes it nicer to work with just having that info