Fork me on GitHub
#cider
<
2019-12-31
>
alexyakushev10:12:57

@bozhidar FYI, I deleted the latest cider-nrepl jar from .m2 and let it redownload, and the problem is now gone. Which could mean that somehow I downloaded a corrupted jar, but my colleague had the exact same problem yesterday which was also fixed by redownloading.

👍 4
practicalli-johnny16:12:03

If you are using Spacemacs, I have a PR to add keybindings for the sesman session manager. There are a few Emacs keybindings, but nothing in which-key. Feedback most welcome. https://github.com/syl20bnr/spacemacs/pull/13140 As there are no keybindings in the Clojure major mode for sesman, I didn't realise I was missing out on some useful features. I have found sesman-start so much easier to start my repls. Linking projects to a sesman session is also very useful too.

👍 4
flefik04:01:26

I don't like that it moves from SPC m s to SPC m R. My objection is not so that there is a change, but rather that we'll now have to depress Shift in addition to the key for a binding that is used very often (at least for me)

flefik04:01:43

I use , s s, , s x and , s N several times per minute when working, so it might add a strain on my pinky. So therefore my personal preference would probably be to keep all the repl commands under s not R.

practicalli-johnny20:01:03

@UAEFFG05B I assume you are always pushing those three kebinging combinations as you only evaluate code in the REPL buffer directly. They can all be replaced by just , e f if you evaluate in the source code buffer rather than switching back and forth between the repl buffer and source code buffer, saving even more strain on your pinky. I also use . when evaluating multiple expressions, so even less pinky strain.

flefik16:01:36

I use , e f quite a bit too. I type out or rerun test cases directly from the REPL before moving them out into test files. Thinking a little bit more about this, I should probably stop using , s s as much as I do, and just work from a buffer like you suggest. I also don’t want to be this guy: https://xkcd.com/1172/

practicalli-johnny19:01:24

I appreciate that getting a consensus on how we use Emacs is not very Emacs like 🙂 Eveyone have been very reasonable and I am very greatful and much enlightened to know how everyone is using Clojure in Spacemacs. I will leave the PR and issue for a week to see if we get more feedback from others. I have a slight modification that I think might alleviate concerns (beyond the suggestions in the issue). I will try this out over the coming week.