@mirkoh
1. Do you mean some description of the module in completion candidate?
2. At the moment we use mechanism similiar to geiser's (it shows candidates, which are reachable from current module with current imports), but we have the whole power of guile, so everything what possible with guile possible in Ares RS and Arei :)
3. debugger is not a part of nrepl protocol, but it can be implemented on top of nrepl and we plan it, however it's a lot of work.
https://github.com/clojure-emacs/cider/blob/master/cider-debug.el
@abcdw
1. Yes, I usually have the info manual on the side but it is still annoying to having to go and find a module for a function.
2. Yes, I rely on the autocompletion to find useful functions, but sometimes if a module is not part of "base guile" It does not work unless I load the module first.
3. Yes I understand that a debugger is a long way to go. I meant some commands that could help with debugging, like displaying the locals or backtrace by default or something similar.