This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-20
Channels
- # aws-lambda (8)
- # beginners (37)
- # cider (43)
- # cljs-dev (12)
- # clojure (121)
- # clojure-italy (19)
- # clojure-nl (1)
- # clojure-poland (1)
- # clojure-russia (14)
- # clojure-spec (6)
- # clojure-uk (98)
- # clojurescript (28)
- # core-async (1)
- # cursive (7)
- # datomic (4)
- # emacs (63)
- # events (8)
- # fulcro (19)
- # graphql (4)
- # hoplon (3)
- # mount (1)
- # nrepl (101)
- # off-topic (15)
- # om (3)
- # pedestal (2)
- # portkey (31)
- # protorepl (2)
- # re-frame (26)
- # reagent (26)
- # reitit (2)
- # shadow-cljs (58)
- # spacemacs (8)
- # specter (5)
- # sql (56)
- # test-check (11)
- # tools-deps (48)
- # vim (52)
@mailmeupinside What message?
@soosool12 What do you mean by this? The dynamic font-locking in CIDER?
@bozhidar hi! yes the dynamic font locking in cider seems to not be working for me as of yesterday
Those were never font-locked dynamically by CIDER - they were always statically font-locked by clojure-mode.
Likely that’s a result of some recent changes we had in clojure-mode to simplify font-locking.
Perhaps this is a regression from there. You can file a ticket, as honestly I haven’t tested the results of those changes much - I just agreed with the general sentiment that the previous code wasn’t working properly.
ohhh.. i see. OK thank you for the quick response! I will file a ticket and revert to an older version for now… 🙂
previously, i was able to set a default cljs repl. I was given an array of choices (e.g. fighweel, rhino) but now it says mismatch/nil and i’m unable to change the state
Ahhh no i’ve never navigated functions in elisp. I will try it out though! If I get stuck, maybe i’ll direct message you another time if that’s ok 🙂
At the bottom there should be a line like (when cljs-too (cider sibling repl ...)) Or something similar
You'll want to navigate to that function with meta period when point (the cursor) is on top of that symbol
Hmm. i’m getting C-c C-f is undefined I need to be in the elisp file when doing this right? I’m not sure where to find it since I installed with melpa
awesome! found it! meta-period didn’t work here unfortunately… but it works fine in my clojure projects. in cider.el i get TAGS does not exist
It's gonna figure out what kind of repl to crank up and do that. So root around in here for the variable name and then go customize that one as it needs
ahh i see. cool! I had no idea you could navigate the package code like this 😎 I really appreciate the help!
If you update to 25 your nav will get easier. And then you can just trace things around and see what's up and how everything works
I am afraid of upgrading because I’ve spent so much time making my config work the way I like… haha. Isn’t 26 out now too?
I'm not sure. I don't think there was anything breaking in 24->25. Also CIDER dropped support for 24 I believe. It might still work but it's no longer tested against that
Generally things rarely break between major Emacs versions. You might get some deprecation warnings here and there, but the Emacs team is pretty big on backwards compatibility.
> previously, i was able to set a default cljs repl. I was given an array of choices (e.g. fighweel, rhino) but now it says mismatch/nil and i’m unable to change the state
Yeah, what you describe is something new, available only in 0.17-snapshot, which should become the next stable release pretty soon.
Got a problem some emacs users here might be familiar with. https://i.redditmedia.com/rED7x8F2_A6hiKwjnwiucwAxF2E5x1DEG4xg7zhnrn8.png?w=1024&s=7964cb9f406003edc21d772e12f17ffa Whenever there is an error spacemacs forces new repls to open and it's SUPER ANNOYING
I have this problem. Havnt found the root cause. For me it happens if neotree is opened.
greetings fellows, is there any fuzzy matcher for emacs that searches in file contents?
@mping have you tried rgrep ?
I’d like a more interactive thing, like this: https://github.com/seenaburns/fzf.el/