From: Jonathan Bale Date: 2010-07-23T06:00:16+09:00 Subject: 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/.