Closed ebellani closed 11 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.
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
Great! I will try it immediately.
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?
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).
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?
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
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.