From: Jonathan Bale on 22 Jul 2010 17:00 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/.
From: Ryan Davis on 22 Jul 2010 18:24 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?: > > 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. 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@.
|
Pages: 1 Prev: HowTo get ruby to report a sumbolic link? Next: How to build and install Ruby |