Fork me on GitHub
#spacemacs
<
2017-04-29
>
eggsyntax00:04:45

Ha! K pulls up documentation at the bottom, you’re probably aware of that one. For me, if I move the cursor away from a function-name symbol & back I get a little message at the bottom showing what args it takes. Are you thinking of either of those?

eggsyntax00:04:41

(you probably need the ns loaded in the repl for those to work)

eggsyntax00:04:05

You're probably well aware of those, but figured I'd rule them out 1st. I'm def curious about what you found, it sounds excellent 🙂

asragab00:04:41

it really does, like I almost do believe I was hallucinating

asragab00:04:56

but I didn’t know about K

eggsyntax01:04:51

asragab: so does K do the thing you’re talking about? Or was it something different?

asragab01:04:10

It was something different...it actually appeared in the active buffer like an ide tooltip

eggsyntax01:04:08

Oh, wait, I was slightly misreading your original post. Are you talking about cljr-find-usages?

asragab01:04:05

Sort of but in a popup directly below the cursor

jeff.terrell01:04:12

Maybe it was a vision, intended to inspire you to create this functionality. :-)

lvh20:04:44

I recently upgraded spacemacs and it’s confusing the heck out of me. I get a big message with the new changelog that won’t go away. The bottom of the message suggests I should upgrade packages (done) and edit my dotfile. <SPC> f e D sends me to an ediff sessnion. I went through the diff; I’m happy with my dotfile as-is. What do I do to get rid of this splash screen?

lvh20:04:15

I understand that feD is supposed to give me a diff; but it really seems like spacemacs wants me to do something to complete the upgrade and I have no idea what

eggsyntax23:04:56

re: @asragab 's mystery function -- here's something kinda cool I found while poking around for it out of curiosity:

cider-eval-defun-to-comment is an interactive compiled Lisp function in `cider-interaction.el'...Evaluate the "top-level" form and insert result as comment at LOC.
@lvh no idea -- what version did you upgrade to?

lvh23:04:54

latest == [email protected] (spacemacs)

eggsyntax23:04:56

Worst case you could probably delete ~/.emacs.d & reinstall, preserving your .spacemacs

eggsyntax23:04:14

(or maybe deleting all the automatically-added bits at the end of SM)

asragab23:04:16

I like that

eggsyntax23:04:36

Yeah, handy for wanting to provide an example use in about a second 🙂