Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   Emacs equivalent of ri browser vim plugin? (http://www.velocityreviews.com/forums/t834509-emacs-equivalent-of-ri-browser-vim-plugin.html)

Kevin Olemoh 10-16-2006 12:31 AM

Emacs equivalent of ri browser vim plugin?
 
Is there a port of the ri plugin that is available for Vim for Emacs?
For those of you who don't know what I am talking about the plugin
provides the class documentation for ruby in vim's help document
format.

You use it by typing

:Ri <search term>

and it displays the output in a split window like any other help query.

I personally prefer to use Emacs however and miss this feature since
it saves me the trouble of having a terminal open as well as the
editor. Any suggestions on how to get this sort of thing in Emacs
would be appreciated.


Ryan Davis 10-16-2006 08:56 AM

Re: Emacs equivalent of ri browser vim plugin?
 

On Oct 15, 2006, at 5:31 PM, Kevin Olemoh wrote:

> Is there a port of the ri plugin that is available for Vim for Emacs?
> For those of you who don't know what I am talking about the plugin
> provides the class documentation for ruby in vim's help document
> format. [...]


Generally I always have 1-4 shells (M-x shell RET)open IN emacs and
one is almost always visible, so I'll just use that. There is/was an
emacs ri elisp wrapper written by David Black that I found somewhere
(ri.el), but it has some problems with more recent versions of emacs
that I have not yet bothered to figure out and fix. I don't think it
is supported anymore. If you'd like to try it out and can't find it,
let me know and I can send you my copy.



ruben 10-17-2006 03:49 PM

Re: Emacs equivalent of ri browser vim plugin?
 

At Mon, 16 Oct 2006 09:31:48 +0900, Kevin Olemoh wrote:
>
> Is there a port of the ri plugin that is available for Vim for Emacs?
> For those of you who don't know what I am talking about the plugin
> provides the class documentation for ruby in vim's help document
> format.


You're probably looking for this:
http://rubyforge.org/projects/ri-emacs/

Not a port, but an independent project if I'm not mistaken.

HTH,
Ruben



All times are GMT. The time now is 07:13 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57