clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.55k stars 645 forks source link

Apropos functionality #87

Closed ebellani closed 11 years ago

ebellani commented 12 years ago

Is someone working with apropos? I mean specifically something on par with slime-apropos-package and slime-apropos.

I'm thinking about working on these, and was looking for some pointers as to how to proceed.

proofit404 commented 12 years ago

On 08/30/2012 11:05 PM, Eduardo Bellani wrote:

Is someone working with apropos? I mean specifically something on par with slime-apropos-package and slime-apropos.

I'm thinking about working on these, and was looking for some pointers as to how to proceed.

— Reply to this email directly or view it on GitHub https://github.com/kingtim/nrepl.el/issues/87.

It's great idea! Please do i if you want.

hugoduncan commented 12 years ago

For information, there is apropos functionality in ritz.

https://github.com/pallet/ritz/blob/develop/src/main/elisp/nrepl-ritz.el#L328 https://github.com/pallet/ritz/blob/develop/nrepl/src/ritz/nrepl/middleware/apropos.clj

proofit404 commented 12 years ago

Great! I will try it immediately.

ebellani commented 12 years ago

Btw, how usable is ritz right now? I've tried to use it, only to have to upgrade lein to 2.0.0 snapshot and still did not manage to get it up and running. Would it be wise to just copy/adapt the apropos functionality to vanilla nrepl.el?

hugoduncan commented 12 years ago

I find ritz-nrepl usable, but it hasn't seen much use yet so could still have warts. Would love to hear what problems you were having.

Adding the elisp to vanilla nrepl would seem like a good idea, but would still require the use of the apropos ritz middleware on the server side (which should be much easier to use than the ritz-nrepl server).

ebellani commented 12 years ago

Hello Hugo.

I keep bumping in "Warning: profile :jpda not found." and subsequent exceptions. Do you have some sort of standard installation path for ritz?

hugoduncan commented 12 years ago

The warning is not a problem. What exceptions are you seeing? Maybe you could follow up at https://github.com/pallet/ritz/issues, not to pollute things here.

Eduardo Bellani notifications@github.com writes:

Hello Hugo.

I keep bumping in "Warning: profile :jpda not found." and subsequent exceptions. Do you have some sort of standard installation path for ritz?


Reply to this email directly or view it on GitHub: https://github.com/kingtim/nrepl.el/issues/87#issuecomment-8539703