qoobaa/ruby-electric

problem with the ruby-electric.el file from elpa

Closed this issue · 4 comments

Hi,

I just installed the ruby-electric mode from elpa and it was lacking the definition for ruby-insert-end.
I could fix the issue following the instructions from this stack overflow question: http://stackoverflow.com/questions/10326255/emacs-ruby-electric-does-not-insert-end

Also, the ruby-electric.el file I got from elpa was somewhat different. Is this a problem with the package repository ??

ty

Have you tried MELPA version?

Yes, I just tried getting it from melpa and the issue is the same.
Emacs gets it from melpa.milkbox.net using package-install;

I have checked at Melpa's repository and ruby-electric is being fetched from:
http://svn.ruby-lang.org/repos/ruby/trunk/misc/

Should we change it to fetch from this repository ??

I guess it's better to fetch it from the main repository.