Fork me on GitHub
#cider
<
2020-12-01
>
bozhidar09:12:10

Emacs is magic! wizard

6
3
hkjels09:12:38

I do agree! What’s todays revelation?

jmayaalv11:12:23

emacs is power! 🙂

bozhidar14:12:19

Emacs is forever!

Tim Robinson09:12:01

@dpsutton I have downgraded to JDK 13 and cider seems to be working for me now. I'm pretty sure this is the same problem reported by @grounded_sage on 12 October in this channel. Do we need to raise a bug report for this?

dominicm11:12:50

Generally it's a good idea to stick to the lts releases of java

Tim Robinson13:12:53

Ah - thanks again - I didn't realise Java had LTS but I see it now.

bozhidar14:12:55

I've been using mostly JDK 14 lately and I haven't noticed the issue that was mentioned here. That being said, often JDK upgrades break something as cider-nrepl relied on some internal APIs to provide optimal functionality, mostly for discovering Java metadata and parsing JavaDoc.

Tim Robinson14:12:59

From the messages on other forums I got the impression the problem was new in 15 but since @dpsutton suggested 13 I thought that would probably be safer.

dpsutton14:12:11

Sorry I should have linked that issue to you. Instead of vaguely describe it. My bad

st3fan23:12:20

Is there a shortcut to really quickly switch to the repl buffer?

dpsutton23:12:16

I think there’s a cider-switch-to-repl-buffer. Just hit m-x and hopefully you can search through the autocomplete

st3fan23:12:43

ah i will alias that to a good key combo 🙂

st3fan23:12:59

“It is bound to C-c C-z”

st3fan23:12:17

I knew this! There are just so many shortcuts 😕

dpsutton23:12:38

Learn three things and use the short cuts for a week. Then keep repeating

st3fan23:12:57

two decades of emacs, just not a lot of cider 🙂

dpsutton23:12:10

Ha sorry. There’s insane differences in experience through here. Sometimes someone completely new to programming and CIDER and sometimes people who contribute to emacs itself :) no offense intended

st3fan23:12:10

no worries

st3fan23:12:31

maybe i can work on a nice cheat sheet during the xmas holiday

justinbarclay01:12:34

have you tried https://github.com/justbur/emacs-which-key or completion frameworks like https://github.com/abo-abo/swiper? They both have helped raise the discoverability of keyboard shortcuts for me.

👍 3
zane02:12:54

I was just about to recommend which-key.

practicalli-johnny09:12:30

I wrote a book on using Cider and I am still learning new things 😆

bozhidar10:12:40

I'm a huge fan of which-key myself.

bozhidar10:12:25

(and I recommend it in CIDER's docs)

bozhidar10:12:18

I guess it's well hidden. 😄