This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-29
Channels
- # aleph (3)
- # announcements (16)
- # beginners (85)
- # calva (2)
- # cider (13)
- # clj-kondo (84)
- # cljdoc (3)
- # clojure (109)
- # clojure-belgium (1)
- # clojure-china (39)
- # clojure-europe (4)
- # clojure-france (1)
- # clojure-italy (70)
- # clojure-nl (8)
- # clojure-spec (8)
- # clojure-uk (53)
- # clojuredesign-podcast (14)
- # clojurescript (43)
- # cursive (25)
- # data-science (1)
- # datomic (4)
- # emacs (10)
- # figwheel (4)
- # garden (4)
- # graphql (5)
- # jackdaw (10)
- # jobs (5)
- # jobs-discuss (5)
- # lambdaisland (2)
- # leiningen (3)
- # luminus (7)
- # off-topic (32)
- # pathom (11)
- # pedestal (2)
- # planck (15)
- # re-frame (12)
- # reagent (4)
- # remote-jobs (2)
- # shadow-cljs (51)
- # sql (29)
- # tools-deps (47)
How can I group the buffers by which frame is used when open it. cause when deal with both frontend and backend code, some buffer may have very similar name, like utils.clj/utils.cljs. I want use two frame for frontend/backound. I checked the perspective, but looks like it did not do this kind work, when I switching buffer it will still list all the buffers. I know there's is a way to do this is using two emacs instances, but I prefer a single instance way, because I have emacs daemon running in the backgronud.
sorry for reply so late. I want a more strict isolation. The reason why I want this is when switching buffers, there are so many similar names.
You don't see buffers in other layouts/perspectives. If you are talking about workspaces that's another thing
> I’m working in a different lisp language called fennel. I’ve started a fennel repl from an inferior shell, is there a way to send forms to it?
You can tweak the inferior-lisp
defaults and that should work. I also know that Fennel has a proper nREPL server that you can use with monroe (unfortunately CIDER’s nREPL client hardcodes some Clojure assumptions).
Awesome! Thanks.