Emacs Ruby mode bug

Hi. Does anybody know where I am supposed to go to report a bug in this
software extension?:

http://www.emacswiki.org/emacs/RubyMode

I found a case where ruby mode is not parsing the Ruby code correctly.
Google searches keep bringing me back to the ruby-lang homepage, so I am
not sure where to drop the bug report.

In case you are curious, the problem is with symbols (that is what they
are called, right?) If I use symbols like :this and :that everything
works fine. But if I use symbols like :'this-that' (which is legal Ruby,
no?) then the Ruby Mode nesting gets messed up and the indentation goes
screwy.

···

--
Posted via http://www.ruby-forum.com/.

Matz is the author of ruby-mode.el, so yeah, you keep getting pointed back to ruby-lang.org. File a bug on the redmine instance for ruby or email to ruby-core@.

···

On Jul 22, 2010, at 14:00 , Jonathan Bale wrote:

Hi. Does anybody know where I am supposed to go to report a bug in this
software extension?:

EmacsWiki: Ruby Mode

I found a case where ruby mode is not parsing the Ruby code correctly.
Google searches keep bringing me back to the ruby-lang homepage, so I am
not sure where to drop the bug report.

In case you are curious, the problem is with symbols (that is what they
are called, right?) If I use symbols like :this and :that everything
works fine. But if I use symbols like :'this-that' (which is legal Ruby,
no?) then the Ruby Mode nesting gets messed up and the indentation goes
screwy.