From: ssecorp on
Googling doesnt give a good answer, is there a good rubymode for lisp?

syntax-highlighting and being able to run the interpreter inside emacs.
From: Ryan Davis on

On Jul 7, 2008, at 14:01 , ssecorp wrote:

> Googling doesnt give a good answer, is there a good rubymode for lisp?
>
> syntax-highlighting and being able to run the interpreter inside
> emacs.

look on emacswiki.org or grab the latest tarball of ruby. it is
located in misc/.

From: Chris Lowis on
On Jul 7, 10:01 pm, ssecorp <circularf...(a)gmail.com> wrote:
> Googling doesnt give a good answer, is there a good rubymode for lisp?
>
> syntax-highlighting and being able to run the interpreter inside emacs.

Yes, it's distributed as part of Ruby in the /misc directory. You can
download it directly from here :

http://svn.ruby-lang.org/repos/ruby/trunk/misc/

Chris