Fork me on GitHub
#cider
<
2023-03-16
>
hkjels07:03:28

cider-apropos uses completing-read, but it's not handled by vertico ~corfu~ for some reason. Any of you got that combo working?

hkjels11:03:17

So, cider-apropos-select and then hitting RET will actually do what I want. I can then interactively narrow to the function I'm interested in. Kind of weird behavior TBH. Would be much better to just skip the RET and start filtering immediately

hkjels11:03:16

I guess there are performance implications, but at least on this pc it is pretty much instant

bozhidar21:03:21

Generally cider-apropos mirrors the standard apropos interface in Emacs.

hkjels14:03:28

I get that, but shouldn't the cider-apropos-select just start with the completing read, so that you can just start typing and narrow your search without having to supply an empty query first?

bozhidar13:03:35

Ah, you mean this. I guess it was just done to be consistent with the other command. But also otherwise we’d have to dump every symbol that’s currently known which is going to be pretty slow.

bozhidar13:03:21

That’s a general problem with commands that operate on all known symbols.

2
drcode17:03:54

Here's some cider/nrepl middleware I just made https://github.com/drcode/nrepl-gpt

drcode17:03:32

lets you ask chatgpt questions about clojure directly from the repl

💯 4
cljparrot 8